summaryrefslogtreecommitdiff
path: root/inc/html.php
Commit message (Collapse)AuthorAge
* Keep Andi’s Family out of thisAdrian Lang2009-11-23
| | | | darcs-hash:20091123091200-e4919-33f6b12974478575932e34b89beec98169a1079a.gz
* Less E_NOTICEs, removed spell checker leftoverAdrian Lang2009-11-13
| | | | darcs-hash:20091113123458-e4919-d4841ea9c627059a4afa8e0032dd889b3cc579cb.gz
* make register/resendpwd accessible throught the DW form objectMichael Klier2009-11-17
| | | | darcs-hash:20091117085912-23886-ad3c4c9c980aae225d46f287d4f45b1a6c80119b.gz
* Emit less E_NOTICEs and E_STRICTsAdrian Lang2009-11-04
| | | | | | | | | | | | | Changes of behaviour are: * Allow the user name, title & description \e2\80\9c0\e2\80\9d * Default to Port 443 if using HTTPS * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is logged in * Do not pass empty fragment field in the event data for event ACTION_SHOW_REDIRECT * Handle chunked encoding in HTTPClient darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
* Make Doku_Form constructor more flexibleAdrian Lang2009-10-22
| | | | | | | | The Doku_Form constructor used to take up to four arguments setting specific parameters of the resulting form HTML element. Instead, a generic array is passed to the constructor specifying HTML parameters. darcs-hash:20091022120138-e4919-3a42baf8c12b15e6df20e1f28152a992e347859d.gz
* Fixed ssues on the "Page locked" screenAndreas Gohr2009-11-02
| | | | | | Ignore-this: 9d142450d439f26feb5cc0aefb5963da darcs-hash:20091102104643-6e07b-c26aa2fd5f3899e81b0e7e0e45b3c1d7043e8571.gz
* Coding Standard CleanupAndreas Gohr2009-10-20
| | | | | | Ignore-this: 259cb5773c3144c6c706d87298dcf674 darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
* New dformat() function for fuzzy date supportAndreas Gohr2009-10-07
| | | | | | | | | | | | | | | | | | Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17 It is now possible to use the %f placeholder in $conf['dformat'] to add a fuzzy age string. Template developers and plugin authors should replace their strftime + $conf['dformat'] calls with calls to the new dformat() function. Example: %Y/%m/%d %H:%M (%f) produces dates like this: 2009/09/16 10:36 (3 weeks ago) darcs-hash:20091007133614-6e07b-677108d1b43928ef8fd886813e43514507b5e073.gz
* #FS1767, ensure disabled renderer plugins aren't used for rendereringChris Smith2009-10-04
| | | | | | Ignore-this: a88b14f64c6f6fb827c816214d06c727 darcs-hash:20091004195623-f07c6-d52ce63f5c1f4ad4cf48f78404b3d82f120ccc45.gz
* diff view puts revision back into $REVAndreas Gohr2009-09-21
| | | | | | | | | | | | | | | Ignore-this: c671d4887772c0e08b04687472a5142f When a diff is shown without giving a revision (eg when coming from recent changes), the diff is done agains the latest non-current revisions. This revision is now put back into the global $REV. This fixes a problem with the restore button not visible. However this only works when the restore button is called after the diff view. A better solution probably needs to be found. darcs-hash:20090921213302-7ad00-aa9ef53f9bc9ea8d0dc51e55b049943feb11c412.gz
* enhanced full-text search functionKazutaka Miyasaka2009-09-20
| | | | | | | | | Ignore-this: cb05f50ca4de12e1cdf3a6cfb0e1b8bc - better search experience in Asian language - sophisticated search query syntax (OR, grouping, etc.) darcs-hash:20090920121116-9b77a-2718be7a043374669037b10d94101fc70efb95e3.gz
* correctly handle disabled plugins in admin menu FS#1715Andreas Gohr2009-07-25
| | | | | | Ignore-this: b9710cae350620157381653fcf82f150 darcs-hash:20090725124241-7ad00-0d6a20412e09f8ee89f5ade512355faac5d8a245.gz
* Redesigned admin screenAndreas Gohr2009-06-06
| | | | | | | | | | | Ignore-this: a0d2db2839de9eacbd6a853c39ed592c This patch reorders the admin screen to make the main tasks better accessible. This was inspired by a similar plugin by HÃ¥kan Sandell [1] [1] http://www.dokuwiki.org/plugin:adminhomepage darcs-hash:20090606101045-7ad00-83fbb0dd3af288f66801b796387e4ec3d411d4c9.gz
* Enhance "locked by" pageAndy Webber2009-05-31
| | | | | | Make "locked by" name in main part of locked page use "showuseras" config (via editorinfo()). This was missed from editor_info_patch of October 2008 darcs-hash:20090531132514-6ad63-9ae8e1aad5b7f68573cb0c41fad8c141db2ead6f.gz
* don't pass function return as reference in html_hilight()Andreas Gohr2009-05-26
| | | | | | | | | | | Ignore-this: 19a8e8cbdbafea2268a31a08a65f4e05 This was actually reported [1] as a bug elsewhere, but really should be fixed in DokuWiki and now is. [1] https://www.projectzero.org/bugzilla/show_bug.cgi?id†71 darcs-hash:20090526073013-7ad00-90c0bee83ebc6c9c3e33b2a58b8d0a17d828f748.gz
* Search function updatedaniel.lindgren2009-03-11
| | | | | | | | | Ignore-this: 4cd6bddacb795ef15f133559c223ac1f * Adds the possibility to exclude namespace(s) from search, by preceding them with "^". * Changed handling of search parameters to allow any order of words and namespaces. darcs-hash:20090311160255-13810-c2e00cc7764d180967b4c6f22e17b1c0dafe36f4.gz
* fixed uniqueness check in html_msg FS#1606Andreas Gohr2009-02-13
| | | | | | Ignore-this: 6a22dba02d89c9c9745c8b2bab0188ab darcs-hash:20090213094416-7ad00-e70fa1b82cb657539304c761075defb5b24aef8c.gz
* avoid double messages FS#1581Andreas Gohr2009-02-02
| | | | | | Ignore-this: d3596f87ee9c2bb78ab7b4c74789e665 darcs-hash:20090202175623-7ad00-af147192fbecf7b5573dc95aeb3eb5620c3782e7.gz
* better styling of new diff headerAnika Henke2009-01-23
| | | | darcs-hash:20090123004015-f7d6d-814c0c3cb2abe0aa202b7e7b97cda6fc78ae9c56.gz
* display summary + user in diff-view (FS#1424)Anika Henke2009-01-21
| | | | darcs-hash:20090121003858-f7d6d-7ede1c1b9b83f059c98389356614a9018c9fc0c2.gz
* fix for input accesskeysAnika Henke2009-01-19
| | | | darcs-hash:20090119170235-f7d6d-4c0c66781e23148f1ed583dc304979ec2d5471b2.gz
* minor source tweak in flash codeAndreas Gohr2009-01-16
| | | | darcs-hash:20090116185152-7ad00-e61cc172e23a24c9d552086b1af1d935e45d29a1.gz
* Use html_flashobject for MultiUploaderAndreas Gohr2009-01-16
| | | | darcs-hash:20090116182523-7ad00-3bf44603ff1f5193877e0a29400b25a8edc5365a.gz
* new html_flashobject() function for simple and XHTML valid flash embedsAndreas Gohr2009-01-16
| | | | darcs-hash:20090116174140-7ad00-4eb1fe3269d10cb21819a5b220484b7114cbb4de.gz
* removed some illogical path setupsAndreas Gohr2008-12-13
| | | | darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz
* FS#630: allow $conf['useheading'] to individually apply to content links ↵Chris Smith2008-11-19
| | | | | | | | | | | | | | | | and/or navigation links $conf['useheading'] values are now: - 0 : off, use page name in link text - 'content' : use first heading text for links in wiki page content - 'navigation' : use first heading text for links in non-page content, e.g. breadcrumps, backlinks, search results, etc. - 1 : use first heading text in all links (for backwards compatibility, any other values are mapped to 0 or 1 by empty() function.) $conf['useheading'] value should now be checked using the useHeading($linktype) function, where linktype can be "content" or "navigation" darcs-hash:20081119140758-f07c6-6e26456d50dcecc949fada31b0d4e72877fde1cc.gz
* always show IP addresses to managersAndreas Gohr2008-11-10
| | | | darcs-hash:20081110003321-7ad00-79f0d66e0a7094911067555e055d63f8dfbfd46d.gz
* removed ALT+ from recent changes accesskeysMichael Klier2008-10-16
| | | | darcs-hash:20081016094201-23886-a6fef1f0970a20d4f67a620a47ea9bdba56377a7.gz
* added missing CSS class to recent changes buttonsMichael Klier2008-10-16
| | | | darcs-hash:20081016093508-23886-ff0123235448294adbad67bbd7a93d598ca96755.gz
* 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
* 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
* 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
* 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
* FS#564 FS#1270 new option to disable the rememberme checkboxMichael Klier2008-10-12
| | | | darcs-hash:20081012144253-23886-c904f82c559c3ad5477bf921e93cb439a212134d.gz
* Don't display HTTP login in login form (FS#1210)Gina Haeussge2008-10-12
| | | | darcs-hash:20081012131125-2b4f5-8270c19ba0e164de7b83188ad8955cc3a7ef6275.gz
* Make license selectable from config FS#312Andreas Gohr2008-10-12
| | | | darcs-hash:20081012113150-7ad00-6408da058bdb6c923159d445e03b76f54b579362.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
* 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
* Fix for FS#1478Gina Haeussge2008-08-30
| | | | darcs-hash:20080830211206-2b4f5-4f7073d95c950329f7bd2a6eb9bced948e37db1f.gz
* display the (shortened) namespace for page quicksearchAndreas Gohr2008-08-14
| | | | | | | | | | | | | | | When displaying pagename matches in the Ajax quick search or normal search, the namespace of the page is shown behind the pagename. This makes it easier to distinguish the pages when the same namespace is used in different namespaces. To avoid breaking the layout in deep nested namespace hierarchies, the namespace is shortened in the middle when needed. This patch also disables the effect of the useheadings option in the Ajax quick search. After all the results should show what was found and since the search works on pagenames not headings it should show pagenames as result. darcs-hash:20080814194826-7ad00-9add9c1bbbb4f4ede3c6884d37427644b2cddc56.gz
* don't resort pages in html_search()Andreas Gohr2008-08-12
| | | | darcs-hash:20080812202134-7ad00-9ce6075c5b4eb1960e17338822814c89d180b65e.gz
* remove sensitive data from debug output more aggressivelyAndreas Gohr2008-07-15
| | | | | | | | | | | This patch adds a new function that is used to remove sensitive data from the debug output in a broader way. It will remove some innocent data but should make sure most passwords and similar data can not be accessed even when stored in some plugin's configuration data. Disabling the debug option is still highly recommended. darcs-hash:20080715211616-7ad00-19334e56d3910bcaa04147c4c59e0c59571764f3.gz
* fix for possible XSS vulnerability in html_revisions()Andreas Gohr2008-05-04
| | | | darcs-hash:20080504163149-7ad00-807016f20298b25c1a3df2040b051c02e6ce2d91.gz
* fix multidiff when one revision is current FS#1355Andreas Gohr2008-03-29
| | | | darcs-hash:20080329131438-7ad00-d3ab26eef403b1008a0d24c719f533e81f8ee6b5.gz
* another change in highlight handlingAndreas Gohr2008-03-10
| | | | | | | | | | Now higlighting phrases are passed as an array which then is quoted correctly when used in a regexp. This should make phrase highlighting work completely correct. Please everyone test it. darcs-hash:20080310214939-7ad00-1abefb02dde40edeead50b4fa5c866c46b95ca3a.gz
* more robust replacement for last highlight regexp fixAndreas Gohr2008-03-09
| | | | darcs-hash:20080309174810-7ad00-16f8bee9e9ce13f6255e59de42685e49b3854bac.gz
* make sure there are no leading or trailing pipes on search highlight regexpAndreas Gohr2008-03-09
| | | | darcs-hash:20080309173538-7ad00-07893a25205632ff4bc5d8b90595e7d1c9e49ff4.gz
* correct diff display when dealing with deleted or newly created pagesAndreas Gohr2008-02-23
| | | | darcs-hash:20080223143711-7ad00-2dceefca4ce2efcfee5a3b04cfc6f1107c630c02.gz