Commit Graph

183 Commits (54edd87dd6bce7a9f443c0cd21454f999fc196fc)

Author SHA1 Message Date
Hagen Schink 8baacde427 Fix tests 12 years ago
Hagen Schink 82d2400cf0 Let issues work via STI 12 years ago
Martin Czuchra c1bfd5202a Open-sources timelines. 12 years ago
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Philipp Tessenow 443f558f6d New translation styles for Project-model/views 12 years ago
Philipp Tessenow 15df2ecdcc be careful with nested namespace'd controllers in our models 12 years ago
Philipp Tessenow 8fa15af8d8 lazy load project scopes 12 years ago
Philipp Tessenow d9e9536bfd let migrations run again 12 years ago
Jens Ulferts c9780734d8 lets AR handle casting of db condition for assignable_members 12 years ago
Philipp Tessenow 3affd94490 Revert "wrap scope in lambdas to let the migrations run again" 12 years ago
Philipp Tessenow 7a405355f4 wrap scope in lambdas to let the migrations run again 12 years ago
Jens Ulferts 74e21f7770 refactors querying for assignable users 12 years ago
Martin Czuchra daa880645b Fixes problems that may occur in combination w/ plugins and the new API. 12 years ago
Martin Linkhorst 5dc3cb2240 the default sort order in the gem version of awesome_nested_set is called :order_column. also fix a test that didn't expect the children to be sorted by name, now it does... 12 years ago
Martin Linkhorst 37867b4859 forcing attributes to be set is done differently since rails 3.2+: assign_attributes({ … }, :without_protection => true) 12 years ago
Philipp Tessenow 8b661f1e2b simplify Project#add_member 12 years ago
Gregor Schmidt c94c0789bb Async loading of project list in project jump box 12 years ago
Philipp Tessenow edc058cc90 document Project.allowed_to_condition. with doc-string from redmine 12 years ago
Martin Linkhorst ef6680636e fix two order clauses which create unambiguous sql queries 12 years ago
Gregor Schmidt 9b3a33ebd0 Using already loaded information if available 12 years ago
Martin Linkhorst b30fac4a59 refactor the welcome controller 12 years ago
Martin Linkhorst f57184ecda fix copying of a wiki. self.wiki = Wiki.new immediately tries to save to the database. unfortunately, a Wiki.new is not valid? it misses the :start_page 12 years ago
Martin Linkhorst 74866ae596 omit default scope by using reorder 12 years ago
Martin Linkhorst 366b994407 match the new active record initializer signature when overwriting 12 years ago
Jens Ulferts 190e11b620 adding helper method to projects for adding members 12 years ago
Romano Licker c53798bfcf refactor possible_members 12 years ago
Martin Linkhorst b6aac286d4 take the root Query class rather than active records. also re-allow passing an order to acts_as_nested_set. all to make the tests happy 12 years ago
Jens Ulferts 3e633fc27e renames all named_scopes to scopes 12 years ago
Martin Linkhorst 911394d1fa fix: sort by downcased project name for proper sorting, yay 13 years ago
Martin Linkhorst 680fe507b6 always sort a project hierarchy by name. fixes #30706 13 years ago
Romano Licker e2d7bde493 fixing copying of members (while copying a project) 13 years ago
jwollert 7681d943ad fixes copying projects 13 years ago
jwollert dc8483b15d fixes copying projects 13 years ago
Jens Ulferts 184632db37 project members who are only registered are displayed 13 years ago
Stephan Eckardt 16922d3c95 [#176] add summary to project 13 years ago
Holger Just 91070236db Set source encoding to UTF-8 13 years ago
Holger Just 07185fb169 [#436] Remove trailing whitespace 14 years ago
Eric Davis 99507a0391 [#197] Upgrade the copyright in the code files 14 years ago
Eric Davis e131c3b531 [#197] Remove old copyrights 14 years ago
Jean-Philippe Lang 1d0b4dcdcc Do not load projects association in #rolled_up_trackers. 14 years ago
Jean-Philippe Lang 5f3d184880 Modules selection lost on project form after validation failure (#8012). 14 years ago
Jean-Philippe Lang d022da5dd5 Save 1 query + 1 cache hit in #shared_versions for root projects. 14 years ago
Jean-Philippe Lang 1d93b0e9f6 Fixed: news comments not deleted when deleting a project (#7904). 14 years ago
Jean-Philippe Lang 94d3595e31 Fixed: children projects are deleted instead of being destroyed when destroying parent project (#7904). 14 years ago
Jean-Philippe Lang a1ffabb490 Changed the way the visibility SQL statement is built. 14 years ago
Felix Schäfer 9ed2d8ed77 Allow underscores in project identifiers. #146 14 years ago
Jean-Philippe Lang 9fb770ba50 Moves enabled_module_names param to project attribute so that it can be set through the Project API. 14 years ago
Jean-Philippe Lang ce8113dea2 Additional roles of a user who belongs to a group are not always copied when copying the project (#7213). 14 years ago
Jean-Philippe Lang df9ea24136 Makes Version#start_date return the minimum start_date of its issues. 14 years ago
Jean-Philippe Lang df88dc117f Fixed: r4492 breaks the ability to select issue custom fields available for projects issues (#7121). 14 years ago