summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* tidy up plugin manager code (rename some classes that were using ↵chris2005-08-29
| | | | | | admin_plugin_* format). Fix for ->setupLocale. darcs-hash:20050829082736-50fdc-e5eff45e1d3c45bd4f23cfa468aec2a271c8fd44.gz
* private cachecontrol for fetch.php #516Andreas Gohr2005-08-27
| | | | darcs-hash:20050827151739-7ad00-fefec363750c18869a9fadacbe8c87328efa260a.gz
* plugin manager, an admin pluginchris2005-08-25
| | | | darcs-hash:20050824232255-50fdc-b5eb608833470cea87d457e029f530b916431b61.gz
* admin plugin i/face + acl pluginchris2005-08-25
| | | | darcs-hash:20050824224718-50fdc-6d27ff70e60e6fe547aff6c2b305507c4ab3f669.gz
* added missing indexer fileAndreas Gohr2005-08-23
| | | | darcs-hash:20050823163450-7ad00-5ed5b87ee1898281090bb3170498866dbc18cb24.gz
* info patch fix, correct error in render param name change, add support for ↵chris2005-08-18
| | | | | | line breaks in descriptions. darcs-hash:20050818155711-50fdc-ff16e581584524ef5e581ffb9a79a45855988aa4.gz
* fileicons for non image media #198Esther Brunner2005-08-16
| | | | darcs-hash:20050816192301-283c4-764462bd6cef810b4385a228edda3951ff709468.gz
* added stopword support to the indexer, added indexer webbugAndreas Gohr2005-08-14
| | | | darcs-hash:20050814181035-7ad00-ed5d879d29fcee7f925f806456675605b058966a.gz
* URL rewriting for media filesAndreas Gohr2005-08-14
| | | | | | | | | | This patch adds nicer URLs for media files (for fetch.php and detail.php) !IMPORTANT! Users of rewrite mode 1 need to adjust their .htaccess See .htaccess.dist for an example darcs-hash:20050814101834-7ad00-37ef1dea00affc9d808d9ee1289fa7454199cd24.gz
* syntax_plugin base class update, change render param name from $mode to $formatchris2005-08-13
| | | | darcs-hash:20050813182407-50fdc-c0facca23432b25c0773dd2a8a6c0772c48ee8b7.gz
* changes to the page subscription featureAndreas Gohr2005-08-06
| | | | darcs-hash:20050806212000-7ad00-c5ab54a33289f8be0ce99443f82f0b3cf1bdbf0d.gz
* track_changes.patchSteven Danz2005-06-27
| | | | | | | | Second go at including changes to allow users to sign up on mailing lists so they may receive emails each time the page they are interested in is updated. darcs-hash:20050627021748-3ed6d-5f6993f51ab649e3928a513b0fbe7c421d880325.gz
* minor plugin fixes to protect against invalid/malformed pluginschris2005-08-05
| | | | darcs-hash:20050804235036-50fdc-1881a40da689bc5abbe608a2ce96a1ed192a43a4.gz
* plugin tweaks, info plugin fixesAndreas Gohr2005-08-03
| | | | darcs-hash:20050803180226-7ad00-7bce1982ed6589511ce38e2e4e5e4cdf8640a0ae.gz
* support for plugin subfolders added - plugins/[name]/[type]/[file].phpchris2005-08-02
| | | | darcs-hash:20050802191421-50fdc-abf82fcb52dfabd74b7119f2e6a53ea590bb1d90.gz
* syntax plugin class prototypes : fixes to previous updatechris2005-08-02
| | | | darcs-hash:20050802005846-50fdc-9e5ec3b31966b308543d5a16da10c1af22489553.gz
* Personal wordlist for spellchecker #488Andreas Gohr2005-07-31
| | | | | | | | | This patch allows you to add a file named conf/words.aspell with your own words you don't want the spellchecker to choke on. Thanks to Steven Danz for code idea darcs-hash:20050731172612-7ad00-60fb3f09589c4758f1093f532de9699beb048569.gz
* image metadata editorAndreas Gohr2005-07-31
| | | | | | | | | | | This patch adds an meta data editor for JPEG files. Currently title, caption, artist, copyright and keywords can be saved. The data is saved to the apropriate IPTC fields. Additional fields can be added in the appropriate template. Compatibility testing with other programs is needed! darcs-hash:20050731163554-7ad00-dd936ec19549203dcf72de8774309c0b17d0b679.gz
* fallback to default template if custom one is not availableAndreas Gohr2005-07-29
| | | | darcs-hash:20050729163001-7ad00-24d0768ecd593ab85fda0e3c5fbdbec0e8ff3276.gz
* use fread instead of fpassthru in fetch.phpBrian Cowan2005-07-28
| | | | darcs-hash:20050728184238-93e20-0c838d887fb148de48dd01b34afdf3f150e94765.gz
* added missing JavaScript files for fancy footnotesAndreas Gohr2005-07-28
| | | | darcs-hash:20050728181307-7ad00-b22988b21cc327afd4437be9b10a72f841eee87b.gz
* footnote fix: update to previous patch, corrects IE issueschris2005-07-28
| | | | darcs-hash:20050728124131-50fdc-f5fd8977074ccabef6ea4606a7728f228bdc73b6.gz
* syntax plugin class update: add getAllowedTypes() method (compatible with ↵chris2005-07-28
| | | | | | plugins written prior to the patch, although they should be updated!) darcs-hash:20050728005720-50fdc-e384bbca7c4f334659e19bedfd675621b7989c80.gz
* footnote fix: almagamate identical footnotes, insitu footnote popupschris2005-07-28
| | | | darcs-hash:20050728005522-50fdc-f359021d5bcf602c2c403d37852196d5eeb4d473.gz
* added missing detail.phpAndreas Gohr2005-07-25
| | | | darcs-hash:20050725183410-7ad00-14559cd592ab41f9cc14ea4b502ce6da019eb262.gz
* EXIF/IPTC metadata in media popupAndreas Gohr2005-07-24
| | | | darcs-hash:20050724201111-7ad00-81e8de6162b0e0923c08dcc7b8c750cd604c4dfd.gz
* first step in Image metadata supportAndreas Gohr2005-07-24
| | | | | | | This adds a detail page for images, for JPEG files additional metadata from EXIF and IPTC fields is shown darcs-hash:20050724115540-7ad00-926601cd12a990e041943edc616360d8179d6c9f.gz
* useheading fixes #460 #465Andreas Gohr2005-07-16
| | | | darcs-hash:20050716111225-7ad00-913c36c65ac1a985fea60eed57fc7391328bfacd.gz
* small print.css style adjustmentsJustin Kelly2005-07-14
| | | | darcs-hash:20050714191517-cbd8d-49c3fadb3f91029d801aae453d4c34f9b94186f1.gz
* long <?php tag update, all for tpl/default/footer.htmlchris2005-07-14
| | | | darcs-hash:20050714002731-50fdc-05d7248884db9b1ab98ecd91f15e9f94534da668.gz
* changed spellcheck access key to k #448andi2005-07-11
| | | | darcs-hash:20050711165123-9977f-bc1f4603c919b7d838e78f3c28989b2c6fdabfb5.gz
* spellchecker: removed wrong stripslashes callsandi2005-07-05
| | | | darcs-hash:20050705181819-9977f-204dfb5ed3e38f9ec92f26f0751b9799aacd03a0.gz
* spellchecker fix for aspell <0.60Andreas Gohr2005-07-01
| | | | darcs-hash:20050701073919-7ad00-524018d3058613591acccea6691e81599e8193fb.gz
* fix for UTF-8 problem in spaceslink (spellchecker)andi2005-06-28
| | | | darcs-hash:20050628191048-9977f-7fe308bc4f13f36af78cdd67bd31acff0a2ebc7f.gz
* xml conformity part 2matthiasgrimm2005-06-27
| | | | | | This patch exchanges some forgotten php short forms against xml pendents. darcs-hash:20050627164725-7ef76-6412b45fc0c7be8a53e78b5df1170bba4088b45c.gz
* fix in media template #396andi2005-06-27
| | | | darcs-hash:20050627165335-9977f-f1af1ef0518489e23d29fc3088e1ad569706d9fe.gz
* plugin info addedandi2005-06-26
| | | | | | | | Each plugin now needs to return some infos about it self. This allows to display a list of installed plugins using the info plugin. darcs-hash:20050626151617-9977f-0be6e15b32c35b23967e509b0057a00226df150c.gz
* paragraphtypes for syntax pluginsandi2005-06-26
| | | | darcs-hash:20050626111513-9977f-5b317b14c9544a0c0a637d21816542d394e6606f.gz
* directory cleanupandi2005-06-26
| | | | | | | | This cleans up the directory structure as discussed on the mailning list. Users should delete their previous _cache directories to recover diskspace. darcs-hash:20050626100913-9977f-83c0fdc32047db2090fc52a843ffae50cbf12248.gz
* fixed problem with TOC toggle and W3C validatorandi2005-06-24
| | | | darcs-hash:20050624134114-9977f-4d08d9644dbc6836b55ec5c83aa6b10980a545be.gz
* Correct invalid XHTML generated for list elementschris2005-06-24
| | | | | | | | Change the <span> element used to differentiate the <ol> numbering from list item text to a <div> element. A <div> is allowed to have children with display:block (e.g. <pre>, <ol>, <ul>) whereas a span isn't. darcs-hash:20050624130636-50fdc-0637f16f3791c845a5247c5233237330a2e8a2d4.gz
* minor fixesandi2005-06-17
| | | | darcs-hash:20050617175013-9977f-85394cdeaca3f0b07150dcd4d6850d1f63b7d9c1.gz
* XML conformity for media reference dialogmatthiasgrimm2005-06-17
| | | | | | XML has problems with the usual PHP shortcuts '<?' or '<? darcs-hash:20050617131041-7ef76-9b8704cffebff4b3fe8ecf8c59b07cb7af53f6c7.gz
* make DokuWiki xml conformmatthiasgrimm2005-06-17
| | | | | | XML has problems with usual PHP shortcuts like '<?' or '<? darcs-hash:20050617130335-7ef76-8e98db5cdae5f8b81993a380cb3d3acc9ac33dbd.gz
* media file reference missing file fixmatthiasgrimm2005-06-16
| | | | | | This file is missing in the media file reference checker patch darcs-hash:20050616171239-7ef76-9212d4fb95d6a251317d5ab4b5b70e4546e21343.gz
* media reference check part 2matthiasgrimm2005-06-16
| | | | | | | | | | | Part 1 only checks for the existance of references. Part 2 will show where this references are so that the user could easily find them. Both parts are configurable: refcheck darcs-hash:20050616163425-7ef76-a7fce6cd1ef5d2cc2e4ac3b869969a65c671770a.gz
* media reference checkmatthiasgrimm2005-06-05
| | | | | | | | | This patch implements the first step of a media file reference checker. Every time the user wanted to delete a media file it would be ckecked for still existing references to this media file. File deletion is denied if this media file is still in use. darcs-hash:20050605185038-7ef76-475e5990609587e1b8cee0e155fa6002f1c5b27c.gz
* spellchecker fix for ignoring linksandi2005-06-17
| | | | darcs-hash:20050617094826-9977f-d2041cfe4d1698e2b5722cd16c6e6e4a6ac26ac3.gz
* Spellchecker: use UTF-8 workaround only if neededandi2005-06-14
| | | | | | | | The spellchecker now tests the browsers UTF-8 compliance and only uses the entitiy encoding if needed. This hopefully fixes problems with Safari. darcs-hash:20050614174004-9977f-9c64abc8c31c47e89ac01784eae81f766bc54af0.gz
* spellchecker should not check linksmatthiasgrimm2005-06-13
| | | | | | | | The spellchecker should not check links because this are mostly no real words. This patch installs some filters so that links won't be transfered to the spellchecker. darcs-hash:20050613215834-7ef76-444b4aa6ca9f471ae99c3f6fd3e3b9d380161f8a.gz