Using Subversion
Subversion (SVN) is an free version control system, and according to Wikipedia, it’s the most popular VCS in the open source community. But its popularity isn’t nearly as important as what it does: make it easier to keep things up to date.Subversion can operate as both a client and server, but to use it with Scriblio, all you’ll need is the client. The client software runs on whatever computer you’re hosting (or developing) Scriblio on, and at your command will update the Scriblio software to the latest available (it can do a lot more, see below).
Installation
Subversion is available for a number of platforms, but if you’re hosting Scriblio/WordPress on Linux, it can most easily be installed using YUM. On RedHat 5.x, Fedora, and CentOS (and others?) simply entering this command as root will do all the work:
yum install subversion
It’s also worth noting that most of the development of Scriblio is done on Mac OS X, where SVN is run as a command line application with an easy graphical installer.
Usage
You can download the Scriblio plugin directly into your WordPress plugins folder.
Change directories into the plugins folder:
cd wp-content/plugins/
Tell SVN to get stable version 2.3v6 from the server and put it into a folder named “scriblio”:
svn checkout http://svn.scriblio.net/plugin/tags/2.3v6/ scriblio
Similarly, you can cd into the site’s wp-content/themes directory and download the Scriblio theme:
svn checkout http://svn.scriblio.net/theme/trunk/ scriblio
There’s no need to untar or unzip the files, SVN puts all of the files in the folder you specify, ready for you to activate them. And updating is even easier, simply cd into wp-content/plugins/scriblio (or the theme’s directory), and tell SVN to update:
svn update
Other commands you should explore:
svn info
svn status
svn diff
svn help
Repository Layout
Stable versions can be found in /tags, here:
Development versions are in /trunk:
Repository Status
Information from the repository about the last several updates:
- Revision 112: updated 2008-11-05 21:31:51 -0500 (Wed, 05 Nov 2008), by bisson:
more work on search suggest
Changed files:- U plugin/trunk/scriblio.php
- Revision 111: updated 2008-11-05 21:31:08 -0500 (Wed, 05 Nov 2008), by bisson:
more work on search suggest
Changed files:- U plugin/trunk/scriblio.php
- Revision 110: updated 2008-11-05 21:05:39 -0500 (Wed, 05 Nov 2008), by bisson:
more work on search suggest
Changed files:- U plugin/trunk/css/suggest.css
- Revision 109: updated 2008-11-05 21:03:46 -0500 (Wed, 05 Nov 2008), by bisson:
more work on search suggest
Changed files:- U plugin/trunk/css/suggest.css
- Revision 108: updated 2008-11-05 21:02:09 -0500 (Wed, 05 Nov 2008), by bisson:
more work on search suggest
Changed files:- U plugin/trunk/css/suggest.css
- Revision 107: updated 2008-11-05 20:59:18 -0500 (Wed, 05 Nov 2008), by bisson:
more work on search suggest
Changed files:- U plugin/trunk/css/suggest.css
- Revision 106: updated 2008-11-05 20:57:02 -0500 (Wed, 05 Nov 2008), by bisson:
more work on search suggest
Changed files:- U plugin/trunk/css/suggest.css
- U plugin/trunk/js/jquery.scribsuggest.js
- Revision 105: updated 2008-11-05 20:41:40 -0500 (Wed, 05 Nov 2008), by bisson:
moved the scriblio suggest styles to the plugin from theme…enables better support of generic themes
Changed files:- A plugin/trunk/css/suggest.css
- U plugin/trunk/scriblio.php
- Revision 104: updated 2008-11-02 02:21:38 -0500 (Sun, 02 Nov 2008), by bisson:
added a buy link, though i need to figure out how to make it generic
Changed files:- U plugin/trunk/scriblio.php
- Revision 103: updated 2008-11-01 16:56:02 -0400 (Sat, 01 Nov 2008), by bisson:
added exhibit field to meditor, fixed extra addslashing
Changed files:- U plugin/trunk/css/editor.css
- U plugin/trunk/scriblio.php
- Revision 102: updated 2008-10-31 09:59:51 -0400 (Fri, 31 Oct 2008), by bisson:
accidentally left some debuging info in, rmoved now
Changed files:- U plugin/trunk/scriblio.php
- Revision 101: updated 2008-10-31 09:58:43 -0400 (Fri, 31 Oct 2008), by bisson:
scrib can now use bSuite post icons
Changed files:- U plugin/trunk/scriblio.php
- Revision 100: updated 2008-10-30 21:30:16 -0400 (Thu, 30 Oct 2008), by bisson:
dimensions is built in to jquery now, i needed to remove the explicite dependency in the scribsuggest.js script registration
Changed files:- U plugin/trunk/scriblio.php
- Revision 99: updated 2008-10-30 21:17:50 -0400 (Thu, 30 Oct 2008), by bisson:
fixed the changed jquery.suggest to jquery.scribsuggest so it doesn’t conflict, fixed the path to the suggest generator, added tool tabs to the image display
Changed files:- A plugin/trunk/js/jquery.scribsuggest.js
- D plugin/trunk/js/jquery.suggest.js
- U plugin/trunk/scriblio.php
- Revision 98: updated 2008-10-29 01:11:30 -0400 (Wed, 29 Oct 2008), by bisson:
fixes
Changed files:- U plugin/trunk/scriblio.php
- Revision 97: updated 2008-10-28 22:13:12 -0400 (Tue, 28 Oct 2008), by bisson:
added meditor rendering functions
Changed files:- U plugin/trunk/scriblio.php
- Revision 96: updated 2008-10-24 11:04:37 -0400 (Fri, 24 Oct 2008), by bisson:
fixes to the meditor arc form
Changed files:- U plugin/trunk/css/editor.css
- U plugin/trunk/js/editor.js
- U plugin/trunk/scriblio.php
- Revision 95: updated 2008-10-23 13:47:47 -0400 (Thu, 23 Oct 2008), by bisson:
improvements to the meditor editor
Changed files:- U plugin/trunk/css/editor.css
- U plugin/trunk/js/editor.js
- A plugin/trunk/js/jquery.keyboard-a11y.js
- U plugin/trunk/scriblio.php
- Revision 94: updated 2008-10-22 22:18:53 -0400 (Wed, 22 Oct 2008), by bisson:
styling the meditor
Changed files:- U plugin/trunk/css/editor.css
- U plugin/trunk/js/editor.js
- U plugin/trunk/scriblio.php
- Revision 93: updated 2008-10-22 18:52:21 -0400 (Wed, 22 Oct 2008), by bisson:
added write menu items to create records
Changed files:- U plugin/trunk/js/editor.js
- U plugin/trunk/scriblio.php
- Revision 92: updated 2008-10-22 17:58:53 -0400 (Wed, 22 Oct 2008), by bisson:
meditor for archive records coming together nicely
Changed files:- U plugin/trunk/scriblio.php
- Revision 91: updated 2008-10-22 00:45:50 -0400 (Wed, 22 Oct 2008), by bisson:
more work on meditor features
Changed files:- U plugin/trunk/js/editor.js
- U plugin/trunk/scriblio.php
- Revision 90: updated 2008-10-20 02:16:16 -0400 (Mon, 20 Oct 2008), by bisson:
bugfix to the javascript in the post editor
Changed files:- U plugin/trunk/js/editor.js
- Revision 89: updated 2008-10-20 02:13:02 -0400 (Mon, 20 Oct 2008), by bisson:
added a nearly working metadata editor, see the meditor functions
Changed files:- U plugin/trunk/css/editor.css
- U plugin/trunk/js/editor.js
- U plugin/trunk/scriblio.php
- Revision 88: updated 2008-10-17 14:57:55 -0400 (Fri, 17 Oct 2008), by bisson:
bugfix
Changed files:- U plugin/trunk/css/editor.css
- U plugin/trunk/js/editor.js
- U plugin/trunk/scriblio.php
- Revision 87: updated 2008-10-17 13:59:35 -0400 (Fri, 17 Oct 2008), by bisson:
adding metadata editor functions…alpha status
Changed files:- A plugin/trunk/css/
- A plugin/trunk/css/editor.css
- U plugin/trunk/js/editor.js
- U plugin/trunk/scriblio.php
- Revision 86: updated 2008-10-09 12:18:36 -0400 (Thu, 09 Oct 2008), by bisson:
interesting changes to the post editor coming up…
Changed files:- A plugin/trunk/js/editor.js
- U plugin/trunk/scriblio.php
- Revision 85: updated 2008-09-18 14:32:10 -0400 (Thu, 18 Sep 2008), by bisson:
fixed a problem where the search suggest would give duplicate entries if the search term exactly matched one or more of the results.
Changed files:- U plugin/trunk/suggest.php
- Revision 84: updated 2008-09-18 14:30:51 -0400 (Thu, 18 Sep 2008), by bisson:
improved reliability with importer, fixed bug with publication dates in III importer, fixed bug with character set transcoding in III importer
Changed files:- U plugin/trunk/importer.php
- U plugin/trunk/importer_iii.php
- Revision 83: updated 2008-07-31 15:36:00 -0400 (Thu, 31 Jul 2008), by bisson:
fiddling with the importers to improved performance
Changed files:- U plugin/trunk/importer.php
- U plugin/trunk/importer_iii.php
- Revision 82: updated 2008-07-14 11:34:06 -0400 (Mon, 14 Jul 2008), by bisson:
fixed the textthis feature.
Changed files:- U plugin/trunk/scriblio.php
- Revision 81: updated 2008-07-01 11:04:22 -0400 (Tue, 01 Jul 2008), by bisson:
cache…nah, no need for cache.
Changed files:- U plugin/trunk/importer.php
- Revision 80: updated 2008-07-01 10:56:38 -0400 (Tue, 01 Jul 2008), by bisson:
further small optimizations to the publishing of harvested records
Changed files:- U plugin/trunk/importer.php
- Revision 79: updated 2008-07-01 08:58:46 -0400 (Tue, 01 Jul 2008), by bisson:
improvements to the passive record updating and optimization of the bulk publish functions
Changed files:- U plugin/trunk/importer.php
- Revision 78: updated 2008-06-30 17:31:07 -0400 (Mon, 30 Jun 2008), by bisson:
fixed another bug
Changed files:- U plugin/trunk/importer.php
- Revision 77: updated 2008-06-30 17:28:06 -0400 (Mon, 30 Jun 2008), by bisson:
oopsies
Changed files:- U plugin/trunk/importer.php
- Revision 76: updated 2008-06-30 17:27:01 -0400 (Mon, 30 Jun 2008), by bisson:
a sanity check on the insert_post() function to prevent inserting of blank records, and fakejackets now reduced to thumbnail size only
Changed files:- U plugin/trunk/importer.php
- Revision 75: updated 2008-06-30 17:22:57 -0400 (Mon, 30 Jun 2008), by bisson:
added a function to check the harvest table for a single sourceid and update the post table with a new record if available
Changed files:- U plugin/trunk/importer.php
- Revision 74: updated 2008-06-26 01:06:47 -0400 (Thu, 26 Jun 2008), by bisson:
fixed sphinx support in 251
Changed files:- U plugin/trunk/scriblio.php
- Revision 73: updated 2008-06-25 16:09:57 -0400 (Wed, 25 Jun 2008), by bisson:
improvements to date handling in III importer
Changed files:- U plugin/trunk/importer.php
- U plugin/trunk/importer_iii.php
- Revision 72: updated 2008-06-25 11:41:36 -0400 (Wed, 25 Jun 2008), by bisson:
fixes to the default and III importer
Changed files:- U plugin/trunk/importer.php
- U plugin/trunk/importer_iii.php
- Revision 71: updated 2008-06-23 14:45:45 -0400 (Mon, 23 Jun 2008), by bisson:
many changes to iii importer, small updates elsewhere
Changed files:- U plugin/trunk/importer.php
- U plugin/trunk/importer_iii.php
- U plugin/trunk/scriblio.php
- Revision 70: updated 2008-06-05 21:58:35 -0400 (Thu, 05 Jun 2008), by bisson:
scriblio 2.5.1 beta 1! a lot of stuff is broken.
Changed files:- A plugin/trunk/img/
- A plugin/trunk/img/jacket/
- A plugin/trunk/img/jacket/.htaccess
- A plugin/trunk/img/jacket/blank_audio.png
- A plugin/trunk/img/jacket/blank_book.png
- A plugin/trunk/img/jacket/blank_books.png
- A plugin/trunk/img/jacket/blank_cover.psd
- A plugin/trunk/img/jacket/blank_misc.png
- A plugin/trunk/img/jacket/blank_video.png
- A plugin/trunk/img/jacket/blank_websites.png
- U plugin/trunk/importer.php
- U plugin/trunk/importer_iii.php
- U plugin/trunk/scriblio.php
- U plugin/trunk/scriblio_admin.php
- Revision 69: updated 2008-06-02 16:05:51 -0400 (Mon, 02 Jun 2008), by bisson:
adding contrib/hkust directory
Changed files:- A contrib/hkust/
- Revision 68: updated 2008-06-02 16:04:57 -0400 (Mon, 02 Jun 2008), by bisson:
testing
Changed files:- D contrib/thing
- Revision 67: updated 2008-06-02 16:04:37 -0400 (Mon, 02 Jun 2008), by ktlam:
testing
Changed files:- A contrib/thing
- Revision 66: updated 2008-06-02 16:02:01 -0400 (Mon, 02 Jun 2008), by ktlam:
testing
Changed files:- D contrib/test
- Revision 65: updated 2008-06-02 15:51:40 -0400 (Mon, 02 Jun 2008), by bisson:
testing
Changed files:- A contrib/test
- Revision 64: updated 2008-06-02 15:50:23 -0400 (Mon, 02 Jun 2008), by bisson:
adding contrib directory for contributed harvester plugins and others
Changed files:- A contrib/
- Revision 63: updated 2008-06-02 15:14:55 -0400 (Mon, 02 Jun 2008), by bisson:
testing
Changed files:- U theme/trunk/404.php
- Revision 62: updated 2008-05-27 11:45:29 -0400 (Tue, 27 May 2008), by bisson:
updated default theme to reflect the move of javascript functionality from theme to plugin.
Changed files:- U theme/trunk/header.php
- D theme/trunk/scripts/
- U theme/trunk/search.php
- U theme/trunk/single.php
- U theme/trunk/style.css
- Revision 61: updated 2008-05-27 11:39:16 -0400 (Tue, 27 May 2008), by bisson:
removed demo content from svn as it is very outdated and incompatible with any scriblio versions since last september.
Changed files:- D demo_content/
- Revision 60: updated 2008-05-27 11:36:00 -0400 (Tue, 27 May 2008), by bisson:
tagged the 2.3 code as mostly stable so we can begin alpha…beta testing on the 2.5.1 code
Changed files:- A plugin/tags/2.3v6/
- Revision 59: updated 2008-04-24 14:52:44 -0400 (Thu, 24 Apr 2008), by bisson:
revamped handling of javascript. moved it from the default theme into the plugin so it should work with any theme.
Changed files:- A plugin/trunk/js/
- A plugin/trunk/js/jquery.suggest.js
- A plugin/trunk/js/scrib.googlebook.js
- U plugin/trunk/scriblio.php
- Revision 58: updated 2008-04-21 11:31:18 -0400 (Mon, 21 Apr 2008), by bisson:
added a work around for a problem with the activation hook in the catalog importer.
Changed files:- U plugin/trunk/importer.php
- Revision 57: updated 2008-04-08 10:01:05 -0400 (Tue, 08 Apr 2008), by bisson:
oops. more bug fixes to flickr importer
Changed files:- U plugin/trunk/importer_flickr.php
- Revision 56: updated 2008-04-08 09:55:41 -0400 (Tue, 08 Apr 2008), by bisson:
bug fixes to flickr importer
Changed files:- U plugin/trunk/importer_flickr.php
- U plugin/trunk/scriblio.php
- Revision 55: updated 2008-04-05 09:23:19 -0400 (Sat, 05 Apr 2008), by bisson:
updated flickr importer
Changed files:- U plugin/trunk/importer_flickr.php
- Revision 54: updated 2008-04-04 14:36:41 -0400 (Fri, 04 Apr 2008), by bisson:
small fix to importer.php
Changed files:- U plugin/trunk/importer.php
- Revision 53: updated 2008-04-04 11:18:24 -0400 (Fri, 04 Apr 2008), by bisson:
added flickr importer
Changed files:- U plugin/trunk/importer.php
- A plugin/trunk/importer_flickr.php
- U plugin/trunk/scriblio.php
- Revision 52: updated 2008-04-02 21:39:54 -0400 (Wed, 02 Apr 2008), by bisson:
fix to get_the_tags for WP2.5 compatibility; fix to suggest.php.
Changed files:- U plugin/trunk/scriblio.php
- U plugin/trunk/suggest.php
- Revision 51: updated 2008-03-12 14:44:48 -0400 (Wed, 12 Mar 2008), by bisson:
Google Book Search integration support added to default theme.
Changed files:- U theme/trunk/header.php
- A theme/trunk/scripts/jquery.googlebook.js
- Revision 50: updated 2008-03-12 14:41:17 -0400 (Wed, 12 Mar 2008), by bisson:
Google Book Search integration optimized.
Changed files:- U plugin/trunk/scriblio.php
- Revision 49: updated 2008-03-04 17:01:40 -0500 (Tue, 04 Mar 2008), by bisson:
added caching to that function, also forgot to mention bugfixes to the suggest code in the previous update.
Changed files:- U plugin/trunk/scriblio.php
- Revision 48: updated 2008-03-04 16:18:11 -0500 (Tue, 04 Mar 2008), by bisson:
added a routine to parse the microformatted xhtml representation of the record and return meaningful data.
Changed files:- U plugin/trunk/scriblio.php
- U plugin/trunk/suggest.php
- Revision 47: updated 2008-02-13 23:06:52 -0500 (Wed, 13 Feb 2008), by bisson:
Fixed/optimized the /related/ feature. Added support for sending SMS texts of record info to your phone, also note conf_sms-sample.php config file.
Changed files:- A plugin/trunk/conf_sms-sample.php
- U plugin/trunk/scriblio.php
- Revision 46: updated 2008-02-05 08:34:55 -0500 (Tue, 05 Feb 2008), by bisson:
updates to the importers.
Changed files:- U plugin/trunk/importer.php
- U plugin/trunk/importer_iii.php
- Revision 45: updated 2008-01-24 15:03:53 -0500 (Thu, 24 Jan 2008), by bisson:
Related items now show by bookjacket, requires Scriblio plugin 2.3 v5.
Changed files:- U theme/trunk/single.php
- U theme/trunk/style.css
- Revision 44: updated 2008-01-24 15:02:34 -0500 (Thu, 24 Jan 2008), by bisson:
Important security fix to prevent XSS, additional bugfixes.
Changed files:- U plugin/trunk/importer_iii.php
- U plugin/trunk/scriblio.php
- Revision 43: updated 2008-01-07 11:46:49 -0500 (Mon, 07 Jan 2008), by bisson:
fixed a bug in the taxonomy registration that would ignore preferences. optimized disk cache performance for search caches. bugfixes in III importer.
Changed files:- U plugin/trunk/importer.php
- U plugin/trunk/importer_iii.php
- U plugin/trunk/scriblio.php
- Revision 42: updated 2007-12-17 21:55:12 -0500 (Mon, 17 Dec 2007), by bisson:
Added a spelling suggestion function based on the Yahoo API http://developer.yahoo.com/search/web/V1/spellingSuggestion.html
Changed files:- U plugin/trunk/scriblio.php
- Revision 41: updated 2007-12-17 21:54:27 -0500 (Mon, 17 Dec 2007), by bisson:
added theme support for the spelling suggestion function.
Changed files:- U theme/trunk/404.php
- U theme/trunk/search.php
- Revision 40: updated 2007-12-17 19:50:22 -0500 (Mon, 17 Dec 2007), by bisson:
bugfixes
Changed files:- U plugin/trunk/importer_horizon.php
- U plugin/trunk/scriblio.php
- Revision 39: updated 2007-12-13 20:40:34 -0500 (Thu, 13 Dec 2007), by bisson:
Added a Horizon importer, only tested against one system so far, please offer feedback. Bugfixes to III importer.
Changed files:- A plugin/trunk/importer_horizon.php
- U plugin/trunk/importer_iii.php
- Revision 38: updated 2007-12-13 20:39:23 -0500 (Thu, 13 Dec 2007), by bisson:
fixed a bug in the css for single record display.
Changed files:- U theme/trunk/style.css
- Revision 37: updated 2007-12-12 11:23:49 -0500 (Wed, 12 Dec 2007), by bisson:
Re-added support for Sphinx fulltext engine, now configured in conf_spinx.php (see example file)
Changed files:- A plugin/trunk/conf_sphinx-sample.php
- U plugin/trunk/scriblio.php
- Revision 36: updated 2007-12-11 17:17:07 -0500 (Tue, 11 Dec 2007), by bisson:
fixed the scope logic.
Changed files:- U plugin/trunk/scriblio.php
- Revision 35: updated 2007-12-11 16:15:04 -0500 (Tue, 11 Dec 2007), by bisson:
Fixed search logic to handle failed searches better. Improvements to widgets — check your facet and search edit widget settings after upgrade.
Changed files:- U plugin/trunk/scriblio.php
- Revision 34: updated 2007-12-11 16:11:45 -0500 (Tue, 11 Dec 2007), by bisson:
css .selected now highlighted in facets. continued improvements.
Changed files:- U theme/trunk/footer.php
- U theme/trunk/search.php
- U theme/trunk/single.php
- U theme/trunk/style.css
- Revision 33: updated 2007-12-05 17:30:51 -0500 (Wed, 05 Dec 2007), by bisson:
The spelling stuff is now ’suggest’, and the widget is gone. That should all be production ready. Renamed an important array index item from ‘keyword’ to ’s’, be on the look out for bugs.
Changed files:- U plugin/trunk/scriblio.php
- U plugin/trunk/scriblio_admin.php
- U plugin/trunk/suggest.php
- Revision 32: updated 2007-12-05 14:03:26 -0500 (Wed, 05 Dec 2007), by bisson:
the default theme now supports the search suggest/autocomplete features natively.
Changed files:- U theme/trunk/scripts/jquery.suggest.js
- Revision 31: updated 2007-12-05 14:02:20 -0500 (Wed, 05 Dec 2007), by bisson:
continued work on spelling/suggest functions.
Changed files:- A plugin/trunk/LICENSE.txt
- U plugin/trunk/scriblio.php
- U plugin/trunk/suggest.php
- Revision 30: updated 2007-12-04 09:34:36 -0500 (Tue, 04 Dec 2007), by bisson:
bugfixes; improvements to suggest.php
Changed files:- U plugin/trunk/scriblio.php
- U plugin/trunk/scriblio_admin.php
- U plugin/trunk/suggest.php
- Revision 29: updated 2007-12-02 14:09:10 -0500 (Sun, 02 Dec 2007), by bisson:
Version 2 of the Scriblio theme is here
Changed files:- A theme/trunk/404.php
- A theme/trunk/archive.php
- A theme/trunk/archives.php
- A theme/trunk/attachment.php
- A theme/trunk/author.php
- A theme/trunk/category.php
- A theme/trunk/comments.php
- A theme/trunk/footer.php
- A theme/trunk/functions.php
- A theme/trunk/header.php
- A theme/trunk/img/
- A theme/trunk/img/back-bottom.png
- A theme/trunk/img/back-sidebar-top.png
- A theme/trunk/img/back-top.png
- A theme/trunk/index.php
- A theme/trunk/links.php
- A theme/trunk/page.php
- A theme/trunk/screenshot.png
- A theme/trunk/scripts/
- A theme/trunk/scripts/jquery-1-1.2.1.min.js
- A theme/trunk/scripts/jquery.dimensions.js
- A theme/trunk/scripts/jquery.suggest.js
- A theme/trunk/search.php
- A theme/trunk/sidebar.php
- A theme/trunk/single.php
- A theme/trunk/style.css
- Revision 28: updated 2007-12-02 14:05:57 -0500 (Sun, 02 Dec 2007), by bisson:
Clearing the decks for version 2 of the Scriblio theme.
Changed files:- D theme/trunk/404.php
- D theme/trunk/archive.php
- D theme/trunk/archives.php
- D theme/trunk/attachment.php
- D theme/trunk/author.php
- D theme/trunk/category.php
- D theme/trunk/comments.php
- D theme/trunk/footer.php
- D theme/trunk/functions.php
- D theme/trunk/header.php
- D theme/trunk/img_/
- D theme/trunk/index.php
- D theme/trunk/links.php
- D theme/trunk/page.php
- D theme/trunk/screenshot.png
- D theme/trunk/search.php
- D theme/trunk/sidebar.php
- D theme/trunk/single.php
- D theme/trunk/style.css
- Revision 27: updated 2007-11-29 15:59:14 -0500 (Thu, 29 Nov 2007), by bisson:
scrib_feedlink moved to bSuite.
Changed files:- U plugin/trunk/scriblio.php
- Revision 26: updated 2007-11-29 15:50:29 -0500 (Thu, 29 Nov 2007), by bisson:
Oops. I used an explicit table name when I should have used ->table_name.
Changed files:- U plugin/trunk/scriblio.php
- Revision 25: updated 2007-11-29 15:42:39 -0500 (Thu, 29 Nov 2007), by bisson:
Massive optimization of the query that selects matching posts, plus caching is now implemented.
Changed files:- U plugin/trunk/scriblio.php
- U plugin/trunk/suggest.php
- Revision 24: updated 2007-11-13 09:17:10 -0500 (Tue, 13 Nov 2007), by bisson:
Altered table creation statements to set charset. Added suggest.php to support live searching. Continued improvement to spelling correction features, though they’re still alpha quality.
Changed files:- U plugin/trunk/importer.php
- U plugin/trunk/scriblio.php
- U plugin/trunk/scriblio_admin.php
- A plugin/trunk/suggest.php
- U plugin/trunk/test.php
- Revision 23: updated 2007-10-31 01:23:29 -0400 (Wed, 31 Oct 2007), by bisson:
At activation Scrib will now setup some common default options to get new users started. Plus a tiny fix to the III importer.
Changed files:- U plugin/trunk/importer_iii.php
- U plugin/trunk/scriblio.php
- Revision 22: updated 2007-10-30 17:20:21 -0400 (Tue, 30 Oct 2007), by bisson:
Fixed bugs related to ISBNs in both default and III importers. Fixed a bug where default importer ignored starting record setting. Improved detection of course reserves records in III importer (importing the short course reserves records clutters the catalog with unfindable junk, but if people do full records for reserves, those will get imported). Added code to ingore catalog entries when displaying front page content and feeds.
Changed files:- U plugin/trunk/importer.php
- U plugin/trunk/importer_iii.php
- U plugin/trunk/scriblio.php
- U plugin/trunk/scriblio_admin.php
- Revision 21: updated 2007-10-25 17:48:24 -0400 (Thu, 25 Oct 2007), by bisson:
updates to the spelling table init function
Changed files:- U plugin/trunk/scriblio.php
- U plugin/trunk/scriblio_admin.php
- Revision 20: updated 2007-10-24 21:21:17 -0400 (Wed, 24 Oct 2007), by bisson:
further bugfixes to default and iii importers. Added test.php to help debugging when the plugin activation fails (delete this file when scrib is successfully installed). Added spelling correction widget.
Changed files:- U plugin/trunk/importer.php
- U plugin/trunk/importer_iii.php
- U plugin/trunk/scriblio.php
- U plugin/trunk/scriblio_admin.php
- A plugin/trunk/test.php
- Revision 19: updated 2007-10-22 17:46:08 -0400 (Mon, 22 Oct 2007), by bisson:
Added III importer (it’s a plugin, activate it then go to Manage -> Import). Small fixes to default importer. Anybody interested in writing another importer can look at III importer as a model, as it leverages functions from the default importer.
Changed files:- U plugin/trunk/importer.php
- A plugin/trunk/importer_iii.php
- Revision 18: updated 2007-10-21 02:34:24 -0400 (Sun, 21 Oct 2007), by bisson:
Fixed a small bug that caused WP to throw a fatal error upon plugin activation.
Changed files:- U plugin/trunk/scriblio.php
- Revision 17: updated 2007-10-21 02:02:21 -0400 (Sun, 21 Oct 2007), by bisson:
changed how catalog records are differentiated from non-catalog posts/pages, fixed scope widget. Changed importer to work better with large numbers of records (had to mod php-marc to support it). Bug fixes to scrib admin.
Changed files:- U plugin/trunk/importer.php
- U plugin/trunk/includes/php-marc.php
- U plugin/trunk/scriblio.php
- U plugin/trunk/scriblio_admin.php
- Revision 16: updated 2007-10-19 14:20:43 -0400 (Fri, 19 Oct 2007), by bisson:
Revamped options screen. Bug fix in ranking of search results. Added plugin hook to set the tags to use for finding related items (depends on bSuite). Moved Sphinx API to /includes/.
Changed files:- A plugin/trunk/includes/sphinxapi.php
- U plugin/trunk/scriblio.php
- U plugin/trunk/scriblio_admin.php
- D plugin/trunk/sphinxapi.php
- Revision 15: updated 2007-10-18 20:15:57 -0400 (Thu, 18 Oct 2007), by bisson:
Huge number of changes: everything update to work with WordPress 2.3. Drops bSuite Tag dependency, uses WP’s built-in tags. New import architecture (MARC importer included, working on III importer). Huge changes to the admin interface, greater dependency on widgets. Adds a few files, removes a few files.
Changed files:- A plugin/trunk/importer.php
- A plugin/trunk/includes/
- A plugin/trunk/includes/php-marc.php
- Revision 14: updated 2007-10-18 20:13:52 -0400 (Thu, 18 Oct 2007), by bisson:
Huge number of changes: everything update to work with WordPress 2.3. Drops bSuite Tag dependency, uses WP’s built-in tags. New import architecture (MARC importer included, working on III importer). Huge changes to the admin interface, greater dependency on widgets.
Changed files:- D plugin/trunk/import/
- U plugin/trunk/scriblio.php
- U plugin/trunk/scriblio_admin.php
- D plugin/trunk/scriblio_admin_commands.php
- D plugin/trunk/scriblio_createtables.php
- Revision 13: updated 2007-09-28 09:35:25 -0400 (Fri, 28 Sep 2007), by bisson:
fixed a couple of search-related bugs reported by Lichen, fixed bugs found during go-live of plymouth.edu/library site, includes improvements to III importer.
Changed files:- U plugin/trunk/import/III.php
- U plugin/trunk/scriblio.php
- Revision 12: updated 2007-08-17 14:59:28 -0400 (Fri, 17 Aug 2007), by bisson:
fixed feedlink: get_settings(’siteurl’) and add_query_arg(’feed’, ‘rss’) each will insert duplicate path components
Changed files:- U plugin/trunk/scriblio.php
People who looked at this item also looked at…
Related items
7 Responses to “Using Subversion”
Leave a Reply
Comments should show a courteous regard for the presence of other voices in the discussion. We reserve the right to edit or delete comments that do not adhere to this standard.

October 31st, 2007 at 1:34 am edit
[...] the Scriblio plugin. I recommend getting the files from the svn depository, either by installing Subversion or by copying all the files in the trunk into a scriblio folder in [...]
November 5th, 2007 at 7:26 pm edit
[...] le a Scriblio plugint. Lehet bűvészkedni svn depókkal is, de annak ellenére, hogy most már kizárólagos pingvin-fogyasztó vagyok, boldog lennék, ha [...]
December 17th, 2007 at 11:30 pm edit
[...] get the spelling stuff, svn up both the Scriblio plugin and theme. Machine tag support is part of bSuite, available via SVN [...]
February 27th, 2008 at 8:39 pm edit
[...] just posted a WordPress 2.3 compatible version of Scriblio to the SVN repository. I’ve not updated the package files yet, but Lichen’s already installed it (she got it [...]
March 13th, 2008 at 2:03 pm edit
[...] Batchelder wrote the JavaScript that makes it work, and all the features are incorporated in the current version of Scriblio. To implement it in an existing Scriblio installation, take a look at Matt’s [...]
March 13th, 2008 at 2:08 pm edit
[...] Batchelder wrote the JavaScript that makes it work, and all the features are incorporated in the current version of Scriblio. To implement it in an existing Scriblio installation, take a look at Matt’s [...]
June 7th, 2008 at 9:09 pm edit
[...] recently posted a significant update of Scriblio to SVN. The code is alpha quality and not ready for production, but it includes a number of enhancements, [...]