summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* started to add some unit tests to config managerAndreas Gohr2012-11-16
| | | | | Parsing the config file should be completely tested before we can rely on it and safely extend it. This just adds the first very basic tests.
* Revert "config manager: let PHP parse the config file"Andreas Gohr2012-11-16
| | | | | | | This reverts commit b8f41ef0bac4e82cb3b02cd318efaddbaaeb1a78. We had good reasons for parsing the file ourselves. For example to keep expressions like 7*60*60*24 intact.
* added 'array' type for config managerAndreas Gohr2012-11-10
| | | | | This allows to use simple arrays in the config file but have a comma separated list in the config manager.
* config manager: let PHP parse the config fileAndreas Gohr2012-11-10
| | | | | | | | Until now, the config manager did read and parse the various PHP config files itself. This fails for more complex setups like arrays. I'm not really sure why this was done. This patch replaces the parsing with a simple include() call. Everything still seems to work.
* config manager: removed dead/commented codeAndreas Gohr2012-11-10
|
* Merge pull request #121 from splitbrain/strictAndreas Gohr2012-11-04
|\ | | | | fix E_STRICT errors FS#2427
| * fix E_STRICT errors FS#2427Andreas Gohr2012-07-28
| | | | | | | | | | | | | | | | This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet. For compatibility reasons with plugins, E_STRICT errors are still supressed.
* | Merge pull request #130 from glensc/smileys-indexAndreas Gohr2012-11-04
|\ \ | | | | | | add index file similar to fileicons to show active smileys
| * | add index file similar to fileicons to show active smileysElan Ruusamäe2012-09-17
| | |
* | | Korean language update이명진2012-11-02
| | |
* | | Latvian language updateAivars Miska2012-11-02
| | |
* | | added cut off points for mobile devices as parameters to style.iniAnika Henke2012-10-26
| | |
* | | Persian language updateAmirH Hassaneini2012-10-23
| | |
* | | Spanish language updateMercè López2012-10-23
| | |
* | | russian language updatesh.khmit2012-10-23
| | |
* | | Kazach language updatesh.khmit2012-10-23
| | |
* | | correctly check hash parameter in media dispatcher FS#2648Andreas Gohr2012-10-23
| | |
* | | RTL and IE7 fixes for code blocksAnika Henke2012-10-13
| | |
* | | beautified code blocks, also using lighter background colour (FS#2444)Anika Henke2012-10-13
| | |
* | | improved section highlighting stylesAnika Henke2012-10-13
| | |
* | | removed unnecessary print stylesAnika Henke2012-10-12
| | |
* | | fixed interwiki and filetype styles being included in all css modesAnika Henke2012-10-12
| | |
* | | moved some styles aroundAnika Henke2012-10-12
| | |
* | | Merge branch 'master' of github.com:splitbrain/dokuwikiAnika Henke2012-10-12
|\ \ \
| * \ \ Merge pull request #135 from Chris--S/masterAndreas Gohr2012-10-12
| |\ \ \ | | | | | | | | | | Proposed fix for #2541
| | * | | #2541, alter section highlighting to insert a container into the DOM to hold ↵Christopher Smith2012-10-12
| | | | | | | | | | | | | | | | | | | | the elements being highlighted & later remove it
* | | | | improved tab stylesAnika Henke2012-10-12
|/ / / / | | | | | | | | | | | | | | | | * added more selectors to allow different markup * added border to make tabs more distinctive, especially in other templates
* | | | fixed typo in style.iniAnika Henke2012-10-12
| | | |
* | | | Merge pull request #134 from splitbrain/local-style-iniAndreas Gohr2012-10-12
|\ \ \ \ | | | | | | | | | | added support for local style.ini files
| * | | | fixed lib/tpl/index.php to reflect recent changesAnika Henke2012-10-11
| | | | |
| * | | | changed local style.ini to be merged with standard oneAnika Henke2012-10-11
| | | | |
| * | | | added support for local style.ini filesAnika Henke2012-10-07
| | | | |
* | | | | Brazilia Portuguese language updateFrederico Goncalves Guimaraes2012-10-12
| |/ / / |/| | |
* | | | removed template dependencies from underscored CSS files in new default templateAnika Henke2012-10-10
| | | |
* | | | fixed 2-digit ordered list items in sidebar (FS#2624)Anika Henke2012-10-07
| | | |
* | | | improvements to h1 in sidebar (follow font size scale + vertical grid)Anika Henke2012-10-07
| | | |
* | | | adjusted h1 size in sidebarAndreas Gohr2012-10-07
| | | | | | | | | | | | | | | | | | | | note: we recommend to NOT use H1 elements in the sidebar for semantic reasons
* | | | fixed warning in popularity plugin FS#2628Andreas Gohr2012-10-07
|/ / /
* | | Basque language updateZigor Astarbe2012-10-07
| | |
* | | removed stray closing div (FS#2633)Anika Henke2012-10-07
| | |
* | | Removed tpl_sidebar() to avoid fatal errors in other templatesAnika Henke2012-10-06
| | | | | | | | | | | | | | | Replaced it by the old tpl_include_page() and made it more flexible by adding a boolean $propagate parameter. (It's false by default for backwards compatibility reasons. Should it rather be true? That would probably be what most users want.)
* | | deprecated very old (and unused) images, deleted two which were never used ↵Anika Henke2012-10-06
| | | | | | | | | | | | (FS#2612)
* | | Revert "deleted very old (and unused) images", will deprecate them instead ↵Anika Henke2012-10-06
| | | | | | | | | | | | | | | | | | (FS#2612) This reverts commit ea62d5316150a9477d962aff311f9c6f64f68db7.
* | | Changed XHTML validator icon to HTML5 (FS#2619)Nick Reilingh2012-09-30
| | |
* | | Revert "removed html dependency from media query detection JS in new template"Anika Henke2012-09-26
| | | | | | | | | | | | | | | | | | ... because it made the solution less transparent, more error prone and even more like a hack than it already was This reverts commit 20391a36885910a616110df30f3ce30f8d23639d.
* | | removed html dependency from media query detection JS in new templateAnika Henke2012-09-25
| | |
* | | de-couple mobile JS from widths to actual media query equivalent (fixes FS#2623)Anika Henke2012-09-25
| | |
* | | Esperanto language updateRobert Bogenschneider2012-09-21
| | |
* | | Slovak language updateMartin Michalek2012-09-21
| | |
* | | Simplified Chinese language updatelainme2012-09-21
| | |