summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Changed html_revisions() to use Doku_Form, FS#1064michael2008-10-12
| | | | | | html_revisions() uses Doku_Form now like html_recent(), the new event HTML_REVISIONSFORM_OUTPUT can be used to create action-plugins to customize the revisions-ouput like e.g. suggested in FS#1064. darcs-hash:20081012201122-074e0-c965ada0cc5ff572cc905d5fc7152a94c93b2741.gz
* Fix IPv4 regexp and add IPv6 regexp (clientIP)Guy Brand2008-10-12
| | | | darcs-hash:20081012192728-19e2d-5219ad7bf461a758b62ee311598937ecd958916b.gz
* Accesskeys and correct escaping for html_recent()michael2008-10-12
| | | | | | Readded the accesskeys to the recent changes HTML and removed double escaping of & in the diff- and revisions-urls. darcs-hash:20081012190108-074e0-ff556fd216f202ad1d7ef843cd98de908b919ceb.gz
* ycatch space as email link text - againAnika Henke2008-10-12
| | | | darcs-hash:20081012194444-f7d6d-124f6788aaff8aedd72ffad5a6a99f6888459b59.gz
* show pagesource when locked (FS#443)Anika Henke2008-10-12
| | | | darcs-hash:20081012194206-f7d6d-e6372bf1e518650ff71a811b78b3231b1dab1219.gz
* removed 'ALT+' from all titles of elements with accesskeys (FS#1172)Anika Henke2008-10-12
| | | | darcs-hash:20081012181638-f7d6d-d4614321134f78fc176688d8aaf9d9acccf1952e.gz
* ycatch space as email link text (FS#1374)Anika Henke2008-10-12
| | | | darcs-hash:20081012173735-f7d6d-a6a04ee3415c0b86748c8859fd02331bd23839f8.gz
* FS#1024 new Event COMMON_WORDBLOCK_BLOCKEDMichael Klier2008-10-12
| | | | | | | | | | | | | | This event allows action plugins to take action if a wordblock occurs. Event data: data[matches] - array of wordblock matches data[userinfo] - detailed userinfo [ip] - ip address [user] - username (if logged in) [name] - real name (if logged in) [mail] - mail address (if logged in) darcs-hash:20081012174849-23886-0ac42addc14ee3e36e961272de229a6002d052e9.gz
* Include host in the seed for the JS and the CSS cachenames (FS#1487)Gina Haeussge2008-10-12
| | | | darcs-hash:20081012172855-2b4f5-85b89a7968681932d30f75072df347ba6a53b24c.gz
* fix use of unitialised %{user} placeholder in MySQL and PostgreSQL backendsAndreas Gohr2008-10-12
| | | | darcs-hash:20081012180207-7ad00-54ff244124e7ab824c635a550b02310f8163706a.gz
* Changed html_recent() to use Doku_Form, FS#135michael2008-10-12
| | | | | | html_recent() uses Doku_Form now, this makes it possible that action-plugins can customize the recent changes view as suggested in FS#135. darcs-hash:20081012162732-074e0-ed776be1229177c5a8bd31540002afb2da9b3d31.gz
* Fixed doubleclick-behaviour of links, fixes FS#1389michael2008-10-12
| | | | | | There is a new open-attribute of listitems that represents the state that should be achieved or the current state. This makes it possible that clicks that occur when the opening of the listitem has already been triggered close it again and the listitem won't be reopened when the ajax-call is finished. darcs-hash:20081012141018-074e0-f9be8bbe89083df761d71f665b409bc95e450bf3.gz
* missing toolbar changes for FS#1492Andreas Gohr2008-10-12
| | | | darcs-hash:20081012170133-7ad00-6f9ddb04e9c00341691b2339c3aedfa79e59d565.gz
* changed license imagesAndreas Gohr2008-10-12
| | | | | | | This makes the button graphics more like the existing buttons of the default template. Also added grafics for FDL darcs-hash:20081012165648-7ad00-73523a79a6f0b6030bc74e6a3400c6eddf4f8629.gz
* fix for FS#1451Michael Klier2008-10-12
| | | | darcs-hash:20081012162238-23886-a9189113395be7c2142796392d823aee712a9828.gz
* Make recognized URL schemes customizable via conf/scheme.conf (FS#797)Gina Haeussge2008-10-12
| | | | darcs-hash:20081012155022-2b4f5-177571b9b176bb822015623b62b4d35b98a93d7b.gz
* FS#1134 removed inline javascript from mediamanagerMichael Klier2008-10-12
| | | | darcs-hash:20081012151319-23886-cf6100556d4bdfd1090d1c6be0023aa3dd6840cc.gz
* do not treat greek as special chars FS#1492Andreas Gohr2008-10-12
| | | | | | | Will treat only mathematical greek as special. Changed toolbar picker to use mathematical symbols. darcs-hash:20081012153950-7ad00-a2a4e8cf705aff689d405ccb4015f1b75a0045cf.gz
* FS#564 FS#1270 new option to disable the rememberme checkboxMichael Klier2008-10-12
| | | | darcs-hash:20081012144253-23886-c904f82c559c3ad5477bf921e93cb439a212134d.gz
* Add links to previous and current revisions of page (FS#1023)Guy Brand2008-10-12
| | | | darcs-hash:20081012141315-19e2d-ebbf9e9b0d6283aae1166fde0c5f3a9fc986d4c2.gz
* Implementation of FS#872Gina Haeussge2008-10-12
| | | | darcs-hash:20081012140306-2b4f5-3fd4006f178e358be3d19be5c4244e56facd1b9a.gz
* Don't display HTTP login in login form (FS#1210)Gina Haeussge2008-10-12
| | | | darcs-hash:20081012131125-2b4f5-8270c19ba0e164de7b83188ad8955cc3a7ef6275.gz
* Fail silently if trying to login through supplied HTTP credentials (FS#1228)Gina Haeussge2008-10-12
| | | | darcs-hash:20081012131042-2b4f5-029f4f0ffa6c89e23653584c8bb41db78834cc73.gz
* readded email patterns -> fixes email links broken with yesterdays validator ↵Andreas Gohr2008-10-12
| | | | | | switch darcs-hash:20081012132714-7ad00-39316b19200fc122bdd4f780235e25a9fea09932.gz
* always send 404 for sitenames special to robots FS#843Andreas Gohr2008-10-12
| | | | darcs-hash:20081012131916-7ad00-ef46252e34c948bf377422877a6116ed2a66ac17.gz
* fix for FS#1364 show Fullname and username in tpl_userinfo()Michael Klier2008-10-12
| | | | darcs-hash:20081012130304-23886-8836b5f5ad341de277bb23c2f2373eb409dba5c9.gz
* Fix of unescaped quotes in the language file for Esperanto and LithuanianGina Haeussge2008-10-12
| | | | darcs-hash:20081012123019-2b4f5-3a5bbe2d8a0937e6d13b6ffd76570542274071f9.gz
* removed IP and host name from subscriber mailsAndreas Gohr2008-10-12
| | | | darcs-hash:20081012123354-7ad00-d02d3c90c8283888c2377e4fa747a6d2c9bc08cb.gz
* Add more information in notification mails (See FS#873)Guy Brand2008-10-12
| | | | darcs-hash:20081012121943-19e2d-18381df36799928d1d91168d83fca80a8012c328.gz
* footer.html fixes for the new license chooserAndreas Gohr2008-10-12
| | | | darcs-hash:20081012115301-7ad00-d462fc822a56d514f2f66a61a2ee1561ea9de61e.gz
* fix smileys at the start or end of a lineAndreas Gohr2008-10-12
| | | | darcs-hash:20081012115011-7ad00-7aded95b825d6faee7c39b0c0ba92cd84f0da298.gz
* Remove UWEB (FS#1427)Gina Haeussge2008-10-12
| | | | darcs-hash:20081012105932-2b4f5-37703e01d7631eacc1d581cc368bd54e0731b664.gz
* Make license selectable from config FS#312Andreas Gohr2008-10-12
| | | | darcs-hash:20081012113150-7ad00-6408da058bdb6c923159d445e03b76f54b579362.gz
* Don't display actionlinks/buttons/metaheaders for disabled actions (FS#1444)Gina Haeussge2008-10-11
| | | | darcs-hash:20081011193807-2b4f5-b973a5103ecd047d63e627f2d1574286359d0620.gz
* fix for FS#1305Michael Klier2008-10-11
| | | | darcs-hash:20081011190300-23886-3d5d5e2d1774a802ce9da841812a8838b2945d86.gz
* Change of bugfix for FS#1426Gina Haeussge2008-10-11
| | | | darcs-hash:20081011175430-2b4f5-aa7e9048461324e0362852ef21beff456a03bd9b.gz
* Insert horizontal rule on a newline (FS#1402)Gina Haeussge2008-10-11
| | | | darcs-hash:20081011170252-2b4f5-7a68add2ec378c1be08be11c630f0ebca2b7c388.gz
* recognize smileys with proper boundaries only FS#1489Andreas Gohr2008-10-11
| | | | darcs-hash:20081011184717-7ad00-0f910f4d061e00ccfdf722a3f971656da1b7979b.gz
* use EmailAddressValidator class for email validation FS#1503Andreas Gohr2008-10-11
| | | | darcs-hash:20081011173245-7ad00-578e03ca701fc4443ba91329be6ac1ca9344c7a7.gz
* do not show basic auth class in configuration managerMichael Klier2008-10-11
| | | | darcs-hash:20081011165529-23886-b3e15b6316b57548dc040757d90d397fbb695dd4.gz
* 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
* don't let Google and co index the RSS feed by setting X-Robots-Tag header ↵Andreas Gohr2008-10-11
| | | | | | FS#1467 darcs-hash:20081011170454-7ad00-9e724a621d886e298479bffdd529d604cbc07ae9.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
* disable autocompletion in password fields of config manager FS#1434Andreas Gohr2008-10-11
| | | | darcs-hash:20081011155507-7ad00-c2da8c586fbb8fc954b84770653f8c04244ca809.gz
* Fix for FS#1230Gina Haeussge2008-10-11
| | | | darcs-hash:20081011153646-2b4f5-4e4320b4bcb819e96a1ac7b8a83755c659b901b8.gz
* yno external image for install.php (FS#1401)Anika Henke2008-10-11
| | | | darcs-hash:20081011153149-f7d6d-490efbd7ec447670f7131617535a82d2ac6aff5a.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