Holger Just
bd509a4008
Bump version to 2.7.3
2012-06-13 10:29:12 +02:00
Holger Just
8d56d32774
Bump to 2.7.2
2012-06-09 18:17:46 +02:00
Holger Just
9d32e68ec0
Bump version to 2.7.1
2012-04-04 14:09:08 +02:00
Holger Just
608fd61138
Bump version to 2.7.0
2012-02-06 23:36:58 +01:00
Holger Just
939fd0b9fa
Bump version to 2.6.0
2012-01-03 20:46:58 +01:00
Holger Just
e95b4992e4
Update copyright for 2012
...
We programmers have a nice new years tradition: We revisit all of our
projects and add 1 to a small number near a "(c)".
-- Volker Dusch
https://twitter.com/__edorian/status/153801913442373633
2012-01-03 20:36:40 +01:00
Holger Just
0f0e42448a
Overwrite compact on child class of Array to not return an instance of Array
...
This is necessary because in Ruby 1.9.3, the behavior of an internal dup of
the array (rb_ary_dup) was changed to always return an array instance, not
an instance of the actual class which it was working on.
Why can't people just stick to what works but instead try to have special
snowflakes everywhere? </rant>
2012-01-03 19:45:38 +01:00
Holger Just
611889f3f7
[ #748 ] Use SCM commands to detect the revision
2011-12-15 22:08:18 +01:00
Spencer Markowski
b264a8ee3f
Encloses since date in single quotes. This was causing git to respond with fatal: Unknown Object and preventing revisions from being updated.
2011-12-08 23:51:15 -05:00
Felix Schäfer
d943efd0eb
[ #748 ] Make ChiliProject::Version.revision more resilient
...
* 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.
2011-12-03 17:39:52 +01:00
Holger Just
7104a24593
Bump version to 2.5.0
2011-11-30 20:43:08 +01:00
Holger Just
59dc103492
[ #735 ] Don't allow time entry creation with only edit permission
...
Based on a patch by Jean-Philippe Lang.
2011-11-30 20:27:59 +01:00
Holger Just
c5b83b8709
[ #735 ] Don't allow time entry edits with only log_time permission
...
Based on a patch by Jean-Philippe Lang.
2011-11-30 20:27:59 +01:00
Holger Just
8c26dea72d
Add catch-all compatibility check, defaults to false
2011-11-26 22:21:48 +01:00
Gregor Schmidt
be44bbe597
[ #725 ] Add compatibility check for jQuery availability
...
In the current master a.k.a. ChiliProject 2.x, there is
no jQuery loaded by core.
2011-11-25 20:18:10 +01:00
Moritz Breit
d15c851bb3
[ #711 ] Fix TabularFormBuilder on Ruby 1.9.2
2011-11-17 11:32:13 +01:00
Holger Just
9e9b6e786e
Bump version to 2.4.0
2011-10-31 17:35:19 +01:00
Holger Just
cb2086f652
[ #647 ] Fix XSS in textile image syntax.
...
Image URLs are not properly escaped in the bundled RedCloth3 library.
It thus allowed an XSS vector.
The patch was adapted from r7570 from Redmine by Etiene Massip. See also
http://www.redmine.org/issues/9245 .
2011-10-31 17:22:34 +01:00
Holger Just
91070236db
Set source encoding to UTF-8
2011-10-29 14:48:03 +02:00
Holger Just
0befef718f
Add rake task to set magic comments for source encoding
2011-10-29 14:47:56 +02:00
Eric Davis
79073734a1
[ #221 Use git rev-parse to get the current sha for the version string
2011-10-25 15:55:10 -07:00
Holger Just
8ee8ef02fe
Extract the NullFormatter into its own files
2011-10-16 20:02:55 +02:00
Holger Just
9af56d078b
Bump version to 2.3.0
2011-10-04 17:28:04 +02:00
Holger Just
9272876fe9
Bump version to 2.2.0
2011-08-27 18:51:47 +02:00
Holger Just
139dedfd5f
Add copyright header
2011-08-27 18:28:54 +02:00
Holger Just
35b69d2a31
fastercsv is not in lib anymore but a dependency
2011-08-27 18:28:10 +02:00
Felix Schäfer
a24a24eb19
Add deferred loading for plugins which's requirements aren't all met yet #256
2011-08-25 18:46:53 +02:00
Felix Schäfer
2753973ffe
Make TabularFormBuilder behave with subforms #586
2011-08-22 22:10:07 +02:00
Felix Schäfer
0b57e936f5
Rip faster_csv out of lib into the Gemfile. #517
2011-08-21 19:26:43 +02:00
Holger Just
eae5c9af68
[ #275 ] Use ChiliProject::VERSION for new code
2011-08-21 15:16:34 +02:00
Holger Just
5300120461
Move Redmine::VERSION to ChiliProject::VERSION and add a compatibility interface
2011-08-21 14:48:53 +02:00
Holger Just
1796fddd2b
[ #275 ] Add requires_chiliproject. We now use the rubygems dependency syntax.
2011-08-21 14:47:31 +02:00
Felix Schäfer
8f4439e0d4
Fix issue pdf export #561
...
The pdf export tried to export the initial journal, which it shouldn't.
2011-08-21 12:56:27 +02:00
Eric Davis
da9c4a16a9
Bump version to 2.1.1
2011-08-01 16:52:33 -07:00
Eric Davis
2d67c2f2b3
Bump version to 2.1.0
2011-07-29 10:29:52 -07:00
Holger Just
06076e5ac1
Remove db:migrate_plugins task.
...
Use the equivalent db:migrate:plugins instead that is provided by the
engines plugin directly.
2011-07-27 15:23:26 +02:00
Eric Davis
4b3bd797b0
Fix errors when trying to check for binary SCM strings in 1.9.2
...
1.9.2 removed String#is_binary_data?
2011-07-22 14:35:01 -07:00
Eric Davis
8ca03f3a2a
Add ChiliProject::Compatibility to help upgrade third party code
2011-07-11 09:51:08 -07:00
Eric Davis
a76ef2a43e
Updated yardoc static files
2011-07-11 09:51:01 -07:00
Eric Davis
79152e4a24
Typo in method comment
2011-07-11 09:50:53 -07:00
Eric Davis
6a2772d75c
Bump version to 2.0.0 (final)
2011-07-01 21:54:52 -07:00
Eric Davis
3e924ce6be
Bump version to 2.0.0RC3
2011-06-17 15:25:11 -07:00
Eric Davis
9ccb172c81
Bump version to 2.0.0RC2
2011-06-10 13:35:12 -07:00
Eric Davis
3c53d1a63c
Added rake release[version] task based on the release process
...
https://www.chiliproject.org/projects/chiliproject/wiki/HowTo_Release
2011-06-10 13:15:52 -07:00
Eric Davis
731de487e4
[ #453 ] Upgrade to Rails 2.3.12
2011-06-10 10:43:12 -07:00
Eric Davis
a428fa6068
Bumping version to 2.0.0RC1
2011-05-30 14:22:31 -07:00
Eric Davis
821d9f5ca4
[ #437 ] Move the encoding to the top of pdf.rb for Ruby 1.9
2011-05-30 14:20:20 -07:00
Eric Davis
790bb362c5
Fix the merge conflict from 6b8897db5f
2011-05-30 14:05:40 -07:00
Holger Just
6b8897db5f
Merge branch 'unstable' into release-v2.0.0
2011-05-30 21:25:11 +02:00
Holger Just
07185fb169
[ #436 ] Remove trailing whitespace
2011-05-30 20:52:25 +02:00