| 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) |
| 3c86b7eb | 08-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
removed align attribute from images and inserted them only in the feed (FS#1351)
can someone with better regex skills please revise this? |
| 940db3a3 | 08-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
use abbr instead of deprecated acronym |
| 16cc7ed7 | 08-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
removed names from footnotes and removed anchors from headings altogether |
| f3a1225f | 07-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
removed comments from accidentally commented lines in tpl_includeFile() |
| e5d4768d | 07-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
added tpl_includeFile() to core |
| 6e3f46e3 | 05-Apr-2012 |
Tim Roes <mail@timroes.de> |
Make getTitle method in remote interface public |
| 586bfa91 | 04-Apr-2012 |
Tim Roes <mail@timroes.de> |
Changed an error code in XML-RPC interface. This error hasn't anything to do with the rest of the -32600 errors. |
| 51b120f6 | 03-Apr-2012 |
Kiril LastName <neohidra@gmail.com> |
BG: language update |
| 9d421a3d | 26-Mar-2012 |
Erial Krale <erial2@gmail.com> |
Korean language update |
| 052b2a17 | 23-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed commented code left from the quoted_printable days |
| ee9b1ae4 | 23-Mar-2012 |
Taisuke Shimamoto <dentostar@gmail.com> |
Japanese language update |
| 8ae09485 | 23-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
fix for putAttachment |
| 7518cd81 | 23-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
use correct call to parent constructor in IXR lib |
| b967e5fc | 22-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
removed requires, changed conf check in xmlrpc.php |
| 37e57918 | 22-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
removed require_once for autoloaded fulltext.php |