summaryrefslogtreecommitdiff
path: root/inc/html.php
Commit message (Collapse)AuthorAge
* add PHPDocs in html.phpGerrit Uitslag2014-07-15
|
* Move colon from code to language stringsGerrit Uitslag2014-05-16
|
* use plaintext authornames in diff navigation dropdownsGerrit Uitslag2014-04-16
|
* Merge branch 'master' into diff_navigationAndreas Gohr2014-03-14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (103 commits) Add a basic test case for the cache Events: Trigger a warning if the default action is not callable Fix caching (make the event callback public again) translation update translation update translation update translation update translation update translation update translation update avoid HTTP image screenshot urls. closes #595 translation update Extension manager: Fix cache extension to be .repo adjusted the office type color again another instance of empty() where an array key might not exist remove placeholder van denied.txt updated file icons once more removed 'not logged in' text, loginform is shown already Revert "added stripped bit to language file" fixed index file ... Conflicts: inc/html.php
| * Merge pull request #574 from splitbrain/FS#2124deniedtextAndreas Gohr2014-03-14
| |\ | | | | | | Improve denied access text FS#2124
| | * removed 'not logged in' text, loginform is shown alreadyGerrit Uitslag2014-03-06
| | |
| | * added login form at denied access pageGerrit Uitslag2014-03-04
| | | | | | | | | | | | - restore lang string as well
| | * added new html_denied() method as wellGerrit Uitslag2014-02-25
| | |
| * | use empty() where array values might not be setChristopher Smith2014-03-05
| |/
* | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-23
|\| | | | | | | | | Conflicts: inc/html.php
| * have most current revision always available in $INFOAndreas Gohr2014-02-23
| | | | | | | | fixes fix for FS#2853
* | improve comment in html_diff_navigationGerrit Uitslag2014-02-20
| |
* | diff of removed page, require handling right rev=0Gerrit Uitslag2014-02-19
| | | | | | | | | | | | | | | | | | | | | | | | When page is removed, and diff can be requested between a revision and current situation. This results in right revision is 0. Similar case just after creating a page. A diff between the first version and nothing before, result in left revision is 0. In these cases a empty dummy revision is placed as selected value in dropdown. Otherwise user got distracted by the revisions details shown in select field, which are not related to the diff below.
* | improved positioning of diff optionsAnika Henke2014-02-19
| |
* | Check if revision is defined at all before comparingGerrit Uitslag2014-02-18
| |
* | extract navigation html to separated methodGerrit Uitslag2014-02-18
| |
* | Improve PHPDocs html.phpGerrit Uitslag2014-02-17
| |
* | Reorganise generation and displaying of html. Added commentsGerrit Uitslag2014-02-17
| |
* | Put diff navigation in diff view tableGerrit Uitslag2014-02-17
| |
* | Code reformatting html_diffGerrit Uitslag2014-02-17
| |
* | roughly styled diff nav rowAnika Henke2014-02-17
| |
* | add comments to html_diffGerrit Uitslag2014-02-17
| |
* | replace arrows in names of diff links by textsGerrit Uitslag2014-02-17
| |
* | reverse revisions display orderGerrit Uitslag2014-02-15
| |
* | remove close p tag in diffviewGerrit Uitslag2014-02-15
| |
* | diff navigation: move prev/next on one side or both sideGerrit Uitslag2014-02-15
| |
* | add disable options to form_makeListboxField. Disable out of range revisionsGerrit Uitslag2014-02-15
| |
* | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-15
| | | | | | | | | | | | | | | | | | | | # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. * include upstream change * added dropdowns
* | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-15
|\|
| * when creating a diff link always link to exact rev FS#2835Andreas Gohr2014-02-15
| |
* | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-15
|\|
| * Add Apache module list to ?do=debug informationChristopher Smith2014-02-14
| | | | | | | | | | This should make it possible to see if mod_security is involved, at least on servers running mod_php.
| * Merge remote-tracking branch 'origin/master' into extension_managerAnika Henke2014-01-05
| |\
| * \ Merge branch 'master' into extension_managerAndreas Gohr2013-08-11
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (33 commits) translation update translation update translation update translation update translation update changed style of `<file>` slightly to help tell it apart from `<code>` translation update translation update translation update translation update translation update translation update translation update removed now unused interwiki icons removed old, possibly never used interwiki definitions FS#2806 - fix auth capability listing in html_debug() translation update change 'debug' setting to 'security' (rather than 'danger') convert from iso-8859-1 if not utf8 add 'danger' alert to authpgsql config settings ...
| * | | make extension manager the default pluginAndreas Gohr2013-08-11
| | | | | | | | | | | | | | | | | | | | This moves the old plugin manager down to the "other" plugins. It should probably be removed when when we decide the new one is good to go.
* | | | fix not updated call, renamingGerrit Uitslag2013-11-21
| | | |
* | | | refactor PageRevisionLog into Media- and PageChangelog extending ChangelogGerrit Uitslag2013-11-21
| | | |
* | | | isCurrentPage is page dependentGerrit Uitslag2013-11-20
| | | |
* | | | update function calls to changelog functionsGerrit Uitslag2013-11-20
| | | |
* | | | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2013-11-19
|\ \ \ \ | | |_|/ | |/| |
| * | | removed deprecated html_attbuild()Anika Henke2013-11-04
| | | |
| * | | Merge pull request #380 from splitbrain/phpstrictAndreas Gohr2013-10-20
| |\ \ \ | | | | | | | | | | Php strict
| | * | | fix signatures and old by referencesGerrit Uitslag2013-10-15
| | | | |
| | * | | not assign object from plugin_load by referenceGerrit Uitslag2013-10-15
| | | | |
| * | | | comment improvementsChristopher Smith2013-10-18
| |/ / /
| * | / Fix CodeSniffer violationsMatt Perry2013-08-22
| | |/ | |/| | | | | | | Change indentation to ensure code confirms to CodeSniffer rules.
| * | FS#2806 - fix auth capability listing in html_debug()Christopher Smith2013-08-04
| |/
| * Merge branch 'pull-request-245'Andreas Gohr2013-08-02
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request-245: coding corrections. correct type hint, remove unused variable assignment HTTPClient don't pull too much bytes when no content-length is given de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account Conflicts: inc/lang/de-informal/lang.php inc/lang/de/lang.php
| | * Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into ↵Andreas Gohr2013-08-02
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-245 * 'FS#2751' of git://github.com/splitbrain/dokuwiki: coding corrections. correct type hint, remove unused variable assignment de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account
| | | * FS#2751 - self deletion of user accountChristopher Smith2013-07-31
| | | |