Penguin
Diff: WlugWikiPatches
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of WlugWikiPatches.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 21 Last edited on Thursday, April 20, 2006 12:09:06 am by MattBrown
Older page: version 3 Last edited on Saturday, October 22, 2005 2:23:00 pm by JohnMcPherson Revert
@@ -2,13 +2,8 @@
  
 This page tracks the patches that we've extracted out of our changes and the status of merging them into our SubVersion repository which contains regularly synched snapshots of phpwiki CVS HEAD. This page is needed because many/most of our patches aren't actually able to be applied straight to phpwiki head as lots of things have changed and many of our features have been implemented in other ways. 
  
 The canonical location for the WLUG Wiki Patches against the 2002 CVS snapshot that we use are found at http://www.wlug.org.nz/~matt/wlugwiki/ 
-  
-This location is currently missing patches for the following  
-* WlugWikiLicense plugins  
-* Blame plugin  
-* links to url with "#hdr_" in them  
  
 The following sections detail each diff in that directory and it's process in being merged onto head. If you want to help with this process and need access to our SubVersion repository at http://svn.wlug.org.nz/viewcvs/?root=wiki then talk to MattBrown. 
  
 I've defined several categories that each diff can be in 
@@ -24,30 +19,25 @@
 * Medium - Obvious change but reasonable amount of code 
 * Hard - Big structural changes, not obvious how to proceed 
  
 ---- 
+!!! Patches in the queue  
  
 !!~AntiAbuse.php.diff 
 * __Description:__ John's spam fighting code 
-* __Assigned To:__ 
+* __Assigned To:__ JohnMcPherson  
 * __Difficulty:__ Hard 
-* __Status:__ Unstarted  
-  
-!! lib_~BlockParser.php  
-* __Description:__ Backported new markup implementation?  
-* __Assigned To:__  
-* __Difficulty:__ Medium  
 * __Status:__ Unstarted 
  
 !!lib_~HtmlElement.php 
 * __Description:__ UTF8 nbsp, add <object> and <embed> tags 
-* __Assigned To:__ 
+* __Assigned To:__ JohnMcPherson  
 * __Difficulty:__ Trivial 
 * __Status:__ Unstarted 
  
 !!lib_~RssWriter.php.diff 
 * __Description:__ XML Escaping 
-* __Assigned To:__ 
+* __Assigned To:__ JohnMcPherson  
 * __Difficulty:__ Trivial 
 * __Status:__ Unstarted 
  
 !!lib_Theme.php.diff 
@@ -57,158 +47,139 @@
 * __Status:__ Unstarted 
  
 !!lib_~WikiDB.php.diff 
 * __Description:__ Disable DB optimisation / vacuuming, Add empty page haiku's 
-* __Assigned To:__  
-* __Difficulty:__ Trivial  
-* __Status:__ Unstarted  
+* __Assigned To:__ MattBrown  
+* __Difficulty:__ Medium  
+* __Status:__ Forwarded - [commited in r24|http://svn.wlug.org.nz/viewcvs?root=wiki&view=rev&rev=24] and [r25|http://svn.wlug.org.nz/viewcvs?root=wiki&view=rev&rev=25] and filed upstream as [issue 1377011|http://sourceforge.net/tracker/index.php?func=detail&aid=1377011&group_id=6121&atid=306121]. Page Haiku's are already implemented upstream as fortune stuff.  
+  
  
 !!lib_~WikiDB_backend_~PearDB.diff 
-* __Description:__ SQL fix, possibly for Postgres?  
-* __Assigned To:__  
-* __Difficulty:__ Medium  
-* __Status:__ Unstarted  
-  
-!!lib_~WikiUser.php.diff  
-* __Description:__ noindex,nofollow addition  
-* __Assigned To:__ 
+* __Description:__ Improve pageID allocation to use database abstraction nextId function  
+* __Assigned To:__ MattBrown  
 * __Difficulty:__ Trivial 
-* __Status:__ Unstarted  
+* __Status:__ Forwarded - [committed in r23|http://svn.wlug.org.nz/viewcvs?root=wiki&rev=23&view=rev] and filed upstream as [issue 1376988|http://sourceforge.net/tracker/index.php?func=detail&aid=1376988&group_id=6121&atid=306121]  
  
 !!lib_config.php.diff 
 * __Description:__ UTF8 and regexp fixes 
-* __Assigned To:__ 
+* __Assigned To:__ JohnMcPherson  
 * __Difficulty:__ Medium 
 * __Status:__ Unstarted 
  
 !!lib_diff.php.diff 
 * __Description:__ last modification string add author name, add template for diff output 
-* __Assigned To:__ 
+* __Assigned To:__ MattBrown  
+* __Difficulty:__ Medium  
+* __Status:__ Forwarded - Diff template output added in [revision 29|http://svn.wlug.org.nz/viewcvs?root=wiki&view=rev&rev=29] and forwarded upstream as [sf patch 1377636|http://sourceforge.net/tracker/index.php?func=detail&aid=1377636&group_id=6121&atid=306121]. Adding the author string to the last modified string is not longer relevant and has been superseded by upstream code.  
+  
+!!lib_editpage.php.diff  
+* __Description:__ UTF8, spam prevention, new markup  
+* __Assigned To:__ JohnMcPherson  
 * __Difficulty:__ Medium 
 * __Status:__ Unstarted 
  
-!!lib_display .php.diff  
-* __Description:__ Caching, sidebar, robots noindex,nofollow  
-* __Assigned To:__  
-* __Difficulty:__ Hard / Medium  
+!!lib_main .php.diff  
+* __Description:__ UTF8 fixes  
+* __Assigned To:__ JohnMcPherson  
+* __Difficulty:__ Trivial  
 * __Status:__ Unstarted 
  
-!!lib_editpage .php.diff  
-* __Description:__ UTF8, spam prevention, new markup  
+!!lib_plugin_~FullTextSearch .php.diff  
+* __Description:__ WLUG specific disable...  
+* __Assigned To:__  
+* __Difficulty:__ Trivial  
+* __Status:__ Unstarted. Unlikely to be merged upstream. Perhaps a more general disable method is needed?  
+  
+!!lib_plugin_Jabber.php.diff  
+* __Description:__ WLUG specific jabber plugin (hardcodes jabber.mnnz) could be made more generic  
 * __Assigned To:__ 
 * __Difficulty:__ Medium 
-* __Status:__ Unstarted  
+* __Status:__ In Progress - I haven't merged this plugin, but jabber support seems to be working anyway... Maybe unneeded.  
  
-!!lib_interwiki .map-jargon .diff  
-* __Description:__ Probably cruft not changed by WLUG...  
+!!lib_plugin_~RecentChanges .php .diff  
+* __Description:__ Wiki author link addition, robots nofollow addition  
 * __Assigned To:__ 
 * __Difficulty:__ Trivial 
-* __Status:__ Unstarted  
+* __Status:__ Forwarded - Committed in [r43|http://svn.wlug.org.nz/viewcvs?root=wiki&rev=43&view=rev] and filed upstream as patch [1434538|http://sourceforge.net/tracker/index.php?func=detail&aid=1434538&group_id=6121&atid=306121]  
+  
+!!lib_stdlib.php.diff  
+* __Description:__ Jabber implementation, <object> and <embed> implementation, new markup backport  
+* __Assigned To:__ JohnMcPherson  
+* __Difficulty:__ Medium / Hard  
+* __Status:__ In Progress - Do we really need the jabber icons on JID links? It's going to be hard to do in a way that is able to be passed upstream. we already have them on any proper link...  
+  
+----  
+!!! Patches that have already been dealt with and need no further action  
+  
+!!lib_display.php.diff  
+* __Description:__ Caching, sidebar, robots noindex,nofollow  
+* __Assigned To:__  
+* __Difficulty:__ Hard / Medium  
+* __Status:__ Completed - Sidebar functionality implemented in [r34|http://svn.wlug.org.nz/viewcvs?root=wiki&rev=34&view=rev], Caching stuff has been implemented upstream. Patches not required. noindex, nofollow improvements committed in [r57|http://svn.wlug.org.nz/viewcvs?root=wiki&rev=57&view=rev] and filed upstream as [issue 1438487|http://sourceforge.net/tracker/index.php?func=detail&aid=1438487&group_id=6121&atid=306121] which has been accepted into upstream CVS and is available in releases after 1.3.12p1  
+  
+!! lib_~BlockParser.php  
+* __Description:__ Backported new markup implementation?  
+* __Status:__ Complete - _match change was backported. No action required. _hdr ID addition superseded by CreateTocPlugin in 1.3.11p1.  
  
 !!lib_interwiki.map.diff 
 * __Description:__ As with previous 
-* __Assigned To :__  
-* __Difficulty :__ Medium  
-* __Status:__ Unstarted  
+* __Status :__ Complete - PHPwiki, Twiki and Wikipedia entries already updated upstream. Jargon file entry pointed to WLUG Greenstone - [committed in r21|http ://svn.wlug.org.nz/viewcvs?root=wiki&rev=21&view=rev].  
  
-!!lib_main .php.diff  
-* __Description:__ UTF8 fixes  
+!!lib_~WikiUser .php.diff  
+* __Description:__ noindex,nofollow addition  
 * __Assigned To:__ 
 * __Difficulty:__ Trivial 
-* __Status:__ Unstarted  
+* __Status:__ Complete - Already present in upstream 1.3.11p1 release.  
  
 !!lib_plugin_Calendar.php.diff 
 * __Description:__ robots nofollow 
 * __Assigned To:__ 
 * __Difficulty:__ Trivial 
-* __Status:__ Unstarted  
-  
-!!lib_plugin_~FullTextSearch .php .diff  
-* __Description :__ WLUG specific disable ...  
-* __Assigned To:__  
-* __Difficulty:__ Trivial  
-* __Status:__ Unstarted. Unlikely to be merged upstream . Perhaps a more general disable method is needed?  
+* __Status:__ Completed - Committed in [r57|http://svn .wlug.org .nz/viewcvs?root=wiki&rev=57&view=rev] and filed upstream as [issue 1438487|http ://sourceforge .net/tracker/index .php?func=detail&aid=1438487&group _id=6121&atid=306121] which has been committed to CVS and is available in releases after 1 .3.12p1  
  
 !!lib_plugin_~GreenStone.php.diff 
 * __Description:__ WLUG greenstone implementation 
-* __Assigned To :__ JohnMcPherson  
-* __Difficulty :__ Trivial  
-* __Status:__ working on test .wlug, not committed  
+* __Status :__ Complete - [Added in r20|http ://svn .wlug.org.nz/viewcvs?root=wiki&rev=20&view=rev] , not a candidate for upstream push.  
  
 !!lib_plugin_~IncludePage.php.diff 
-* __Description:__ backported support for float and other things  
-* __Assigned To:__  
-* __Difficulty:__ Medium  
-* __Status:__ Unstarted  
+* __Description:__ backported some new markup changes and added float support.  
+* __Status:__ Complete - mostly backported. No action required. Float support is obsolete and not required.  
  
 !!lib_plugin_Info.php.diff 
 * __Description:__ Page info. I think this is backported? 
-* __Assigned To:__  
-* __Difficulty:__ Medium  
- * __Status:__ Unstarted  
-  
-!!lib_plugin_Jabber .php .diff  
-* __Description:__ WLUG specific jabber plugin (hardcodes jabber .mnnz) could be made more generic  
-* __Assigned To:__  
-* __Difficulty:__ Medium  
-* __Status:__ Unstarted  
+* __Status:__ Complete - was backported . No action required . Is called Page Info in 1.3.11p1
  
 !!lib_plugin_~OldStyleTable.php.diff 
 * __Description:__ Backported old style table plugin 
-* __Assigned To:__  
-* __Difficulty:__ Medium  
- * __Status:__ Unstarted  
+* __Status:__ Complete - was backported. No action required.  
  
 !!lib_plugin_~OrphanedPages.php.diff 
 * __Description:__ Backported orphaned pages plugin? 
-* __Assigned To:__  
-* __Difficulty:__ Medium  
- * __Status:__ Unstarted  
-  
-  
-!!lib_plugin_~RecentChanges .php .diff  
-* __Description:__ Wiki author link addition, robots nofollow addition  
-* __Assigned To:__  
-* __Difficulty:__ Trivial  
-* __Status:__ Unstarted  
+* __Status:__ Complete - was backported . No action required
  
 !!lib_plugin_~RedirectTo.php.diff 
 * __Description:__ Backported redirect to plugin? 
-* __Assigned To:__  
-* __Difficulty:__ Medium  
- * __Status:__ Unstarted  
+* __Status:__ Complete - was backported. No action required.  
  
 !!lib_plugin_~WikiForm.php.diff 
 * __Description:__ Backported ~WikiForm plugin? 
-* __Assigned To:__  
-* __Difficulty:__ Medium  
- * __Status:__ Unstarted  
+* __Status:__ Complete - was backported. No action required.  
  
 !!lib_plugin_~WlugMember.php.diff 
 * __Description:__ WLUG specific LDAP membership 
 * __Assigned To:__ 
 * __Difficulty:__ Medium 
-* __Status:__ Unstarted  
+* __Status:__ Completed - Added in [r35|http://svn.wlug.org.nz/viewcvs?root=wiki&rev=35&view=rev]  
  
 !!lib_plugin_~WlugWantedPages.php.diff 
 * __Description:__ WLUG specific required pages, should be made more generic? 
 * __Assigned To:__ 
 * __Difficulty:__ Medium 
-* __Status:__ Unstarted  
+* __Status:__ Completed - Added in [r39|http://svn.wlug.org.nz/viewcvs?root=wiki&rev=39&view=rev]  
  
-!!lib_stdlib .php .diff  
-* __Description:__ Jabber implementation, <object> and <embed> implementation, new markup backport  
-* __Assigned To:__  
-* __Difficulty:__ Medium / Hard  
-* __Status:__ Unstarted  
+!!soap .wsdl .diff  
+* __Description:__ Backported soap implementation?  
+* __Status:__ Complete - Much more featureful implementation is present in 1.3.11p1  
  
 !!lib_transform.php.diff 
 * __Description:__ footnotes / old markup changes 
-* __Assigned To:__  
-* __Difficulty:__ Medium  
- * __Status:__ Unstarted  
-  
-!!soap .wsdl .diff  
-* __Description:__ Backported soap implementation?  
-* __Assigned To:__  
-* __Difficulty:__ Medium  
-* __Status:__ Unstarted  
+* __Status:__ Complete - Code appears to be obsolete . Cannot find in 1.3.11p1. Assuming no action is required