summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Korean language update이명진2012-11-02
|
* Latvian language updateAivars Miska2012-11-02
|
* removed redundant variables in tpl_include_page() (because of 3ff8773b)Anika Henke2012-10-26
|
* added cut off points for mobile devices as parameters to style.iniAnika Henke2012-10-26
|
* Merge pull request #138 from mperry2/masterAndreas Gohr2012-10-24
|\ | | | | Corrected typo: ruke -> rule
| * Corrected typo: ruke -> ruleMatt Perry2012-10-24
|/
* 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
|
* Merge pull request #137 from mperry2/masterAndreas Gohr2012-10-19
|\ | | | | Removed acronyms for "Perl" and "PERL" as Perl is not an acronym.
| * Removed acronyms for "Perl" and "PERL" as Perl is not an acronym.Matt Perry2012-10-16
| | | | | | | | See http://learn.perl.org/faq/perlfaq1.html#Whats-the-difference-between-perl-and-Perl-
* | avoid broken browser_uid on IEAndreas Gohr2012-10-18
|/ | | | | | | Internet Explorer 8 (and maybe others) seem to use different capitalization in the ACCEPT_CHARSET header between "normal" requests and AJAX requests. This causes a browser UID mismatch and thus an unecessary reauthentication.
* Merge pull request #136 from gturri/masterAndreas Gohr2012-10-13
|\ | | | | Made bin/striplangs.php executable
| * Made striplangs.php executableGuillaume Turri2012-10-13
|/ | | | Made it easier to use, and consistent with the others bin/*php scripts
* release preparationsAndreas Gohr2012-10-13
|
* 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
| |
* | improved grammar in preview text (FS#2614)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
|
* fixed sidebar test and renamed it to reflect recent changesAnika Henke2012-10-06
|
* 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.
* Merge pull request #133 from NReilingh/masterAnika Henke2012-10-05
|\ | | | | Update template footer with HTML5 icon (FS#2619)
| * Changed XHTML validator icon to HTML5 (FS#2619)Nick Reilingh2012-09-30
| |
* | Always load the parser in the test environmentMichael Hamann2012-10-02
| | | | | | | | | | | | | | This fixes the problem that $PARSER_MODES was sometimes unset by PHPUnit between test functions that called p_get_parsermodes() as PHPUnit tried to restore the global environment. I couldn't reproduce this when I executed all tests but just when I executed a single plugin test.
* | Escape filename in regex in search_index()Michael Hamann2012-10-02
|/ | | | | | This problem was reported in https://forum.dokuwiki.org/thread/8143. Apart from warnings you could notice that when you have namespaces "foo" and "f.o" and you open the sitemap for "foo" that "f.o" is opened, too.
* fixed wrong apple-touch-icon extension (FS#2627)Anika Henke2012-09-26
|