Commit Graph

5467 Commits

Author SHA1 Message Date
Holger Just 7efc8dbb19 Bump version to 3.3.0 2012-08-11 10:27:32 +04:00
Holger Just eb41ffd854 Update Changelog for v3.3.0 2012-08-11 10:27:32 +04:00
Holger Just f9180b1dc8 Add copyright statement 2012-08-11 10:27:32 +04:00
Andrew Smith b43e8186c4 Replace the progress bars with a copied jQuery version. Fixes #1056 2012-08-11 10:27:32 +04:00
Holger Just 4c4383ff71 Add gravatar no-op library.
This helps to not break on plugins having require "gravatar"
in their init.rb. This statement is not needed anymore in any
supported version of ChiliProject (or Redmine for that matter) and
should thus be removed from all plugins.
2012-08-11 10:27:32 +04:00
Andrew Smith 72e9805b72 Replace the JS calendar with a jQueryUI version. 2012-08-11 10:27:32 +04:00
Felix Schäfer 5cefd6a425 Add date_field and date_field_tag form helpers #817 2012-08-11 10:27:32 +04:00
Felix Schäfer 7437eaea53 Bump net-ldap #1078 2012-08-11 10:27:32 +04:00
Holger Just f6ebdb3405 Make list style for ul and ol elements more specific. #1075 2012-08-11 10:27:32 +04:00
Andrew Smith 1a28b5a281 Update jQuery/UI to 1.7.2/1.8.21. Fixes #1076 2012-08-11 10:27:32 +04:00
Romano Licker a57691369e [#935] Setting improperly set up for default values
having a fixed call order resolves a problem where
'value=' was called before 'name=' resulting in no
serialization
2012-08-11 10:27:32 +04:00
Holger Just d91b297846 Load rake tasks from plugins in chiliproject_plugins #1074 2012-08-11 10:27:31 +04:00
Felix Schäfer 45f628591e Fix migrating from Redmine 1.4 #1067
Contributed by Steffen Schüssler
2012-08-11 10:27:31 +04:00
Andrew Smith 9017d14054 Losslessly recompress all the image files. Fixes #1070 2012-08-11 10:27:31 +04:00
Felix Schäfer 037bb192ac Don't show the search field when it's not needed #979
Contributed by Harald Klimach
2012-08-11 10:27:31 +04:00
Felix Schäfer f0f0171a59 Show the register link everywhere it's needed #979
Contributed by Harald Klimach
2012-08-11 10:27:31 +04:00
Andrew Smith 03e68da23c Force the hover colour so that even rows highlight. Fixes #1063 2012-08-11 10:27:31 +04:00
Holger Just 8e80e65e0a Format date in user's prefered format by default 2012-08-11 10:27:31 +04:00
Holger Just 5350f4323a Fix the Strainer patch to enforce a filter array
Up until now, the patch used to be a no-op. While the filters class
attribute was set correctly, the methods using it were not actually
overridden as they are only included above the existing methods in
the module chain.

This resulted in an arbitrary load order of filters on Ruby 1.8. As
such, our overridden standard filters might not have actually
overridden anything.

Still, the patch can be completely removed once we either require
Ruby 1.9 (as we have ordered ahshes by default then) or once
https://github.com/Shopify/liquid/pull/87 was merged and released
upstream.
2012-08-11 10:27:31 +04:00
Holger Just abfc04973e Define today variable for liquid #1055 2012-08-11 10:27:31 +04:00
Andrew Smith 8478e6a115 Include a minimal Modernizr JS build. Fixes #1054 2012-08-11 10:27:31 +04:00
Andrew Smith c9bec63b7d Set the users language on the HTML tag. Fixes #1051 2012-08-11 10:27:31 +04:00
Andrew Smith 90c4453b58 Change to an HTML5 doctype #1018 2012-08-11 10:27:31 +04:00
Jan Vlnas 935b2c8635 Correct engine tests to work on Ruby 1.9 #952 #944 2012-08-11 10:27:31 +04:00
Holger Just fe19c6c5be Require bundler 1.0.14 to use the rbx platform in Gemfile 2012-08-11 10:27:31 +04:00
Holger Just a91563e194 Set $KCODE to UTF-8 on Ruby 1.8 to mimic Rails 3 behavior 2012-08-11 10:27:31 +04:00
Felix Schäfer 645f44a419 Enable project-specific css #1017 2012-08-11 10:27:30 +04:00
Holger Just 1ed846cd01 Fix failing tests for Ruby 1.9 #1046 2012-08-11 10:27:30 +04:00
Holger Just 02d2deeae6 Add "me" to user custom fields filters #1046
Adapted from
28f9605fe2
by Jean-Philippe Lang
2012-08-11 10:27:30 +04:00
Kolan Sh 1e908da66c Merge branch 'master' into backbone.ws 2012-06-15 00:12:40 +04:00
Holger Just 59e2a2fdde Merge branch 'release-v3.2.2' into stable 2012-06-13 11:04:48 +02:00
Holger Just 5c7a3a53c2 Bump version to 3.2.2 2012-06-13 10:26:48 +02:00
Holger Just 4d9060964f Update changelog for v3.2.2 2012-06-13 10:25:18 +02:00
Holger Just 16e266e7e5 Fix SQL injection via nested hashes in conditions. CVE-2012-2695 #1037 2012-06-13 10:12:10 +02:00
Holger Just d629209364 Fix SQL injection via nested hashes in conditions (CVE-2012-2694) #1036 2012-06-13 10:10:03 +02:00
Holger Just 221a2e73ce Merge branch 'release-v3.2.1' into stable 2012-06-10 20:38:18 +02:00
Holger Just c9d141061d Bump version to v3.2.1 2012-06-10 20:36:34 +02:00
Holger Just 8e41daf92a Update changelog for v3.2.1 2012-06-10 20:36:34 +02:00
Felix Schäfer caceb58947 Restore the default class for gravatars #1034 2012-06-10 20:34:23 +02:00
Felix Schäfer 5ef63ec4bb Fix option parsing for gravatars #1034
In addition to that:
* the default size was 50px in the old lib, this has been restored
* some tests to test the default and option parsing
2012-06-10 19:54:46 +02:00
Holger Just e6e057d10d Merge branch 'release-v3.2.0' into stable 2012-06-09 19:07:06 +02:00
Felix Schäfer f8ec89b999 Test stable- and release- branches on Travis too 2012-06-09 19:02:18 +02:00
Holger Just bd132c5607 Bump version to 3.2.0 2012-06-09 17:59:06 +02:00
Holger Just bcb02a4634 Update Changelog for v3.2.0 2012-06-09 17:56:21 +02:00
Holger Just d11e074748 Fix trailing whitespace 2012-06-09 17:52:37 +02:00
Felix Schäfer 1f91054244 Switch from vendored gravatar lib to gravatarify gem #1033 2012-06-09 17:39:22 +02:00
Felix Schäfer 32e1cc2dee Don't test transaction-based features on SQLite
SQLite doesn't support nested transactions, thus we can't test
transaction-based features inside a test wrapped in a transaction.
2012-06-09 17:35:49 +02:00
Felix Schäfer 3997220a45 Add IRC notifications to the Travis config 2012-06-09 12:02:54 +02:00
Felix Schäfer 69656422a1 Test ChiliProject on rubinius on Travis
rubinius 1.9-mode won't load liquid currently:
https://github.com/Shopify/liquid/pull/107
2012-06-07 14:30:45 +02:00
Felix Schäfer d6ad07ee97 Refine some apt-get commands in Travis
* Remove the update, the Travis VMs should be up-to-date enough for us
* Remove the quiets so we can see errors if needed
2012-06-05 16:00:09 +02:00