summaryrefslogtreecommitdiff
path: root/lib/exe
Commit message (Collapse)AuthorAge
* CSS replacement supportAndreas Gohr2005-10-30
| | | | | | | | | | Template authors now can use placeholders in their stylesheets which will be replaced by the central CSS dispatcher. Placeholders and their replacements are defined in a style.ini file in the Template directory. This makes changing a colorset very easy. darcs-hash:20051030193321-7ad00-bc66f405fd2e2b18cfcc5dc28feef04671eb6558.gz
* Interwiki icons are set through CSS classes nowAndreas Gohr2005-10-30
| | | | darcs-hash:20051030152828-7ad00-58a99ca20a1d6ec62612a6281034c1dd669be44d.gz
* More work on Javascript and CSS dispatchersAndreas Gohr2005-10-29
| | | | darcs-hash:20051029185222-7ad00-c184ab3496539f3027407c7d17e8770a1849546a.gz
* JavaScript refactoringAndreas Gohr2005-10-29
| | | | | | | | This patch addes a first go on a central javascript and CSS dispatcher which builds a single script from all needed scripts, does optimizing and caching. darcs-hash:20051029002652-7ad00-7558b569c2bf65f5e41820644580d97c62edd0d6.gz
* option for disabling debug outputAndreas Gohr2005-10-27
| | | | darcs-hash:20051027183410-7ad00-5ca48cf2d4058016f5cf07887d9eaa7b07a4043f.gz
* some fixes for getID and the detail pageAndreas Gohr2005-10-21
| | | | darcs-hash:20051021212304-7ad00-f01b3954b6b71ecc9e0cf899ed62bfb33e0c437e.gz
* added command line utility to update the indexAndreas Gohr2005-10-16
| | | | darcs-hash:20051016001228-7ad00-5f9c0176e9d9830ec22332504e7d415bd4a20a1d.gz
* indexer_cleanid_patchhfuecks2005-10-15
| | | | darcs-hash:20051015203821-e96b6-907a58698b3b566f0997f8ef58e1259abff769cc.gz
* load indexing include only when neededAndreas Gohr2005-10-06
| | | | darcs-hash:20051006174104-7ad00-4abd8894c1449a46467c0d168e7fc5e90331024c.gz
* indexer_patch_flush_imagehfuecks2005-10-06
| | | | darcs-hash:20051006130651-e96b6-6496b235c56a40cdea06df6198a5d39e5bfa9d13.gz
* mkdir compatibility fix in indexer #575Andreas Gohr2005-09-30
| | | | darcs-hash:20050930151407-7ad00-56002a89c36a82a249de577227929ace91ebad2f.gz
* fixed bug in fetch.php on windows systemsAndreas Gohr2005-09-22
| | | | | | | | fetch.php used is_executable() to check for the ImageMagick convert tool. The function is not available prior PHP 5 for Windows systems. fetch now only checks if the config variable is set. darcs-hash:20050922165540-7ad00-f787b5be5c4e9ce4eb31399a1f3ce8dcd1654c60.gz
* small indexer fixAndreas Gohr2005-09-13
| | | | | | The indexer didn't create the last indexed files correctly darcs-hash:20050913184004-7ad00-8756a7362942c747d53992fa8f0ee4da5534badb.gz
* support for ImageMagicks convert in fetch.phpPavel Vitis2005-09-11
| | | | | | | | This patch allows one to set $conf['im_convert'] to use ImageMagick instead of PHPs libGD to resize images. convert is more powerful than libGD - it can resize animated gifs for example. darcs-hash:20050911140225-c484b-10fbb66d003c839debc98edf814e261bddea3aa6.gz
* hide namespace in ajax quicksearchAndreas Gohr2005-09-04
| | | | darcs-hash:20050904114117-7ad00-8d5288f7f51f4ac4f8d13f9fddac97b3b1620e94.gz
* the search now uses the indexAndreas Gohr2005-09-04
| | | | darcs-hash:20050903220229-7ad00-5d95f905eaeb3f6b867aa3ee43c2a8bccc533c00.gz
* private cachecontrol for fetch.php #516Andreas Gohr2005-08-27
| | | | darcs-hash:20050827151739-7ad00-fefec363750c18869a9fadacbe8c87328efa260a.gz
* added missing indexer fileAndreas Gohr2005-08-23
| | | | darcs-hash:20050823163450-7ad00-5ed5b87ee1898281090bb3170498866dbc18cb24.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
* 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
* 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
* 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
* 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
* 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
* spellchecker fix for broken aspellmatthiasgrimm2005-06-12
| | | | | | | | | | | | The current Aspell version has a bug that causes a corrupt output file. Output lines beginning with '?' weren't terminated with a newline. This patch fixes the broken output format. It is not possible to detect automatically if a Aspell version handles '?'-lines correctly. Therefore DokuWiki checks for Aspells version number and corrects the output format accordingly if version < darcs-hash:20050612154241-7ef76-dfa98470651d6701562ca51908e6f8c8392b28bd.gz
* small spellchecker fix for suggestions with spaces or singlequotesandi2005-06-11
| | | | darcs-hash:20050611123804-9977f-8ecc877cfdebb542e797562987322db4df7bcf49.gz
* spellchecker: compensate for aspell error and blocking problemsandi2005-06-11
| | | | | | | | | | | Sometimes Aspell seems to output not enough blank lines to signal a line change. This patch tries to compensate for this by trying the next two lines as well. This patch also fixes a problem were reading from aspell could produce a deadlock on the socket and would cause the spellchecker to never return darcs-hash:20050611121059-9977f-c772aa52ea0e73e7b7e5537afda047fa44a22395.gz
* spellchecker fixes for Konqerorandi2005-06-11
| | | | | | Konqeror seems to ignore the charset darcs-hash:20050611092916-9977f-311b99e63b66a83c9f9022c468ba61d0687822c2.gz
* Spellchecker fix for large filesandi2005-06-10
| | | | darcs-hash:20050609230143-9977f-1b424e3f23bb4939d7636c5ef8f4d9516942f205.gz
* spellchecker fix for eating whitespacesandi2005-06-09
| | | | darcs-hash:20050609183709-9977f-daf9d77db759dc3dab0f62df8aee9ca33bfa52e5.gz
* session_write_close added #364andi2005-06-08
| | | | | | | | | | I just learned that PHP does lock it's session objects. This is realy bad if you have multiple images in a page as each one will call fetch.php which locks the session, so everything can only be loaded sequentially. The fix for this is to close the session after using it which is after doing the auth and the breadcrumbs. I added the needed calls everywhere. darcs-hash:20050608213514-9977f-f2dfc467ebbd06406e10e33a386fa1db6cb32dba.gz
* Spellchecker fixesandi2005-06-08
| | | | | | | | The spellchecker now works in IE6, Firefox and Opera 8 :-) SACK was updated to the latest release (plus a minor fix) Proper UTF-8 headers were added to the AJAX PHP backends darcs-hash:20050608182758-9977f-1eacd0ba9993a62f094433d982f668e38d17ba14.gz
* AJAX spellchecker #29andi2005-06-07
| | | | | | | | | | | | | | | | | | | | This is nearly a complete rewrite of the gmail like AJAX spellchecker from http://www.broken-notebook.com/spell_checker/index.php Here are the differences and features * seemless integrated into DokuWiki * no need for the pspell extension * needs GNU aspell installed (not sure about the version I guess 0.60+ for UTF8) * needs PHP 4.3.0+ * uses SACK for AJAX * gets errors and suggestions in one transfer So far only tested in Firefox. It should work in IE, Safari and Opera 8, too. Please test and report back. darcs-hash:20050607194456-9977f-f699144d1fd28359742b2ce0f28c839a1f4cefbb.gz
* cache control headermatthiasgrimm2005-06-06
| | | | | | | | | | This patch adds a cache control header to fetch.php. Without this header media files can't be opened and viewed with third party programs directly from the IE browser window. For eg. Acrobat Reader will display an error message after clicking on a link to a PDF file. Firefox will work without it. darcs-hash:20050606154420-7ef76-2b46b0eb626488cec122a00cc32f86a28542b161.gz
* fetch directory structure fixmatthiasgrimm2005-06-05
| | | | | | fetch.php was not fully adapted to the new directory structure - fixed darcs-hash:20050605130154-7ef76-22d557d49733aaa8d992e767ebfed16c92fb3c76.gz
* media popup directory structure fixmatthiasgrimm2005-06-05
| | | | | | | The media popup was not fully adapted to the new directory structure - fixed darcs-hash:20050605125410-7ef76-79a24e1bd735cc4b89c1d7ee1f28b1a19b84f841.gz
* directory layout cleanup !IMPORTANTandi2005-06-05
This patch changes the directory structure of dokuwiki as suggested in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html As the changes.log is not managed through darcs you need to move it your self to the new location in data/changes.log I think I modified the code at all nessessary places, but I may have forgotten a few things. darcs-hash:20050605103842-9977f-af20f63c1d604888375d175d89ac6bd71566d47d.gz