Commit Graph

333 Commits (ef80597c39e02d5e209f5c3dadcf27096b21120b)

Author SHA1 Message Date
Jean-Philippe Lang 976a31e941 Merged IssuesController change_status and add_note actions. 17 years ago
Jean-Philippe Lang c9fd7513ed Default configuration data can now be loaded from the administration screen. 17 years ago
Jean-Philippe Lang 860ff9345f Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects. 17 years ago
Jean-Philippe Lang 9072753489 Moved current user management to a dedicated method for modularity. 17 years ago
Jean-Philippe Lang 5bc7dc77e2 Do not store query object in session but id or filters only. This allows to use Rails 2.0 cookie based sessions. 17 years ago
Jean-Philippe Lang 9a1b46fe42 New setting added to specify how many objects should be displayed on most paginated lists. 17 years ago
Jean-Philippe Lang 31c6ebb310 Added wiki annotate view. It's accessible for each version from the page history view. 17 years ago
Jean-Philippe Lang a456225852 Add email notification to IssuesController#edit. 17 years ago
Jean-Philippe Lang 4a2efa9252 Ported r1009 from 0.6-stable branch. 17 years ago
Jean-Philippe Lang 8e00f57a88 Moved ProjectsController#list_documents and add_document to DocumentsController#index and new. 17 years ago
Jean-Philippe Lang 27d6334afa Fixed: Unable to create a wiki (Rails 2.0 compatibility). 17 years ago
Jean-Philippe Lang 38b185f1dc Fixed: empty lines when displaying repository files with Windows style eol. 17 years ago
Jean-Philippe Lang 86319feef2 Added ApplicationController#attach_files as a common method to attach files in all actions. 17 years ago
Jean-Philippe Lang 17c7886791 Removed unused UsersController#destroy. 17 years ago
Jean-Philippe Lang 48949f979a Added some functional tests and a CVS test repository. 17 years ago
Jean-Philippe Lang bd8eded670 Fixed: 500 error when validation fails on issue edition with no custom fields. 17 years ago
Jean-Philippe Lang 6d9490ddcc Merged Rails 2.0 compatibility changes. 17 years ago
Jean-Philippe Lang a7c2b63fb6 Transaction and performance improvement on workflow copy when creating a new tracker. 17 years ago
Jean-Philippe Lang 5e38bd9363 Performance improvement on workflow setup screen. 17 years ago
Jean-Philippe Lang 3c44aac1f5 Added version details view accessible from the roadmap. 17 years ago
Jean-Philippe Lang d00014221e Changesets retrieval optimization on the activity view. Prevents additional query from being executed for each displayed changeset. 17 years ago
Jean-Philippe Lang 92a23c05bb Project name format limitation removed (name can now contain any character). 17 years ago
Jean-Philippe Lang 8c65cc4712 Added Annotate/Blame view for Subversion, CVS and Mercurial repositories. 17 years ago
Jean-Philippe Lang bc060b31ae Email notifications are now sent as Blind carbon copy by default. This can be changed in email notifications settings (new setting added). 17 years ago
Jean-Philippe Lang aebcfb1eda When creating a new role, permissions are pre-filled with 'Non member' role permissions. 17 years ago
Jean-Philippe Lang db002edabd * Added links to previous and next revisions on revision view (patch by Cyril Mougel slightly edited) 17 years ago
Jean-Philippe Lang bf6e02c739 Search engine: search can be restricted to an exact phrase by using quotation marks (eg. hello "bye bye" can be used to search for "hello" and "bye bye" strings). 17 years ago
Jean-Philippe Lang 29b3614bcb Forums enhancements: 17 years ago
Jean-Philippe Lang 866e9e2503 Fixed: error on account/register when validation fails. 17 years ago
Jean-Philippe Lang 7704e2d919 Forums: attachments can now be added to replies. 17 years ago
Jean-Philippe Lang 8d91afc33e Added per-project tracker selection. Trackers can be selected on project settings. 17 years ago
Jean-Philippe Lang 987a5aa221 Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums. 17 years ago
Jean-Philippe Lang 9c9ae21771 There's now 3 account activation strategies (available in application settings): 17 years ago
Jean-Philippe Lang f8aa2dc9b7 'fixed version' field can now be displayed on the issue list. 17 years ago
Jean-Philippe Lang e2c606e974 Fixed: Update of time entry fails when the issue has been moved to an other project. 17 years ago
Jean-Philippe Lang b0a8888e35 Fixed: admin should be able to move issues to any project. 17 years ago
Jean-Philippe Lang 5944696b6d Custom fields can now be reordered. 17 years ago
Jean-Philippe Lang 0fe5c7b3e0 Added an option on 'My account' for users who don't want to be notified of changes that they make. 17 years ago
Jean-Philippe Lang 843d04f0e3 Fixed: No mime-types in documents/files downloading 17 years ago
Jean-Philippe Lang 1454a711ca Diff style (inline or side by side) automatically saved as a user preference. 17 years ago
Jean-Philippe Lang fa95501fe5 Added issues status changes on the activity view (initial patch by Cyril Mougel). 17 years ago
Jean-Philippe Lang a069c4afcf Added forums topics on the activity view (disabled by default). 17 years ago
Jean-Philippe Lang cc8220dde8 Fixed: error when sorting the messages if there's only one board for the project. 17 years ago
Jean-Philippe Lang ad68a82be1 Moved ProjectsController#list_news to NewsController#index. 17 years ago
Jean-Philippe Lang 8509cf80f0 ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf merged into IssuesController#index 17 years ago
Jean-Philippe Lang d46e3a501e Pretty URL for the repository browser (Cyril Mougel) 17 years ago
Jean-Philippe Lang d4e47d5d64 Added radio buttons on the documents list to sort documents by category, date, title or author. 17 years ago
Jean-Philippe Lang 9a3d743ae5 Some slight improvements in AJAX errors handling. 17 years ago
Jean-Philippe Lang 0af6f34758 Added the hability to copy an issue. 17 years ago
Jean-Philippe Lang bb4acc02d0 Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue. 17 years ago