Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #169 from splitbrain/diff_navigation | Christopher Smith | 2014-03-16 |
|\ | | | | | Added diff navigation | ||
| * | tiny improvement on diffnav select width | Anika Henke | 2014-03-16 |
| | | |||
| * | Merge branch 'master' into diff_navigation | Andreas Gohr | 2014-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 remote-tracking branch 'origin/master' into diff_navigation | Gerrit Uitslag | 2014-02-23 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: inc/html.php | ||
| * | | | improve comment in html_diff_navigation | Gerrit Uitslag | 2014-02-20 |
| | | | | |||
| * | | | diff of removed page, require handling right rev=0 | Gerrit Uitslag | 2014-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 options | Anika Henke | 2014-02-19 |
| | | | | |||
| * | | | improved styling of diff nav row | Anika Henke | 2014-02-19 |
| | | | | |||
| * | | | Check if revision is defined at all before comparing | Gerrit Uitslag | 2014-02-18 |
| | | | | |||
| * | | | extract navigation html to separated method | Gerrit Uitslag | 2014-02-18 |
| | | | | |||
| * | | | Improve PHPDocs html.php | Gerrit Uitslag | 2014-02-17 |
| | | | | |||
| * | | | Reorganise generation and displaying of html. Added comments | Gerrit Uitslag | 2014-02-17 |
| | | | | |||
| * | | | Put diff navigation in diff view table | Gerrit Uitslag | 2014-02-17 |
| | | | | |||
| * | | | Code reformatting html_diff | Gerrit Uitslag | 2014-02-17 |
| | | | | |||
| * | | | roughly styled diff nav row | Anika Henke | 2014-02-17 |
| | | | | |||
| * | | | remove unnecessary strings and Dutch diff strings (better later once) | Gerrit Uitslag | 2014-02-17 |
| | | | | |||
| * | | | add comments to html_diff | Gerrit Uitslag | 2014-02-17 |
| | | | | |||
| * | | | replace arrows in names of diff links by texts | Gerrit Uitslag | 2014-02-17 |
| | | | | |||
| * | | | rename unit tests for getRevisionAround. Fix revs order as well. | Gerrit Uitslag | 2014-02-15 |
| | | | | |||
| * | | | reverse revisions display order | Gerrit Uitslag | 2014-02-15 |
| | | | | |||
| * | | | remove close p tag in diffview | Gerrit Uitslag | 2014-02-15 |
| | | | | |||
| * | | | diff navigation: move prev/next on one side or both side | Gerrit Uitslag | 2014-02-15 |
| | | | | |||
| * | | | add disable options to form_makeListboxField. Disable out of range revisions | Gerrit Uitslag | 2014-02-15 |
| | | | | |||
| * | | | Merge remote-tracking branch 'origin/master' into diff_navigation | Gerrit Uitslag | 2014-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_navigation | Gerrit Uitslag | 2014-02-15 |
| |\ \ \ | |||
| * \ \ \ | Merge remote-tracking branch 'origin/master' into diff_navigation | Gerrit Uitslag | 2014-02-15 |
| |\ \ \ \ | |||
| * | | | | | retrieve revisions around some given revisions | Gerrit Uitslag | 2013-11-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With unit tests One case is not yet fixed: when rev1 is first rev from changelog, only $max/2 revisions are retrieved, but it should retrieve $max revisions. | ||
| * | | | | | read changelog with chunks of chunksize size in getRevisions() | Gerrit Uitslag | 2013-11-27 |
| | | | | | | |||
| * | | | | | bugfix and reformatting changelog. small chunck unittests | Gerrit Uitslag | 2013-11-22 |
| | | | | | | |||
| * | | | | | Improve changelog reading. Inclusive unittests for chunks smaller than ↵ | Gerrit Uitslag | 2013-11-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | changelog lines. | ||
| * | | | | | improve unittests getrelativerevision. Bit code reformatting unit tests | Gerrit Uitslag | 2013-11-21 |
| | | | | | | |||
| * | | | | | fix not updated call, renaming | Gerrit Uitslag | 2013-11-21 |
| | | | | | | |||
| * | | | | | refactor PageRevisionLog into Media- and PageChangelog extending Changelog | Gerrit Uitslag | 2013-11-21 |
| | | | | | | |||
| * | | | | | Improved isCurrentRevision(), tests included | Gerrit Uitslag | 2013-11-21 |
| | | | | | | |||
| * | | | | | isCurrentPage is page dependent | Gerrit Uitslag | 2013-11-20 |
| | | | | | | |||
| * | | | | | update function calls to changelog functions | Gerrit Uitslag | 2013-11-20 |
| | | | | | | |||
| * | | | | | Add unit tests for getRelativerevision | Gerrit Uitslag | 2013-11-20 |
| | | | | | | |||
| * | | | | | Update changelog unit tests | Gerrit Uitslag | 2013-11-20 |
| | | | | | | |||
| * | | | | | page related changelog reading refactored to class | Gerrit Uitslag | 2013-11-20 |
| | | | | | | |||
| * | | | | | Merge remote-tracking branch 'origin/master' into diff_navigation | Gerrit Uitslag | 2013-11-19 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | merge master in branch | Klap-in | 2013-07-14 |
| |\ \ \ \ \ \ | |||
| * | | | | | | | some refactoring | Klap-in | 2013-02-04 |
| | | | | | | | | |||
| * | | | | | | | Add some breaks to while loops. | Klap-in | 2013-01-28 |
| | | | | | | | | |||
| * | | | | | | | Add working EoF and BoF checks when chunck reading. | Klap-in | 2013-01-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also isset on meta-last_change-date entry. | ||
| * | | | | | | | Added diff navigation | Klap-in | 2013-01-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Navigation links to move to previous edit before revision in left column or next/last edit after revision in right column. | ||
* | | | | | | | | Merge pull request #617 from Werkov/master | Christopher Smith | 2014-03-16 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Fixed cache dependency for template's style.ini | ||
| * | | | | | | | Fixed cache dependency for template's style.ini | Michal Koutný | 2014-03-16 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Web path was used instead of filesystem one. | ||
* | | | | | | | Merge pull request #574 from splitbrain/FS#2124deniedtext | Andreas Gohr | 2014-03-14 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Improve denied access text FS#2124 | ||
| * | | | | | | | remove placeholder van denied.txt | Gerrit Uitslag | 2014-03-07 |
| | | | | | | | | |||
| * | | | | | | | removed 'not logged in' text, loginform is shown already | Gerrit Uitslag | 2014-03-06 |
| | | | | | | | |