Thomas Keller
3cc14ef6a0
Merge branch 'release-1.3' into develop
2012-11-19 00:17:29 +01:00
Thomas Keller
02613203c9
Ease the creation of tarballs a bit.
2012-11-19 00:16:02 +01:00
Thomas Keller
6f4af6b68d
Start 1.3.4 development
2012-11-18 23:58:18 +01:00
Thomas Keller
ebb8d46420
Release 1.3.3
2012-11-18 23:55:17 +01:00
Thomas Keller
6c5406dd99
Fix a problem in jquery.hotkeys that triggered global hotkeys when one was
...
in a password text field. Upstream should know of this problem for a long
time already, but hasn't released a fixed version yet, so we're applying
our own patch here (fixes issue 821).
2012-11-18 00:58:27 +01:00
Thomas Keller
4aa4100532
Update French translation from Transifex.
2012-11-18 00:28:30 +01:00
Thomas Keller
d90c1a2c23
$prj wasn't defined, so use the project reference that the page has instead (fixes issue 808)
2012-07-20 15:03:57 +02:00
Thomas Keller
22c1f92b2b
Use git's "find copies harder" algorithm to - well - find copies in changesets
...
and render them as such.
2012-07-11 00:17:23 +02:00
Thomas Keller
d17098e703
Ensure that PHP doesn't interpret read ini file values and therefor
...
scrambles the output of hgrc files (issue 523).
2012-06-05 20:55:21 +02:00
Thomas Keller
64c6674762
Copy over all project properties, except a few scm settings and very
...
project-specific ones, when a new project is based on another one.
2012-05-21 23:33:38 +02:00
Thomas Keller
01febe1411
Merge branch 'release-1.3' into develop
2012-05-15 22:48:56 +02:00
Thomas Keller
839444cc8a
Use Pluf's new migration capabilities to prevent problems with the
...
circular dependency between project and project activity during
new db installations (issue 800).
ATTENTION: IDF now needs Pluf a45dc195 or newer!
2012-05-15 22:43:15 +02:00
Thomas Keller
831439120c
Make the current_activity field in IDF_Project nullable and fix
...
a problem in the migration 25's down method (issue 800)
2012-05-15 22:38:27 +02:00
Thomas Keller
6bb886b92a
If ssh public key data contain forward slashes, the SyncGit cron job
...
did not properly find and update the region which it should have
under its control (thanks to Simon Gareste for the fix!)
2012-05-14 19:38:07 +02:00
Thomas Keller
dd3474c06c
Add two more targets to dump and restore application backups.
2012-05-12 02:25:33 +02:00
Thomas Keller
bcd515eed5
Do not display all project to a user if he has no rights for
...
_any_ project of the forge, but actually hide all... thanks
to René Klomp for this finding!
2012-05-11 23:26:42 +02:00
Thomas Keller
231dfaa8a6
Merge branch 'release-1.3' of projects.ceondo.com:indefero into develop
2012-05-09 22:21:32 +02:00
Thomas Keller
0826dab575
Start 1.3.3 development.
2012-05-09 22:10:24 +02:00
Thomas Keller
1c037f81a0
Release 1.3.2.
2012-05-09 22:09:13 +02:00
Thomas Keller
71c41fe940
Of course $ids should have been initialized beforehand...
2012-05-07 23:26:23 +02:00
Thomas Keller
8ad0707509
Fix the project display when no projects are available or visible.
2012-05-07 23:12:55 +02:00
Thomas Keller
e0dec2278c
Merge branch 'feature.issue-due-date' of https://github.com/treffynnon/Indefero into develop
2012-05-06 23:12:52 +02:00
Thomas Keller
7221135849
Merge branch 'release-1.3' into develop
2012-05-06 22:49:48 +02:00
Thomas Keller
a2d5b14a2c
Start with 1.3.2 development.
2012-05-06 22:49:04 +02:00
Thomas Keller
16de6a0d77
Enter a release date and pin the current version.
2012-05-06 22:34:56 +02:00
Thomas Keller
03404adf64
- move getProjectsWithLabelCounts to IDF_Views (where the other functions
...
reside as well) and make it static
- refactor out the code from getProjects that determines which projects
are visible by a user and use the same code to restrict the count that
we calculate for all available project tags
- calculating the project stats is now no longer O(5n) but simply O(5)
when it comes to SQL queries (where n is the number of filtered projects);
remove the member statistic since it makes no sense in this context
2012-05-04 23:31:07 +02:00
Thomas Keller
dd2fa6f902
Remove OS9 line ending support again, this was left out for a reason.
...
Fix tests after issue 804 was fixed.
2012-05-04 01:01:33 +02:00
Thomas Keller
b6acf4c0e2
Replace the implementation of splitIntoLines by a new one that does
...
not need PHP's array_shift which tends to be very slow for arrays
with many thousand entries (fixes issue 804).
2012-05-04 00:48:53 +02:00
Simon Holywell
cf1a7e8852
fix migration number after merging in the changes to the develop branch
2012-05-02 12:32:14 +01:00
Simon Holywell
c0035061b0
Merge branch 'develop' into feature.issue-due-date
2012-05-02 12:21:44 +01:00
Simon Holywell
6c130cd3ca
Fix error where a due date of 0000-00-00 00:00:00 was not equated to empty by forcing to null in model restore() method
2012-05-02 12:18:53 +01:00
Thomas Keller
8db3c45763
Revamp this a little and make it jQuery 1.7 compatible (fixes issue 803)
2012-04-29 00:24:09 +02:00
Simon Holywell
696f2d06d6
Attempt to clean up any code inconsistencies and remove an erroneously committed file
2012-04-27 18:34:34 +01:00
Simon Holywell
158f9288d3
Try to avoid anchors with '#' as target and use
...
'javascript:void(0);' instead
2012-04-27 14:57:18 +01:00
Simon Holywell
e883f22790
Make date shortcut names and titles translatable
2012-04-27 14:54:08 +01:00
Simon Holywell
2b5bf490a5
The {aurl} must be outside the {blocktrans}
2012-04-27 09:36:22 +01:00
Simon Holywell
014d8ca6af
Change route to remove ability to pass through due status
2012-04-27 09:31:07 +01:00
Simon Holywell
02a99e2f9c
The overdue marker in list views is now translatable
2012-04-27 09:22:36 +01:00
Simon Holywell
23253fc40e
Fix the duplication of the date shortcut codes
2012-04-26 17:24:06 +01:00
Simon Holywell
d348c45c56
simplify the code in IDF_Views_Issue a little
2012-04-26 17:18:35 +01:00
Simon Holywell
53f6133899
Refactor getIssueCountByDueDate slightly
2012-04-26 17:01:10 +01:00
Simon Holywell
c3bbddb1ff
Repair the issue due date migration for Postgresql
2012-04-26 16:29:26 +01:00
Simon Holywell
a608d7ea0a
add an explanatory comment to the Issue model preSave hack
2012-04-26 16:24:35 +01:00
Simon Holywell
fde3a0a949
Date validation in the Issue model
2012-04-26 16:22:11 +01:00
Simon Holywell
2bd2b3a463
Repair borked conflicted merge :(
2012-04-26 16:19:11 +01:00
Simon Holywell
7207cdcd46
Merge branch 'feature.issue-due-date' of github.com:treffynnon/Indefero into feature.issue-due-date
...
Conflicts:
src/IDF/Form/IssueUpdate.php
2012-04-26 16:16:45 +01:00
Simon Holywell
85f247909e
Remove local Date field types and use Pluf newly added ones instead
2012-04-26 16:14:41 +01:00
Thomas Keller
e8882292b5
Improve the error we throw at the user if no configuration is found
...
to calculate the project activities.
2012-04-24 20:37:23 +02:00
Thomas Keller
bca3eb332e
Reference the issue in which the Postgres issues have been tracked.
2012-04-22 23:11:48 +02:00
Thomas Keller
307c35ff42
Pulled updated French translation from Transifex (thanks to
...
Jonathan Aillet, again!)
2012-04-22 00:52:33 +02:00