summaryrefslogtreecommitdiff
path: root/inc/html.php
Commit message (Collapse)AuthorAge
* fixed error in html_diff()Andreas Gohr2012-07-06
| | | | | The used syntax was invalid in PHP < 3.4 and seemed to be wrong logical as well.
* Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into ↵Andreas Gohr2012-07-06
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-110 * 'input-validation' of git://github.com/whoopdedo/dokuwiki: fix incorrect usage of tpl_getMediaFile fix necessary global declaration Input wrapper for html forms Input validation for media manager Input wrapper for exe scripts more INPUT wrapper uses: cache purge, sectok, getID Input wrapper for action.php Conflicts: lib/exe/css.php
| * Input wrapper for html formsTom N Harris2012-06-28
| |
* | xml compatibility fixes (mainly entities to unicode conversions)Anika Henke2012-07-05
| |
* | improved preview to have same width as resulting page if it would have a sidebarAnika Henke2012-07-01
| |
* | Merge branch 'master' of github.com:splitbrain/dokuwiki into ↵Anika Henke2012-06-29
|\| | | | | | | | | | | | | frontend_improvements Conflicts: lib/tpl/dokuwiki/css/basic.css
| * some edge case checking in search result highlightingAndreas Gohr2012-04-20
| |
| * escape target error message (SECURITY) FS#2487 FS#2488Andreas Gohr2012-04-19
| | | | | | | | | | | | | | | | | | The error message when a non-existant editor was tried to load wasn't escaped correctly, allowing to introduce arbitrary JavaScript to the output, leading to a XSS vulnerability. Note: the reported second XCRF vulnerability is the same bug, the xploit code simply uses JavaScript to extract a valid CSRF token from the site
* | improved toc changes and sidebar togglingAnika Henke2012-04-22
| |
* | improved HTML for search resultsAnika Henke2012-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attention: Template authors need to adjust their CSS! Original structure: div.search_result > a.wikilink1 > span.search_cnt br div.search_snippet New structure: dl.search_results > dt > a.wikilink1 dd
* | rewrote and improved HTML for TOCAnika Henke2012-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Attention: Template authors need to adjust their CSS! Original structure: div.toc > div#toc__header.tocheader.toctoggle > span#toc__toggle.toc_close|toc_open > span div#toc__inside > ul.toc > li.level1 > div.li > span.li > a.toc New structure: div#dw__toc.open|close > h3 > strong > span ul.toc > li.toc > div.li > a
* | added some wanting classesAnika Henke2012-04-08
|/
* coding style updatesAndreas Gohr2012-03-16
|
* Merge branch 'resetpassword'Andreas Gohr2012-03-10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No longer autogenerate passwords for password reset when $conf['autopasswd'] is disabled. Instead allow to change the password online. * resetpassword: added a timelimit for password reset tokens removed commented line use correct lang string for password mismatch removed outdated language string. it has to be retranslated German translation for password reset honor autopasswd setting for resend password Conflicts: inc/lang/no/lang.php inc/lang/sl/lang.php
| * removed commented lineAndreas Gohr2012-02-17
| |
| * honor autopasswd setting for resend passwordAndreas Gohr2011-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | When autopasswd is disabled, the resend password option now asks for a new password instead of autogenerating a new one and sending it by mail. Note to translators: the wording for btn_resendpwd and resendpwd changed to be more universal. English and German language files where updated - other languages need to be adjusted. Conflicts: inc/lang/en/lang.php
* | added div.table around non-editable content as well (FS#1980)Anika Henke2012-02-04
|/
* HTML compliant fix for missing ul wrapper in TOC (FS#2328)Hakan Sandell2011-10-17
|
* Fixed missing ul wrapper in TOC (FS#2328)Hakan Sandell2011-10-15
|
* media manager: added a few newlines to the outputAnika Henke2011-09-19
|
* media manager: small functionality and css changesAnika Henke2011-09-19
|
* Rework media manager HTML (JS and CSS will come)Adrian Lang2011-09-17
|
* mergingKate Arzamastseva2011-08-25
|\
| * Fix tree HTML (closes FS#2299)Adrian Lang2011-08-19
| |
| * fixed empty target in license linkAnika Henke2011-08-01
| |
* | issue #57, function names, params, html fixesKate Arzamastseva2011-08-24
| |
* | html fixKate Arzamastseva2011-08-19
| |
* | media revisions form less/more recent buttons fixKate Arzamastseva2011-08-15
| |
* | issue #38 diff links only if diff available; deleted filesKate Arzamastseva2011-08-03
| |
* | issue #9 config option to disable media revisions, authKate Arzamastseva2011-08-02
| |
* | css class name fixKate Arzamastseva2011-08-01
| |
* | issue #38 links and icons in recent changesKate Arzamastseva2011-07-30
| |
* | Recent Changes integration of media changesKate Arzamastseva2011-07-25
| |
* | mediamanager revisions formKate Arzamastseva2011-07-19
| |
* | Merge branch 'master' of git://github.com/splitbrain/dokuwiki into ↵Kate Arzamastseva2011-07-15
|\| | | | | | | media-revisions
| * Fix some bugs and glitches in (mediamanager) treeAdrian Lang2011-07-11
| | | | | | | | | | | | * Fix selector in subtree loading callback * Remove HTML inconsistencies between AJAX and plain PHP lists * Unify icon and CSS class switching in dw_tree and dw_mediamanager
* | media-manager fixesKate Arzamastseva2011-07-09
| |
* | mediamanager fixKate Arzamastseva2011-07-08
| |
* | mediamanager ajax formsKate Arzamastseva2011-07-04
| |
* | media historyKate Arzamastseva2011-06-20
| |
* | media historyKate Arzamastseva2011-06-14
| |
* | media managerKate Arzamastseva2011-06-13
| |
* | recent changes fixKate Arzamastseva2011-06-10
| |
* | type of recent changes selection fixKate Arzamastseva2011-06-05
| |
* | type of recent changes selectionKate Arzamastseva2011-06-05
|/
* tiny fixes for xhtml strictAnika Henke2011-04-17
|
* removed empty id in register form (FS#2222)Anika Henke2011-04-17
|
* don't use form_makeTag() for blank.gif as empty attributes are not passed on ↵Anika Henke2011-04-16
| | | | (which resulted in a missing alt attribute)
* removed nbsps from some clearer divsAnika Henke2011-04-16
|
* fixed invalid html in diff optionsAnika Henke2011-04-16
|