index
:
gitorious-mainline-outdated
master
origin/HEAD
origin/master
origin/web-hooks
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
projects_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Skip the most_active_overall on projects#index and move the recently into the...
Johan Sørensen
2009-12-14
1
-1
/
+0
*
Only include groups user is an admin for list of teams a user can transfer a ...
Johan Sørensen
2009-12-03
1
-24
/
+24
*
Order the repository clone shortlist by last_pushed_to
Johan Sørensen
2009-11-13
1
-3
/
+2
*
Tweak the repo searching a bit
Johan Sørensen
2009-11-12
1
-10
/
+22
*
Only create an UPDATE_PROJECT action when the project is changed
Johan Sørensen
2009-08-26
1
-1
/
+2
*
Be able to easily add/remove merge-request statuses from projects#edit
Johan Sørensen
2009-08-24
1
-1
/
+1
*
Adding a custom action for changing the slug for
Marius Mathiesen
2009-05-18
1
-2
/
+14
*
Adding preview functionality for Projects#edit.
Marius Mathiesen
2009-05-12
1
-0
/
+8
*
The breadcrumb root for "new project" should be the class instance, not the c...
Johan Sørensen
2009-04-22
1
-1
/
+1
*
Add breadcrumbs for edit/new project pages
Tor Arne Vestbø
2009-04-22
1
-0
/
+5
*
Updated copyrights-blurb in all application files
Johan Sørensen
2009-04-22
1
-0
/
+5
*
Introduce a stale_conditional? controller helper for not setting conditional GET
Johan Sørensen
2009-04-22
1
-2
/
+2
*
Require current EULA version everywhere for logged in users.
Marius Mathiesen
2009-04-22
1
-1
/
+0
*
Add some most-active-projects boxes to make the projects make slightly more i...
Johan Sørensen
2009-04-22
1
-1
/
+5
*
Rename install_site_before_filters to renders_in_site_specific_context and
Johan Sørensen
2009-04-22
1
-1
/
+2
*
Fixed stray comma in ProjectsController
Johan Sørensen
2009-04-22
1
-1
/
+1
*
Don't find all the events twice on the projects#show page, and add conditiona...
Johan Sørensen
2009-04-22
1
-8
/
+10
*
Use a named_scope on events to only retrieve the "top-level" events
Johan Sørensen
2009-04-22
1
-2
/
+2
*
Redirect to the main domain if the current_site has no subdomain
Johan Sørensen
2009-04-22
1
-1
/
+1
*
Redirect to the current_site's subdomain, if it has one and it's a GET request
Johan Sørensen
2009-04-22
1
-0
/
+1
*
[migration] Add a Site model as a container for "site" specific projects and ...
Johan Sørensen
2009-04-22
1
-4
/
+7
*
Adding before_filter that requires the user to accept the current EULA
Marius Mathiesen
2009-04-22
1
-0
/
+1
*
Allowing Events to have other Events:
Marius Mathiesen
2009-04-22
1
-1
/
+1
*
Create a GitoriousConfig setting that controls whether only site_admins or
Johan Sørensen
2009-04-22
1
-0
/
+11
*
Update to Rails 2.3RC1
Johan Sørensen
2009-04-22
1
-3
/
+3
*
Extract some controller logic into the models
Johan Sørensen
2009-04-22
1
-1
/
+1
*
Change the owner the projects wiki repository as well
Johan Sørensen
2009-04-22
1
-2
/
+2
*
Allow Projects owned by a user to change ownership to a group the owner is an
Johan Sørensen
2009-04-22
1
-0
/
+8
*
Allow all project admins to edit the project, not just the initial creator
Johan Sørensen
2009-04-22
1
-6
/
+10
*
- Allow for projects to be either created as a User or Group
Johan Sørensen
2009-04-22
1
-0
/
+9
*
- Make sure /projects/foo/repositories/action type urls are generated correctly
Johan Sørensen
2009-04-22
1
-1
/
+1
*
Teach RepositoriesController and BreadcrumpsHelper that repositories can be
Johan Sørensen
2009-04-22
1
-0
/
+1
*
- Used named scopes on Repository, instead of multiple *repositories associat...
Johan Sørensen
2009-04-22
1
-2
/
+0
*
Major refactoring of the whole Gitorious project. I've added both localized_d...
Fabio Akita
2009-01-09
1
-2
/
+2
*
when access projects/xx/edit and projects/xx/confirm_delete without login red...
Cairo Noleto
2008-12-13
1
-2
/
+2
*
Add copyright and license headers (AGPL) to code files
Tor Arne Vestbø
2008-11-28
1
-0
/
+18
*
Destroy events if associated project/user is deleted
David A. Cuadrado
2008-05-03
1
-1
/
+1
*
Atom feeds for events
Johan Sørensen
2008-04-28
1
-1
/
+3
*
paginate events on projects#show
Johan Sørensen
2008-04-27
1
-2
/
+2
*
Make events display pretty on the project overview page
Johan Sørensen
2008-04-26
1
-1
/
+1
*
Repository listing in sidebar on projects#show
Johan Sørensen
2008-04-26
1
-1
/
+2
*
Added sidebar, start on repository tree and add a rebuild_events script
Johan Sørensen
2008-04-25
1
-0
/
+2
*
Moved events to be primarily pivoting around the project.
Johan Sørensen
2008-04-21
1
-3
/
+3
*
Removed actions from the database
David A. Cuadrado
2008-04-16
1
-3
/
+3
*
refactoring to use polymorphic associations (USER does ACTION on X)
David A. Cuadrado
2008-04-07
1
-3
/
+3
*
Implemented user event system
David A. Cuadrado
2008-03-20
1
-0
/
+4
*
project index/show optimizations
David A. Cuadrado
2008-03-20
1
-3
/
+4
*
list top tags in projects#index instead of tag count
Johan Sørensen
2008-03-18
1
-1
/
+1
*
Refactored BrowseController into several specific controllers
Johan Sørensen
2008-03-17
1
-1
/
+1
*
* allow project deletion if there's no clones yet
Johan Sørensen
2008-02-10
1
-1
/
+13
*
slight improvements to project lists and user pages
Johan Sørensen
2008-02-04
1
-2
/
+2
*
Fixed Atom url generation
Johan Sørensen
2008-01-12
1
-2
/
+2
*
atom feed for projects+tags and repository comments
Johan Sørensen
2008-01-07
1
-2
/
+5
*
redirect to new sshkey screen if attemping to create a repository/project
Johan Sørensen
2008-01-05
1
-0
/
+1
*
nuke the ability to add additional "main" repositories to a project
Johan Sørensen
2008-01-03
1
-1
/
+1
*
Group repository clones nicely when viewing a project
Johan Sørensen
2008-01-01
1
-1
/
+1
*
labels => categories
Johan Sørensen
2007-12-12
1
-1
/
+1
*
xml support for ProjectsController
Johan Sørensen
2007-12-12
1
-3
/
+17
*
tags (labels) for projects
Johan Sørensen
2007-12-12
1
-1
/
+10
*
pagination of project listing
Johan Sørensen
2007-12-10
1
-1
/
+2
*
url is /projects/project-slug/ instead of /projects/23/
Johan Sørensen
2007-12-07
1
-4
/
+4
*
test coverage
Johan Sørensen
2007-11-22
1
-5
/
+2
*
more project details to fill out
Johan Sørensen
2007-11-21
1
-0
/
+4
*
added basic Repository model, added slug to project
Johan Sørensen
2007-11-18
1
-0
/
+1
*
- added show routes task
Johan Sørensen
2007-08-19
1
-0
/
+43