summaryrefslogtreecommitdiffstats
path: root/public
Commit message (Expand)AuthorAgeFilesLines
* Lower MAX_COMMENTABLES significantly and clean up whitespaceJohan Sørensen2010-01-291-27/+27
* actually me able to turn off favorite email notificationJohan Sørensen2010-01-171-1/+5
* slight tweaks to the dashboard pull-boxesJohan Sørensen2010-01-121-1/+1
* Add a dashboard breadcrumbJohan Sørensen2010-01-121-0/+1
* Remove the !important flag for the li.favorite>a css ruleJohan Sørensen2010-01-111-1/+1
* Add breadcrumbs to /favorites and a link from the favorite-list box on ~userJohan Sørensen2010-01-111-0/+4
* Use a dimmed email icon for favorites where email notification is disabledJohan Sørensen2010-01-072-2/+2
* Added a UI for managing whether to receive email when a feed item appears or notJohan Sørensen2010-01-072-3/+61
* Make the fancy front page render properly in IE8Marius Mathiesen2010-01-041-1/+2
* Allow users to filter the favorite watchlistJohan Sørensen2009-12-152-0/+68
* Skip the most_active_overall on projects#index and move the recently into the...Johan Sørensen2009-12-141-1/+11
* Make the merge-requests work proper in IE7+Johan Sørensen2009-12-141-5/+5
* Fixed some invalid CSS rulesJohan Sørensen2009-12-141-3/+3
* Remove a bit of line noise from the recent msgs in inbox on the ~user pageJohan Sørensen2009-12-101-0/+3
* Set a max-width on comment bodiesJohan Sørensen2009-12-091-0/+4
* Limit the number of messages displayed on ~loginMarius Mathiesen2009-12-091-1/+1
* Display a summary of the user's messages on ~usernameMarius Mathiesen2009-12-091-0/+13
* Make the javascripts powering favorite_button work with several elements on t...Marius Mathiesen2009-12-081-10/+18
* Change the semantics of when to show the user newsfeedJohan Sørensen2009-12-071-41/+3
* Lighten up the repository overview box background a bitJohan Sørensen2009-12-071-1/+1
* Cleanup, prettify and unify the repositories overview boxesJohan Sørensen2009-12-071-38/+52
* Do not use Ajax for loading events, deleting now obsolete codeMarius Mathiesen2009-12-071-29/+0
* Caching the current activity selectionMarius Mathiesen2009-12-031-5/+14
* Include user favorites in Users#showMarius Mathiesen2009-12-032-0/+66
* Favorites: GUI improvements, rename user accessor to eventsMarius Mathiesen2009-12-033-1/+13
* Giving test coverage to link helperMarius Mathiesen2009-12-031-22/+35
* Moving the form replacer into a testable jQuery pluginMarius Mathiesen2009-12-032-33/+39
* Hook into the create/delete actions for watching with some Ajax goodnessMarius Mathiesen2009-12-031-0/+34
* Tiny bit more contrast on the pull-box headersJohan Sørensen2009-12-031-1/+1
* Slightly wider activity box (#left) on the ~user pageJohan Sørensen2009-12-031-1/+4
* Skip the shadow on white buttons all togetherJohan Sørensen2009-12-031-5/+0
* Introduce and use a white_button_link_to() helper and buttonify the user prof...Johan Sørensen2009-12-031-35/+43
* No background image on .pull-box.exposeJohan Sørensen2009-12-021-0/+1
* Use the silver fade on all pull boxesJohan Sørensen2009-12-021-12/+7
* Greet the user on Site#index instead of the same old messageJohan Sørensen2009-12-021-0/+6
* Skip the margin-left on the .details unordered listJohan Sørensen2009-12-011-4/+5
* Further restructuring of the ~user page and some color tweaksJohan Sørensen2009-12-013-3/+17
* Add a tally of merge requests the user may wish to look at on his ~user pageJohan Sørensen2009-12-012-0/+52
* Merge commit 'refs/merge-requests/2179' of git://gitorious.org/gitorious/main...Johan Sørensen2009-11-261-0/+2
|\
| * Add missing breadcrumbs for new and edit memberships.Thomas Schamm2009-11-231-0/+2
* | Fix the line-height on the event commit messagesJohan Sørensen2009-11-251-0/+1
* | Add some textual explanations of the different permissionsJohan Sørensen2009-11-231-0/+18
|/
* Use "Collaborator" instead of "Committer" when adding new committershipsJohan Sørensen2009-11-191-2/+2
* Add controller+view code for setting permissions on a CommittershipJohan Sørensen2009-11-191-0/+13
* Call timeago() after each ajax callJohan Sørensen2009-11-191-2/+3
* Added a jQuery plugin for relative dates and use it instead of time_ago_in_wordsJohan Sørensen2009-11-193-111/+274
* Render the event timestamps on the right if we're using the sometimes-verbose...Johan Sørensen2009-11-171-0/+10
* Don't display links to inline comments in sidebyside modeMarius Mathiesen2009-11-161-0/+5
* Enable clicking a comment to jump to the inline context.Marius Mathiesen2009-11-161-0/+17
* Render the new comment and diffs when inline commenting on a commitMarius Mathiesen2009-11-161-1/+1
* Add an inline form to Commits#showMarius Mathiesen2009-11-161-0/+3
* Bit more spacing around the event date, to prevent the silly wrappingJohan Sørensen2009-11-161-2/+2
* Some UX tweaks to the live search functionMarius Mathiesen2009-11-161-7/+18
* No margin on the date box for the single-push event containersJohan Sørensen2009-11-161-0/+1
* Escape HMTL tags in the liveSearch rendererJohan Sørensen2009-11-121-8/+14
* Tweak the repo searching a bitJohan Sørensen2009-11-123-9/+18
* Make the repo search form work w/different screen width, better test coverageMarius Mathiesen2009-11-121-3/+8
* Style the search field differently, adding a reset element to the DOM which r...Marius Mathiesen2009-11-123-6/+64
* Keeping the line width reasonableMarius Mathiesen2009-11-121-1/+2
* Adding a waiting indication when performing a search, extract live search as ...Marius Mathiesen2009-11-123-112/+127
* Test the live search renderer tooMarius Mathiesen2009-11-121-2/+2
* Adding a liveSearch plugin, enable it on the repository listingMarius Mathiesen2009-11-121-0/+158
* Use relative image URLs in the stylesheet, for deployments under a different ...Marius Mathiesen2009-11-111-138/+138
* Disable inline commenting if the diff is a rather large oneJohan Sørensen2009-11-102-1/+12
* If creating a merge-request comment, render two partials into a JSON structureJohan Sørensen2009-11-101-1/+3
* Less spacing in single-commit push eventsJohan Sørensen2009-11-061-1/+2
* The <code> tag will handle escaping of the Comment#contextJohan Sørensen2009-11-061-2/+1
* Merge remote branch 'gitorious/master'Johan Sørensen2009-11-061-1/+1
|\
| * When highlighting comment rows in the diff table, only inlude changed linesJohan Sørensen2009-11-051-2/+2
| * Merge commit 'refs/merge-requests/1993' of gitorious.org:gitorious/mainlineJohan Sørensen2009-11-051-0/+1
| |\
| | * Fix stepping of activity lists with larger font sizes.Tom Adams2009-11-031-0/+1
* | | Stop the line number selectable when it encounters a hunk seperatorJohan Sørensen2009-11-061-6/+6
* | | When highlighting comment rows in the diff table, only inlude changed linesJohan Sørensen2009-11-061-2/+2
* | | Fix stepping of activity lists with larger font sizes.Tom Adams2009-11-061-0/+1
|/ /
* | Make the inline comment list appear when a new comment is postedJohan Sørensen2009-11-051-5/+13
* | Make Gitorious.DiffBrowser.CommentHighlighter methods less verboseJohan Sørensen2009-11-041-9/+6
* | Moved rendering of the DiffSpinner into MergeRequestController.update()Johan Sørensen2009-11-041-1/+1
* | Keep the *-diff-hunks-state cookies around for longer than the sessionJohan Sørensen2009-11-041-2/+2
* | Make sure CommentForm.setInitialCommentBody works with windows line-endingsJohan Sørensen2009-11-041-1/+1
* | Fix event callback scoping issues in CommentForm, and unbind all registered e...Johan Sørensen2009-11-041-11/+17
* | xMake the inline diff comment form work in webkitJohan Sørensen2009-11-042-46/+42
* | Render the timestamp for push events nicelyJohan Sørensen2009-11-041-0/+8
* | cancel the selectable() in td.code as wellJohan Sørensen2009-11-041-1/+1
* | When click 'reply' in an inline diff comment, insert the original quoted msgJohan Sørensen2009-11-041-1/+14
* | Don't prefix Comment#context with a '<' and render them in a blockquoteJohan Sørensen2009-11-042-3/+7
* | Re-enable the selectable shas when a new version has been loadedMarius Mathiesen2009-11-041-2/+1
* | Add and use a Function.bind() for binding scope to the NotificationCenter cal...Johan Sørensen2009-11-044-31/+85
* | Make sure the select-commits-from-list table is almost full-widthJohan Sørensen2009-11-041-0/+1
* | Move the comment editing JS into application.js and show a spinner when loadi...Johan Sørensen2009-11-043-28/+38
* | Store affected lines of an inline diff comment correctlyJohan Sørensen2009-11-043-37/+66
* | Display commit details inline for single commit push eventsMarius Mathiesen2009-11-041-0/+16
* | Selecting line numbers without text now works, line numbers are sorted correctlyMarius Mathiesen2009-11-042-3/+16
* | Make sure we re-render the diff correctly when commenting on single commitJohan Sørensen2009-11-041-2/+1
* | Extract the inline-diff comment diff context when the comment is createdJohan Sørensen2009-11-041-36/+22
* | Make "standard" commenting work again on merge requestsJohan Sørensen2009-11-041-1/+2
* | No need to hide the link to editing a commentMarius Mathiesen2009-11-041-7/+0
* | Support for editing comments for the author 10 minutes after creating themMarius Mathiesen2009-11-042-0/+50
* | Don't use a global variable for the iteratorJohan Sørensen2009-11-041-1/+1
* | Fix inline commenting on a single commitJohan Sørensen2009-11-041-13/+18
* | When selecting a different version: replace both the sha listing and diff con...Marius Mathiesen2009-11-042-6/+28