home » zplus/clif.git
Author ID Message Commit time Files Lines
zPlus 9804d86
Fix Log diffstats when commit has no parents.
Do not display diffstats in the Log page for commit with no parents (first commit).
2 years ago 2 +9/-3
zPlus 2071174
Add diffstats to Log page.
Show changed files and lines.
2 years ago 3 +37/-3
zPlus 87759ce
Show additional information on Refs page.
Add information for heads commit, taggers, and date.
2 years ago 3 +127/-50
zPlus 58e8483 Add pagination to Log page. 2 years ago 2 +29/-3
zPlus 6b84231 Add HTML title to website pages. 2 years ago 10 +19/-1
zPlus 64fd1f0 Add default file "emails.log" to .gitignore 2 years ago 1 +1/-0
zPlus 3c8acc1
Fix "ref not found" error when committing to empty repository.
When new emails are sent to a newly created list repository, HEAD points to a non-existent reference refs/heads/master. It was thus impossible to commit with a non-existent parent commit. This has been fixed by committing the first commit with no parents.
2 years ago 1 +40/-30
zPlus d184290 Add documentation for lists subscriptions. 2 years ago 1 +10/-0
zPlus 7d86a2c Fix server error when showing empty mailing list. 2 years ago 1 +5/-2
zPlus cd58ca2
Accept lists subscription via email.
Allow +subscribe and +unsubscribe in mailing lists for subscribing to notifications.
2 years ago 2 +118/-28
zPlus 2c55b65
Fix broken branch selectors in "tree" and "log" pages.
- Select the correct revision in the <select> menu when loading the page - In the "log" page, redirect to the log page again instead of the tree page
2 years ago 3 +24/-6
zPlus 9a1e874
Invert About and Explore pages in the homepage, making Explore the
default.
2 years ago 2 +12/-13
zPlus fa2bdf7
Add support for lists "subscribers" file.
Read "subscribers" file for list subscribers. Also remove unused "configuration" file.
2 years ago 1 +8/-14
zPlus eae469c
Rename README page to Overview.
The README page shows more than the README file, so it's been renamed to a more general "Overview".
2 years ago 5 +49/-49
zPlus a0eb47e
Add support for reading "description" files in .git folders.
Read <repository>.git/description files and display it in the web UI.
2 years ago 5 +53/-9
zPlus e587546
Add mailing list filters.
Add filters option in the mailing list page. This allows to filter threads by tags.
2 years ago 3 +69/-14
zPlus 01a4203
Show labels in threads list.
Add labels to the list of threads in a mailing list.
2 years ago 3 +26/-5
zPlus d006c2a
Fix some UI display issues.
This is only a small patch for fixing some minor issues with how repositories names are shown on the UI.
2 years ago 4 +11/-8
zPlus d358548 Add support for tags in mailing lists threads. 2 years ago 3 +41/-10
zPlus bcc46e1
Add documentation.
Remove the documentation from the "about" template, and create some documentation files instead.
2 years ago 7 +235/-180

« Prev Next »