| #
68921571 |
| 16-May-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
replace deprecated getRevisions call
|
| #
c8556525 |
| 18-Feb-2015 |
ghi <dokuwiki@imz.re> |
passing rev and date_at to the event
|
| #
0747f5d7 |
| 17-Feb-2015 |
ghi <dokuwiki@imz.re> |
event HTML_SHOWREV_OUTPUT
|
| #
79e79377 |
| 07-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PH
Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
show more ...
|
| #
6fa4721a |
| 11-Dec-2014 |
Andreas Gohr <andi@splitbrain.org> |
add new behaviour: bounce
Add the class .bounce to any element to let it bounce slightly for 2 seconds. This is useful to make the user aware of some element. Can be combined with #scroll__here when
add new behaviour: bounce
Add the class .bounce to any element to let it bounce slightly for 2 seconds. This is useful to make the user aware of some element. Can be combined with #scroll__here when a long list auto scrolls to a certain item.
show more ...
|
| #
f7dbf175 |
| 11-Dec-2014 |
Andreas Gohr <andi@splitbrain.org> |
scroll to current page when opening the sitemap
|
| #
8702de7f |
| 09-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into scrutinizerissues
Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
|
| #
e3710957 |
| 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more phpdocs and minor check
|
| #
42ea7f44 |
| 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Many PHPDocs, some unused and dyn declared vars
many PHPDocs some unused variables some dynamically declared variables declared
|
| #
59bc3b48 |
| 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more scrutinizer issue improvements
|
| #
17553fca |
| 29-Sep-2014 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #624 from lisps/revisions
date_at support
|
| #
e0c26282 |
| 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
scrutinizer documentations issues
|
| #
0c1b02be |
| 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into FS#2697searchpagereadonly
Conflicts: inc/lang/hr/searchpage.txt inc/lang/ko/searchpage.txt
|
| #
8d39e80d |
| 26-Sep-2014 |
lisps <stummp@loewen.de> |
Merge remote-tracking branch master into revisions
|
| #
80679baf |
| 15-Jul-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add PHPDocs in html.php
|
| #
fde860be |
| 15-May-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Move colon from code to language strings
|
| #
c006b6aa |
| 16-Apr-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use plaintext authornames in diff navigation dropdowns
|
| #
e310313d |
| 19-Mar-2014 |
lisps <stummp@loewen.de> |
Merge remote-tracking branch 'remotes/origin/master' into revisions_local
|
| #
3275c5d6 |
| 14-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into diff_navigation
* 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 eve
Merge branch 'master' into diff_navigation
* 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
show more ...
|
| #
1359eacb |
| 14-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #574 from splitbrain/FS#2124deniedtext
Improve denied access text FS#2124
|
| #
d1e9181e |
| 06-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
removed 'not logged in' text, loginform is shown already
|
| #
0e80bb5e |
| 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
use empty() where array values might not be set
|
| #
c09f3f15 |
| 04-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use correct permission level for showing 'create page' text
|
| #
f019ab46 |
| 04-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
added login form at denied access page
- restore lang string as well
|
| #
d59dea9f |
| 25-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
added new html_denied() method as well
|