| f940e4a0 | 23-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
display uploadable file size in media manager FS#2425 |
| 22ef1e32 | 23-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
added option to disable reverse DNS lookups |
| 48722ac8 | 22-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
improved toc changes and sidebar toggling |
| 8a803cae | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
some edge case checking in search result highlighting |
| d41322ba | 19-Apr-2012 |
Tim Roes <mail@timroes.de> |
Resolve empty page ID to configured start page |
| ff711734 | 19-Apr-2012 |
Andreas Gohr <gohr@cosmocode.de> |
escape target error message (SECURITY) FS#2487 FS#2488
The error message when a non-existant editor was tried to load wasn't escaped correctly, allowing to introduce arbitrary JavaScript to the outp
escape target error message (SECURITY) FS#2487 FS#2488
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
show more ...
|
| 23725b91 | 17-Apr-2012 |
Andreas Gohr <gohr@cosmocode.de> |
have a default plugin config
This allows us to distribute plugins that are disabled by default. We'll may want to do that for a special unit test plugin |
| 3ab58ffe | 17-Apr-2012 |
Andreas Gohr <gohr@cosmocode.de> |
no need to pass objects by reference
fixes passing null to event hook registration |
| a48c8346 | 15-Apr-2012 |
Emanuel-Emeric Andraşi <em.andrasi@mandrivausers.ro> |
Romanian language update |
| 64676c5f | 15-Apr-2012 |
Padmanabh Kulkarni <kulkarnipadmanabh@gmail.com> |
Marathi language update |
| c8095cd7 | 12-Apr-2012 |
Tim Roes <mail@timroes.de> |
Remote search is aware of useheading option |
| 28be31cd | 12-Apr-2012 |
Tim Roes <mail@timroes.de> |
Added page title to search results in Remote API |
| 50da7978 | 11-Apr-2012 |
Usama Akkad <uahello@gmail.com> |
Arabic Language Update |
| f41c79d7 | 15-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
changed internal Mailer members from private to protected |
| 2398a2b5 | 15-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
made it possible to disable HTML mails in the config |
| 026b3148 | 15-Apr-2012 |
Emanuel-Emeric Andraşi <em.andrasi@mandrivausers.ro> |
Romanian language update |
| 389762f8 | 15-Apr-2012 |
Padmanabh Kulkarni <kulkarnipadmanabh@gmail.com> |
Marathi language update |
| 5529fa31 | 12-Apr-2012 |
Tim Roes <mail@timroes.de> |
Remote search is aware of useheading option |
| cffea787 | 12-Apr-2012 |
Tim Roes <mail@timroes.de> |
Added page title to search results in Remote API |
| bed6e6e5 | 11-Apr-2012 |
Usama Akkad <uahello@gmail.com> |
Arabic Language Update |
| 91b05b6b | 09-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
improved HTML for search results
Attention: Template authors need to adjust their CSS!
Original structure: div.search_result > a.wikilink1 > span.search_cnt br div.search_snippet
New structu
improved HTML for search results
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
show more ...
|
| d5acc30d | 09-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
rewrote and improved HTML for TOC
Attention: Template authors need to adjust their CSS!
Original structure: div.toc > div#toc__header.tocheader.toctoggle > span#toc__toggle.toc_close|toc_open > s
rewrote and improved HTML for TOC
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
show more ...
|
| 6c47a78c | 09-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
load only one stylesheet for all modes instead of three
Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles
load only one stylesheet for all modes instead of three
Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles in a "@media screen {}" and all print styles in a "@media print {}". The 'all' mode is not wrapped in anything. Potential issues with existing CSS: If any of your screen or print CSS files already contain any "@media" syntax, the CSS will probably break. In that case please add any CSS with "@media" in it to the 'all' mode instead!
Also, the 'rtl' mode is hereby deprecated. Please just prefix any RTL styles within your normal CSS files with "[dir=rtl]". This also fixes that RTL styles cannot be added for 'all' or 'print' modes.
show more ...
|
| 0607bfee | 08-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
added some wanting classes |
| 8e38227f | 08-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
renamed smiley image class to 'icon' (FS#1970) |