Commit Graph

1015 Commits (2a140068ed27283cecdd1a0cf4f0cf222c46aed5)

Author SHA1 Message Date
Jean-Philippe Lang ec44c94c12 Fixed an error on welcome screen for users with no membership 18 years ago
Jean-Philippe Lang 1c44600c62 Added per user custom queries. 18 years ago
Jean-Philippe Lang 5332c4362c Added page association on versioned WikiContent 18 years ago
Jean-Philippe Lang f2acb56041 A wiki page can now be attached to each version. 18 years ago
Jean-Philippe Lang 438161ad1f Added basic support for CVS and Mercurial SCMs. 18 years ago
Jean-Philippe Lang 4dddb606a6 Added :dependent => :delete_all on IssueStatus Workflow association. 18 years ago
Jean-Philippe Lang 97f6315bd0 Fixed: SQL error when a non-admin user displays the project list 18 years ago
Jean-Philippe Lang e7ff47cff5 Fixed date query filters (wrong results and sql error with postgresql) 18 years ago
Jean-Philippe Lang 413247ee5b Added the ability to archive projects: 18 years ago
Jean-Philippe Lang f04225321c Account information can now be sent to the user when creating an account. 18 years ago
Jean-Philippe Lang f12315075f Optimistic locking added for wiki edits. 18 years ago
Jean-Philippe Lang f8ef65e8f6 Attachments can now be added to wiki pages (original patch by Pavol Murin). Only authorized users can add/delete attachments. 18 years ago
Jean-Philippe Lang 6446c312be Added the ability to destroy wiki pages (content and its history are deleted from the database). 18 years ago
Jean-Philippe Lang 9fe0dd051d User's projects alphabetically sorted in the Projects drop down menu. 18 years ago
Jean-Philippe Lang d34ea9a569 Versions can now be created with no date. 18 years ago
Jean-Philippe Lang bb1fccb7b7 Fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000). 18 years ago
Jean-Philippe Lang 7ca7e4bad5 Added mail notification when a new message is posted in the forums. 18 years ago
Jean-Philippe Lang bca5bd9c62 Added watchers for message boards (watchers controller modified to support any watchable model). 18 years ago
Jean-Philippe Lang b90e84b9fe Per project forums added. 18 years ago
Jean-Philippe Lang cff3950e6b Added a test for the mail handler. 18 years ago
Jean-Philippe Lang 42193960f2 Added a simple mail handler. 18 years ago
Jean-Philippe Lang 98d08439dc Fixed: files with an apostrophe in their names can't be accessed in the repository 18 years ago
Jean-Philippe Lang 8614c00c8a Text files can now be viewed online when browsing the repository. 18 years ago
Jean-Philippe Lang df0a49ff14 "me" value is now available in queries for "assigned to" and "author" filters. 18 years ago
Jean-Philippe Lang 8e24c6458d Added an option to see all versions in the roadmap view (including completed ones). 18 years ago
Jean-Philippe Lang 7eb6471559 Added autologin feature (disabled by default). 18 years ago
Jean-Philippe Lang 71e6f22670 Issue#long_id no more used and removed 18 years ago
Jean-Philippe Lang 92b02014d2 Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 18 years ago
Jean-Philippe Lang 52547466f0 Fixed: 10342 Creation of Schema in Oracle 18 years ago
Jean-Philippe Lang 4967fa8733 Journal details truncated only if values are strings 18 years ago
Jean-Philippe Lang 8065001c0d Fixed 10335 Error in journalizing an issue with longtext custom fields (Postgresql) 18 years ago
Jean-Philippe Lang 72a5839931 Removed an old, no longer used, model. 18 years ago
Jean-Philippe Lang c995be94d9 Fixed: default status not showing in new issue 18 years ago
Jean-Philippe Lang 018b81a46a Fixed 10337 Regression: Admin raises issue in project not assigned to 18 years ago
Jean-Philippe Lang 941a240535 Commit messages are now scanned for referenced or fixed issue IDs. 18 years ago
Jean-Philippe Lang feb973b970 The ability to change the issue status to the same status is no longer forced. 18 years ago
Jean-Philippe Lang 8d7de50ca8 Fixed 10211 Wiki names can't have periods in them. 18 years ago
Jean-Philippe Lang 623d2f25b1 Projects menu item now shows the list of public projects and projects for which the user is a member (marked with a star). 18 years ago
Jean-Philippe Lang 2fb84af3e9 Added "Watch" functionality on issues. It allows users to receive mail notifications about issue changes. 18 years ago
Jean-Philippe Lang d570bc5cc5 Custom fields for issues can now be used as filters on issue list. 18 years ago
Jean-Philippe Lang 559b2069ac User#<=> modified to sort on firstname if same lastname 18 years ago
Jean-Philippe Lang 183ede84fd Various changes on views. On project summary, members are now grouped by role and subprojects are listed inline. 18 years ago
Jean-Philippe Lang 708c3c9ec6 Added versions due dates on gantt chart. 18 years ago
Jean-Philippe Lang f3a1b4e38c Added the ability to easily rollback to a previous version of a wiki page. 18 years ago
Jean-Philippe Lang 46d67cb349 Fixed a regression (crash when an admin with no role on the project try to create an issue) 18 years ago
Jean-Philippe Lang 4ed89dc2d3 Fixed User role_for_project method 18 years ago
Jean-Philippe Lang e227b92972 Various code cleaning, mainly on User, Permission and IssueStatus models. 18 years ago
Jean-Philippe Lang a09b2a23b9 Feature 9784 Set status when raising issue. 18 years ago
Jean-Philippe Lang 791077c240 Added some attributes length validations. 18 years ago
Jean-Philippe Lang 0a82489ddc Added the ability to include subprojects issues on calendar & gantt (options box) 18 years ago