summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'remotes/splitbrain/diff_navigation' into revisionslisps2013-11-25
|\
| * bugfix and reformatting changelog. small chunck unittestsGerrit Uitslag2013-11-22
| |
| * Improve changelog reading. Inclusive unittests for chunks smaller than ↵Gerrit Uitslag2013-11-22
| | | | | | | | changelog lines.
* | add test for empty rev in ml() and wl()lisps2013-11-22
| |
* | rename function _getProperMediaRevision to _getLastMediaRevisionAtlisps2013-11-22
| | | | | | | | reduce a bit duplicated code
* | restore old version of pageinfo()lisps2013-11-22
| |
* | localize msglisps2013-11-22
| |
* | add test getlastrevisionatlisps2013-11-22
| |
* | fix function name media_isexternal()lisps2013-11-22
| | | | | | | | | | | | remove empty rev from ml() rename getProperRevision() to getLastRevisionAt() make getLastRevisionAt() a method of ChangeLog
* | Merge remote-tracking branch 'remotes/splitbrain/diff_navigation' into revisionslisps2013-11-22
|\|
| * improve unittests getrelativerevision. Bit code reformatting unit testsGerrit Uitslag2013-11-21
| |
| * fix not updated call, renamingGerrit Uitslag2013-11-21
| |
| * refactor PageRevisionLog into Media- and PageChangelog extending ChangelogGerrit Uitslag2013-11-21
| |
| * Improved isCurrentRevision(), tests includedGerrit Uitslag2013-11-21
| |
* | remove property rev from xhtml.phplisps2013-11-22
| | | | | | | | changed variable name $create_time to $modified_time
* | add parameter at($DATE_AT) and mind revisionslisps2013-11-21
|/
* isCurrentPage is page dependentGerrit Uitslag2013-11-20
|
* update function calls to changelog functionsGerrit Uitslag2013-11-20
|
* Add unit tests for getRelativerevisionGerrit Uitslag2013-11-20
|
* Update changelog unit testsGerrit Uitslag2013-11-20
|
* page related changelog reading refactored to classGerrit Uitslag2013-11-20
|
* Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2013-11-19
|\
| * Release preparationGuy Brand2013-11-18
| |
| * Merge pull request #430 from splitbrain/change-installer-allowregAnika Henke2013-11-17
| |\ | | | | | | swapped logic for allowing/disabling registration in installer
| | * swapped logic for allowing/disabling registration in installerAnika Henke2013-11-17
| | |
| * | ensure css loadfile test doesn't try to create a directory (and fail) if the ↵Christopher Smith2013-11-17
| | | | | | | | | | | | directory already exists
| * | Merge pull request #406 from splitbrain/remove-deprecated-stuffChristopher Smith2013-11-17
| |\ \ | | | | | | | | Remove deprecated stuff
| | * | Revert "deleted wrongly added file"Anika Henke2013-11-04
| | | | | | | | | | | | | | | | This reverts commit 9b47ccb8d0bb02c6f5a7a67d261a43f0fd31413c.
| | * | deleted another wronlgy added fileAnika Henke2013-11-04
| | | |
| | * | deleted wrongly added fileAnika Henke2013-11-04
| | | |
| | * | removed deprecated imagesAnika Henke2013-11-04
| | | |
| | * | removed deprecated html_attbuild()Anika Henke2013-11-04
| | | |
| | * | removed deprecated tpl_getFavicon()Anika Henke2013-11-04
| | | |
| | * | removed loading of deprecated RTL stylesAnika Henke2013-11-04
| | | |
| | * | removed deprecated third param of cleanID()Anika Henke2013-11-04
| | | |
| * | | Merge pull request #407 from splitbrain/FS#2875Christopher Smith2013-11-17
| |\ \ \ | | |_|/ | |/| | FS#2875 : Allow less to parse @import of .less files
| | * | refactor to improve eleganceChristopher Smith2013-11-11
| | | |
| | * | fix sp. in commentChristopher Smith2013-11-11
| | | |
| | * | Test to ensure less can parse the @import rewritten by css_loadfile()Christopher Smith2013-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test is horrible, but I believe necessary to ensure that the @import of less files actually works. It is horrible as its not a unit test and its not a true functional test. It probably implies the code in css_out() should be refactored to make it easier to test intermediate results.
| | * | additional tests where for relative path to @import less fileChristopher Smith2013-11-05
| | | |
| | * | update url/file rewriting in css_loadfile() to support @import of less filesChristopher Smith2013-11-05
| | | |
| | * | add DOKU_INC to less import directoriesChristopher Smith2013-11-05
| | | |
| | * | Improve css_loadfile() testsChristopher Smith2013-11-05
| | |/ | | | | | | | | | | | | | | | | | | - use TMP_DIR constant rather than /tmp - swap order of parameters in csstest() to match reported 'expected' & 'actual' - add tests for use of 'url()' in @import - add tests for @import of '.less' files (these test will fail per FS#2875)
| * | Merge pull request #408 from splitbrain/approve-users-acl-policyAnika Henke2013-11-17
| |\ \ | | | | | | | | Add possibility to approve users in installer's ACL policy
| | * | changed user approval option to disable registration option in installerAnika Henke2013-11-17
| | | |
| | * | removed redundant lineAnika Henke2013-11-10
| | | |
| | * | changed how to approve users in installer ACL policyAnika Henke2013-11-09
| | | |
| | * | added possibility to approve users to ACL policies in installerAnika Henke2013-11-09
| | | |
| * | | Merge pull request #427 from splitbrain/improve_template_eventAnika Henke2013-11-17
| |\ \ \ | | | | | | | | | | Improved pagetools event in dokuwiki template
| | * | | removed tpl from TEMPLATE_PAGETOOLS_DISPLAY event as it's always available inAnika Henke2013-11-17
| | | | |