- Dec 12, 2011
-
-
Eric Davis authored
Conflicts: app/models/auth_source_ldap.rb config/locales/en.yml test/unit/auth_source_ldap_test.rb
-
- Dec 10, 2011
-
-
Eric Davis authored
[#733] Add Issue#due_today? and add due-today css class
-
Felix Schäfer authored
[#761] Fix quotation of since date in git adapter
-
- Dec 09, 2011
-
-
Eric Davis authored
-
Felix Schäfer authored
Bug #708: AAJ does not create journals, when models are created using sub classes
-
Spencer Markowski authored
Encloses since date in single quotes. This was causing git to respond with fatal: Unknown Object and preventing revisions from being updated.
-
- Dec 03, 2011
-
-
Felix Schäfer authored
* Won't output errors when the ChiliProject git repo isn't there anymore, * Works even if not invoked from the ChiliProject root directory, * Moved the formatting logic to the git call.
-
Felix Schäfer authored
-
- Dec 01, 2011
-
-
Holger Just authored
-
- Nov 30, 2011
-
-
Holger Just authored
-
Holger Just authored
-
Holger Just authored
-
Holger Just authored
-
Holger Just authored
The cache did not distinguish between cached credentials for read and write access. As it does not check permissions again if there is a cache hit, users with authorization for either reading or writing could poison the cache and subsequently authorize themselves for both access types. Original fix is by Jean-Philippe Lang, http://www.redmine.org/issues/9567
-
Holger Just authored
Based on a patch by Jean-Philippe Lang.
-
Holger Just authored
Based on a patch by Jean-Philippe Lang.
-
Holger Just authored
Based on a patch by Jean-Philippe Lang.
-
Felix Schäfer authored
-
Felix Schäfer authored
String#delete might break on 1.9 with dashes in the author's email address. Furthermore, String#delete doesn't do what the original author thought it does.
-
- Nov 27, 2011
-
-
Felix Schäfer authored
-
- Nov 26, 2011
-
-
Holger Just authored
-
Holger Just authored
Only that version introduced the mingw platforms we use in our Gemfile.
-
- Nov 25, 2011
-
-
Eric Davis authored
[#725] Compatibility check for jQuery availability (master)
-
Moritz Breit authored
-
Felix Schäfer authored
-
Eric Davis authored
Added Bulgarian translation of several strings
-
Gregor Schmidt authored
In the current master a.k.a. ChiliProject 2.x, there is no jQuery loaded by core.
-
Felix Schäfer authored
[#711] Fix TabularFormBuilder on Ruby 1.9 This is actually a bug in rails 2.3.14 on ruby 1.9 -- Felix
-
jwalkerbg authored
-
Felix Schäfer authored
[#707] Fix encoding error on wiki diffs on Ruby 1.9
-
Felix Schäfer authored
[124] delete registered users
-
Felix Schäfer authored
[#698] Fix single-value query atoms in issue queries on Ruby 1.9
-
Eric Davis authored
Contributed by David O
-
- Nov 17, 2011
-
-
Moritz Breit authored
-
Gregor Schmidt authored
-
Gregor Schmidt authored
this way journal classes are only created for classes with calls to acts_as_journalized. You may now subclass journaled models to extend them with helper methods in plugins w/o interfering with aaj.
-
- Nov 16, 2011
-
-
Moritz Breit authored
WikiDiff#to_html returns a string with ASCII encoding if the WikiJournal content has been Zlib compressed because Zlib::Inflate.inflate returns strings with ASCII encoding. Forcing the encoding to be UTF8 fixes this bug.
-
Moritz Breit authored
-
- Nov 08, 2011
-
-
Holger Just authored
-
- Nov 06, 2011
-
-
Felix Schäfer authored
-