summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* FS#1234: If useheading is enabled, purge the cache of backlinks upon saveGina Haeussge2008-10-11
| | | | darcs-hash:20081011164342-2b4f5-b2e26e17ce970927ddbc0c5b888815063d613b0e.gz
* do not hide pages when ACTMichael Klier2008-10-11
| | | | darcs-hash:20081011162901-23886-c2ed10a43f6968703ac11be4e33d19af2b1137d8.gz
* Another fix for emphasis parsing FS#1468Andreas Gohr2008-10-11
| | | | | | Hopefully doesn't break anything darcs-hash:20081011164847-7ad00-9c0873e505e1c3b9dad2477d3ccfaf9c75d95839.gz
* Empty breadcrumbs on logout (see FS#979)Guy Brand2008-10-11
| | | | darcs-hash:20081011161458-19e2d-97001154886654be84d70b1b140743b124a1c763.gz
* Fix for FS#1230Gina Haeussge2008-10-11
| | | | darcs-hash:20081011153646-2b4f5-4e4320b4bcb819e96a1ac7b8a83755c659b901b8.gz
* Fix a usability issue with the new information displayed in Recent Changes ↵Gina Haeussge2008-10-11
| | | | | | (FS#607) darcs-hash:20081011150603-2b4f5-144adb0ca442fae3b18b29645c6328a9563464fc.gz
* Adjust the actionlink for recent changes as wellGina Haeussge2008-10-11
| | | | darcs-hash:20081011134555-2b4f5-44a7dcb339f6619ad395937f0fa76d4c2bcdd563.gz
* FS#1134 remove inline javascript from windows sharesMichael Klier2008-10-11
| | | | darcs-hash:20081011143946-23886-78628e3ca7ec0c40f5d288c6a9832cd52b8b083b.gz
* make linkonly parameter work for flash files FS#1472Andreas Gohr2008-10-11
| | | | darcs-hash:20081011144459-7ad00-58619ee91188127feb7c26a1d8d6b051c6981505.gz
* some changes for the recent FS#1419 and FS#1375 fixesAndreas Gohr2008-10-11
| | | | | | very simple unit test added. Still needs *real world* testing! darcs-hash:20081011141442-7ad00-13378a7a14f81b0799102f0d53d6db8e1078b3e0.gz
* Fix for FS#172Gina Haeussge2008-10-11
| | | | darcs-hash:20081011122908-2b4f5-97f0279e58fb8f59bbff03a3c841aad6113e93f2.gz
* text change for FS#607 - display the namespace in warningAndreas Gohr2008-10-11
| | | | darcs-hash:20081011123653-7ad00-8a659f942e0e24bb3239bab615d4498bb1efcad4.gz
* Adjust behaviour of Recent Changes to mirror behaviour of IndexGina Haeussge2008-10-11
| | | | | | | Like the index, recent changes are now displayed only for the current namespace. For convenience, a link to the recent changes of the whole wiki is included in the listing. darcs-hash:20081011121539-2b4f5-a98e96550bdc4f28b401139def051b5a6beb56a6.gz
* pass envelope headers to sendmail on Unix systems FS#1419 FS#1375Andreas Gohr2008-10-11
| | | | | | | This patch will pass the from and to headers to the sendmail binary, when sending mails. This needs heavy testing. darcs-hash:20081011122529-7ad00-db97a65eecf29a21a40abe9280b33a76cac58aec.gz
* reopen the session in auth_logoff FS#1484Andreas Gohr2008-10-11
| | | | | | | To clean data from the session correctly on logout, the session needs to be reopened. darcs-hash:20081011092157-7ad00-e5cc905b6e04b13fe667690c0e6aad68524254f1.gz
* Do romanization of certain characters different from what deaccent does FS#1117Andreas Gohr2008-10-11
| | | | | | | | Some characters are deaccented/romanized different in different languages, we now do one way in deaccent and the other way in romanize. Giving the user a choice what she prefers. (Currently affects a handful scandinavian letters). darcs-hash:20081011091034-7ad00-08535e03639b0b0c634e2438609ac10545f14f48.gz
* Dutch language updatedion2008-10-10
| | | | darcs-hash:20081010200511-66058-a1cc51ab3dec871054fd93f9a1de97efd38f37a6.gz
* Spanish language updateManuel Meco2008-10-08
| | | | darcs-hash:20081008203414-1011c-85b7d515a43f405e8fbc3366b8195881a552d7a3.gz
* Nihi language updateYustinus Waruwu2008-10-04
| | | | darcs-hash:20081004205158-ee982-0eb1a31e9ee6045d35224d8e9e81dfd30053e4a8.gz
* Persian language updatebehrad eslami2008-10-03
| | | | darcs-hash:20081003123628-5222e-a76b636053ff5d843937e3e2ce9ff5cc48e6c09f.gz
* Indonesian language updateYustinus Waruwu2008-10-03
| | | | darcs-hash:20081003123150-ee982-299c1fb5ca4428fcefac6bfd18eb116e4a146b4a.gz
* Nias translation addedFidelis Harefa2008-10-03
| | | | darcs-hash:20081003122909-ede8f-7cf8938b396615aa41ab9d78db80fa379661aa92.gz
* wrap media file deletion in MEDIA_DELETE_FILE eventMichal Kolodziejski2008-10-01
| | | | darcs-hash:20081001181002-90c8c-6cac9e589f510a0a590d57a699669bc68e111ff9.gz
* editor_info_patchAndy Webber2008-10-01
| | | | | | | | | | | At present, DW shows the username on the bottom left under "logged in as", and the login name for "last modified", "locked by" and under revisions/recent changes. In a corporate environment, particularly when integrated with a Single Sign-On system, the login name may be somewhat unfriendly. This patch makes the "logged in as" the same as the value used elsewhere and also allows an admin to decide whether it should be the login name, username or e-mail address that is displayed. The e-mail address may also, optionally, be a mailto: link. E-mail addresses are obfuscated according to the 'mailguard' setting. The default behaviour is to show the login name which is no change from previous behaviour for the "last modified"/"locked by"/revisions/"recent changes", but is a change for the "logged in as". darcs-hash:20081001152914-6ad63-9cd7174068ac55de381f1318a4401f8c51de5b0c.gz
* Basque language updateAndreas Gohr2008-10-01
| | | | darcs-hash:20081001175812-7ad00-1459adf0f34f08cce22d52672cab2607d1a28cb0.gz
* keep undisplayed messages over redirectsAndreas Gohr2008-09-29
| | | | | | | | | When act_redirect is executed (post data was received and mode show is called) all undisplayed messages (from calls to msg()) are saved in the session now. These messages are then revived in inc/init.php. This makes sure no errors that occured before the redirect are lost. darcs-hash:20080929203831-7ad00-d0869fd3093f57c1ea64ccbaf05d7fd98f68c5e1.gz
* Basque translation fixupAndreas Gohr2008-09-29
| | | | darcs-hash:20080929195828-7ad00-e65c6285b24495ff104cabb5b3608c914d03a88f.gz
* Basque language updateInko I.A2008-09-26
| | | | darcs-hash:20080926135507-c8790-a733ebe20ac57b0ee44fff2ae0b96a2533ef5dce.gz
* Basque language updateInko I.A2008-09-23
| | | | darcs-hash:20080923163602-c8790-fd701dddc7d10cdbe24f0b93880b87e3dd85f05e.gz
* Dutch language upgradedion2008-09-19
| | | | darcs-hash:20080919131733-66058-688bfc5263c9aa873a5893689e8be37d2011a759.gz
* multiupload fixes FS#1452Andreas Gohr2008-09-16
| | | | | | | | | | | This patch fixes HTML validity problems with the multiupload flash. It also makes sure the uploadflash is shown when switching namespaces via Ajax in the Mediamanager. BTW. The multiupload flash does not work in lighttpd 1.4.x see http://trac.lighttpd.net/trac/ticket/1017 for details darcs-hash:20080916173630-7ad00-84c4ad5d580093155a1ccfb41054c55b789118c0.gz
* Spanish language updateEnrico Nicoletto2008-09-15
| | | | darcs-hash:20080915195208-19a6f-3e03e9f0547f62c1407e9f6adf64e5b061da8561.gz
* Portuguese language updateLiverig2008-09-15
| | | | darcs-hash:20080915194813-4f297-cf78dab4c0fa624a76fae42f2e008288e056ae1d.gz
* rewrote the fullpath function FS#1462Andreas Gohr2008-09-14
| | | | | | | | | The fullpath function now correctly handles windows drive letter paths and UNC paths making sure that those are not destroyed with upper dir .. notation. Unit tests where added. darcs-hash:20080914134744-7ad00-9abf5931d910a0b12979b1f69b090e8ecd568c71.gz
* more cookie security FS#1490Andreas Gohr2008-09-13
| | | | | | | | | | | | This patch adds the httponly option to the PHP session cookies and DokuWiki's auth cookie when supported by the PHP version. It also adds a new config option 'securecookie' which is enabled by default. It makes sure the browser will not sent a cookie set via HTTPS over a non-secured connection. This option has to be disabled for wikis that only protect the login with SSL but not the whole wiki. darcs-hash:20080912224922-7ad00-d5275147ba9d17a9f6defa8a51ca720da74ba8a0.gz
* avoid warning on file_exists FS#1428Andreas Gohr2008-09-12
| | | | darcs-hash:20080912212311-7ad00-26249ceb7fb08a442888942072ef2dd8279ab3d2.gz
* GeSHi update to 1.0.8Andreas Gohr2008-09-12
| | | | darcs-hash:20080912202334-7ad00-ee4e69ad5516c38729955e8919d55f3b940caf1a.gz
* Brazilian Protuguese language updateLiverig2008-09-06
| | | | darcs-hash:20080906084413-fca6f-7713ef58c76bb2b19444d56fb9021720cdc1a368.gz
* Turkish language updateYavuz Selim2008-09-06
| | | | darcs-hash:20080906082526-64b66-950f5cd3f5d60233bf5ddaecad2a061d31413b3d.gz
* Turkish language updateAydin Coskuner2008-09-03
| | | | darcs-hash:20080903172346-440c1-3476db756693f0c432c01f00e8f1867472f8c11f.gz
* Hungarian language updateSiaynoq2008-09-01
| | | | darcs-hash:20080901180125-9022f-116174b8115d149ca61734cc07ed590c1aed2f4a.gz
* Fix for FS#1478Gina Haeussge2008-08-30
| | | | darcs-hash:20080830211206-2b4f5-4f7073d95c950329f7bd2a6eb9bced948e37db1f.gz
* No more redirect on doMichael Hamann2008-09-01
| | | | darcs-hash:20080901120812-fdd0b-7082d4c264f665899f56438c0d0a64137d83b3a1.gz
* New event TPL_TOC_RENDERGina Haeussge2008-08-30
| | | | | | | | This new event is triggered directly before rendering the TOC. An array containing the current TOC items is given as eventdata and can be modified by action plugins to e.g. add additional items to the TOC. darcs-hash:20080830192033-2b4f5-29611563677679f5bfc0d030019e23d7e9a6bcf5.gz
* syntax plugin match getter and setterpierre.spring2008-08-29
| | | | darcs-hash:20080829125828-c07ef-b27cbac1f23e313572952ea8f1172fbd88f60493.gz
* new event ACTION_EXPORT_POSTPROCESSMichael Klier2008-08-28
| | | | | | | | | | | | | This event allows action plugins to postprocess the output of a page requested for export. Event data: data[id] -- the page id data[mode] -- requested export mode data[headers] -- headers of the requested export mode data[output] -- export output darcs-hash:20080828200321-23886-6676682f33fa5c2d9f0c0a21fa26154baf4e137a.gz
* return show action in act_auth for logged in users and 'login' actionAndreas Gohr2008-08-25
| | | | | | This triggers the new redirect event for logins as well. darcs-hash:20080825202710-7ad00-b8cc40d7a74fd093bd79c5d7d88302c63ea9ef3d.gz
* XMLRPC: new event XMLRPC_CALLBACK_REGISTERMichael Klier2008-08-24
| | | | | | | | | By using this event, action plugins can register their own callback methods in DokuWikis XML-RPC server, and extend it's functionality. The event data is the server instance. Plugins can also remove already registered callbacks or replace them with their own methods. darcs-hash:20080824080457-23886-b49b897592ce6717f0980f6044bae2d51fd73336.gz
* avoid deprected warnings in php5.3 FS#1464Andreas Gohr2008-08-24
| | | | darcs-hash:20080824085653-7ad00-44925f90b286493b9b55d1ace59136a676786faf.gz
* redirect on show/POSTAndreas Gohr2008-08-23
| | | | | | | | | Now a redirect is always done when the final action is show, but the reqeuest method is POST. This handles actions like cncel autmatically and ensures nice URLs are reinstated. A new event ACTION_SHOW_REDIRECT wraps the redirect. darcs-hash:20080823174550-7ad00-4969a9467b5bca12412507fd6b177088a1c5363f.gz