Commit Graph

  • 3cc14ef6a0 Merge branch 'release-1.3' into develop develop Thomas Keller 2012-11-19 00:17:01 +0100
  • 02613203c9 Ease the creation of tarballs a bit. Thomas Keller 2012-11-19 00:16:02 +0100
  • 6f4af6b68d Start 1.3.4 development release-1.3 Thomas Keller 2012-11-18 23:55:43 +0100
  • ebb8d46420 Release 1.3.3 v1.3.3 Thomas Keller 2012-11-18 23:55:17 +0100
  • 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). Thomas Keller 2012-11-18 00:58:27 +0100
  • 4aa4100532 Update French translation from Transifex. Thomas Keller 2012-11-18 00:28:30 +0100
  • d90c1a2c23 $prj wasn't defined, so use the project reference that the page has instead (fixes issue 808) Thomas Keller 2012-07-20 15:03:57 +0200
  • 22c1f92b2b Use git's "find copies harder" algorithm to - well - find copies in changesets and render them as such. Thomas Keller 2012-07-11 00:17:23 +0200
  • d17098e703 Ensure that PHP doesn't interpret read ini file values and therefor scrambles the output of hgrc files (issue 523). Thomas Keller 2012-06-05 20:55:21 +0200
  • 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. Thomas Keller 2012-05-21 23:33:38 +0200
  • 01febe1411 Merge branch 'release-1.3' into develop Thomas Keller 2012-05-15 22:48:56 +0200
  • 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! Thomas Keller 2012-05-15 22:43:15 +0200
  • 831439120c Make the current_activity field in IDF_Project nullable and fix a problem in the migration 25's down method (issue 800) Thomas Keller 2012-05-15 22:38:27 +0200
  • 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!) Thomas Keller 2012-05-14 19:38:07 +0200
  • dd3474c06c Add two more targets to dump and restore application backups. Thomas Keller 2012-05-12 02:25:33 +0200
  • 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! Thomas Keller 2012-05-11 23:25:06 +0200
  • 231dfaa8a6 Merge branch 'release-1.3' of projects.ceondo.com:indefero into develop Thomas Keller 2012-05-09 22:21:32 +0200
  • 0826dab575 Start 1.3.3 development. Thomas Keller 2012-05-09 22:10:24 +0200
  • 1c037f81a0 Release 1.3.2. v1.3.2 Thomas Keller 2012-05-09 22:09:13 +0200
  • 71c41fe940 Of course $ids should have been initialized beforehand... Thomas Keller 2012-05-07 23:26:23 +0200
  • 8ad0707509 Fix the project display when no projects are available or visible. Thomas Keller 2012-05-07 23:12:55 +0200
  • e0dec2278c Merge branch 'feature.issue-due-date' of https://github.com/treffynnon/Indefero into develop Thomas Keller 2012-05-06 23:12:52 +0200
  • 7221135849 Merge branch 'release-1.3' into develop Thomas Keller 2012-05-06 22:49:48 +0200
  • a2d5b14a2c Start with 1.3.2 development. Thomas Keller 2012-05-06 22:49:04 +0200
  • 16de6a0d77 Enter a release date and pin the current version. v1.3.1 Thomas Keller 2012-05-06 22:34:56 +0200
  • 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 Thomas Keller 2012-05-04 23:31:07 +0200
  • dd2fa6f902 Remove OS9 line ending support again, this was left out for a reason. Fix tests after issue 804 was fixed. Thomas Keller 2012-05-04 01:01:33 +0200
  • 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). Thomas Keller 2012-05-04 00:48:53 +0200
  • cf1a7e8852 fix migration number after merging in the changes to the develop branch Simon Holywell 2012-05-02 12:32:14 +0100
  • c0035061b0 Merge branch 'develop' into feature.issue-due-date Simon Holywell 2012-05-02 12:21:44 +0100
  • 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 Simon Holywell 2012-05-02 12:18:53 +0100
  • 8db3c45763 Revamp this a little and make it jQuery 1.7 compatible (fixes issue 803) Thomas Keller 2012-04-29 00:24:09 +0200
  • 696f2d06d6 Attempt to clean up any code inconsistencies and remove an erroneously committed file Simon Holywell 2012-04-27 18:34:34 +0100
  • 158f9288d3 Try to avoid anchors with '#' as target and use 'javascript:void(0);' instead Simon Holywell 2012-04-27 14:57:18 +0100
  • e883f22790 Make date shortcut names and titles translatable Simon Holywell 2012-04-27 14:54:08 +0100
  • 2b5bf490a5 The {aurl} must be outside the {blocktrans} Simon Holywell 2012-04-27 09:36:22 +0100
  • 014d8ca6af Change route to remove ability to pass through due status Simon Holywell 2012-04-27 09:31:07 +0100
  • 02a99e2f9c The overdue marker in list views is now translatable Simon Holywell 2012-04-27 09:22:36 +0100
  • 23253fc40e Fix the duplication of the date shortcut codes Simon Holywell 2012-04-26 17:24:06 +0100
  • d348c45c56 simplify the code in IDF_Views_Issue a little Simon Holywell 2012-04-26 17:18:35 +0100
  • 53f6133899 Refactor getIssueCountByDueDate slightly Simon Holywell 2012-04-26 17:01:10 +0100
  • c3bbddb1ff Repair the issue due date migration for Postgresql Simon Holywell 2012-04-26 16:29:26 +0100
  • a608d7ea0a add an explanatory comment to the Issue model preSave hack Simon Holywell 2012-04-26 16:24:35 +0100
  • fde3a0a949 Date validation in the Issue model Simon Holywell 2012-04-26 16:22:11 +0100
  • 2bd2b3a463 Repair borked conflicted merge :( Simon Holywell 2012-04-26 16:19:11 +0100
  • 7207cdcd46 Merge branch 'feature.issue-due-date' of github.com:treffynnon/Indefero into feature.issue-due-date Simon Holywell 2012-04-26 16:16:45 +0100
  • 85f247909e Remove local Date field types and use Pluf newly added ones instead Simon Holywell 2012-04-26 16:14:41 +0100
  • e8882292b5 Improve the error we throw at the user if no configuration is found to calculate the project activities. Thomas Keller 2012-04-24 20:37:23 +0200
  • bca3eb332e Reference the issue in which the Postgres issues have been tracked. Thomas Keller 2012-04-22 23:11:48 +0200
  • 307c35ff42 Pulled updated French translation from Transifex (thanks to Jonathan Aillet, again!) Thomas Keller 2012-04-22 00:52:33 +0200
  • 786e9f81c0 Added Jonathan's email. Thomas Keller 2012-04-21 19:03:25 +0200
  • 8cd19c0f53 Escape the xml file path arg. Thomas Keller 2012-04-20 00:50:24 +0200
  • d5394265ba Formatting fix. Thomas Keller 2012-04-20 00:12:45 +0200
  • 0919cb83d8 Properly mark 1.3.1 dev version. Thomas Keller 2012-04-19 23:40:50 +0200
  • b356625268 Merge branch 'release-1.3' into develop Thomas Keller 2012-04-19 23:39:47 +0200
  • 4e8ca58a2e Start 1.4 development Thomas Keller 2012-04-19 23:37:53 +0200
  • 6996e1185f Issue #13: Due time handling (local time / UTC) Simon Holywell 2012-04-19 21:20:51 +0100
  • b7ad4bf47a Apparently the default project for tags is still 0, so make it explicit. Thomas Keller 2012-04-19 00:37:09 +0200
  • 75f62663a9 Make the project field in the tags table nullable so it is (hopefully) optional on setups with enabled foreign key constraints. Thomas Keller 2012-04-19 00:14:10 +0200
  • 169fbe6216 Another Postgres issue fixed. Thomas Keller 2012-04-18 23:22:32 +0200
  • 84d80af1ce Postgres seems to need every column in the group by, not only the PK. Thomas Keller 2012-04-18 23:00:37 +0200
  • d1542c9c00 Another Postgres issue (hopefully fixes issue 800). Thomas Keller 2012-04-18 22:09:53 +0200
  • 4da01b2732 Another Postgres nuisance. Thomas Keller 2012-04-18 22:05:17 +0200
  • b44ad48fd5 Another PostgreSQL issue (hopefully) fixed. Thomas Keller 2012-04-18 07:17:35 +0200
  • 3ae92627bc French translation pulled from transifex. Thomas Keller 2012-04-18 00:59:41 +0200
  • d46df5c129 Fix PostgreSQL compatibility issues. Thomas Keller 2012-04-18 00:55:29 +0200
  • 316c57f85b Add a recent fix and reorder / rework some sections slightly. Add a release date. v1.3 Thomas Keller 2012-04-15 23:09:57 +0200
  • f11a7f7618 Fix XSS problem in review and issue details (fixes issue 793) Thomas Keller 2012-04-15 22:59:23 +0200
  • bb7544021f Spelling fixes. Thomas Keller 2012-04-15 22:29:56 +0200
  • 11b3811e17 Issue #8 Misleading label in issue form (minor) - improve styling Simon Holywell 2012-04-13 16:58:17 +0100
  • 3e78376be3 Issue #13 Due time handling (local time / UTC) Simon Holywell 2012-04-13 14:07:18 +0100
  • cf2f9d419e Issue #8 Misleading label in issue form (minor) Simon Holywell 2012-04-13 13:05:58 +0100
  • a9630cea0d Issue #16 Make the date format uniform with the rest of Indefero Simon Holywell 2012-04-13 13:00:40 +0100
  • 4323edcf0c Issue #14 The Atom feed is missing a section label for Due date changes Simon Holywell 2012-04-13 11:52:04 +0100
  • 120101c4df Issue #11 Filtering by tickets that are not overdue not possible from the list views Simon Holywell 2012-04-13 11:46:50 +0100
  • b9c3ee1a09 Issue #16 Make the date format uniform with the rest of Indefero Simon Holywell 2012-04-13 11:19:46 +0100
  • 60cdd2224f Issue #9 No display of due date for anonymous users Simon Holywell 2012-04-13 11:14:47 +0100
  • e7643e97e4 Issue #7 Undefined variable duedateStatistics for empty project Simon Holywell 2012-04-13 10:55:49 +0100
  • 10e5f350f7 Add in helpful shortcuts menu to issue due dates Simon Holywell 2012-04-10 21:46:58 +0100
  • 1690fa8416 Move the default due date time to be configurable in the IDF config file Simon Holywell 2012-04-10 12:17:22 +0100
  • 9168a26a72 Merge branch 'develop' into feature.issue-due-date Simon Holywell 2012-04-10 11:50:22 +0100
  • 21a0a3ffb5 Two search-related tables weren't migrated previously, now they are (fixes issue 798) Thomas Keller 2012-04-08 20:28:35 +0200
  • 27869698e6 Completed German translation, tests will follow. Thomas Keller 2012-04-06 00:33:06 +0200
  • 2da7d4db42 Add Victor to AUTHORS. Thomas Keller 2012-03-31 23:48:26 +0200
  • bc64c877de Updates to the French translation (Thanks to Victor Quinault!) Thomas Keller 2012-03-31 23:47:27 +0200
  • da7b76e00b Do some work on the German translation. Thomas Keller 2012-03-31 23:40:56 +0200
  • 3bf4977460 Closes issue 3: Issues list left hand navigation - controls for issue due date Simon Holywell 2012-03-30 15:20:05 +0100
  • 315e06da1b Merge branch 'develop' into feature.issue-due-date Simon Holywell 2012-03-30 12:20:07 +0100
  • 74d06b0c31 Updated the i18n files again. Thomas Keller 2012-03-30 00:10:58 +0200
  • d924c4e277 Merge branch 'feature.upgrade-jquery' of https://github.com/treffynnon/Indefero into develop Thomas Keller 2012-03-25 22:58:19 +0200
  • 3a71d71ef8 Setup the overdue summary graph and issue list view Simon Holywell 2012-03-23 17:03:17 +0000
  • 1d15d53eaa Add in the beginings of overdue issue display Simon Holywell 2012-03-23 00:29:15 +0000
  • 1b363e4b6d Hide overdue tag on issues that are now complete Simon Holywell 2012-03-22 22:19:43 +0000
  • c158131f88 Upgrade to jquery 1.7.2 Simon Holywell 2012-03-22 11:54:59 +0000
  • 9f578829ea Missed one request for jQuery 1.2.6 Simon Holywell 2012-03-22 11:45:05 +0000
  • f7d75f1b94 Move the issue due date migration to position 25 to 19 to avoid collision with the latest updates to the develop branch Simon Holywell 2012-03-22 11:36:26 +0000
  • fa95cbd934 Merge branch 'develop' into feature.issue-due-date Simon Holywell 2012-03-22 11:01:34 +0000
  • f542a7fef8 Updated with the recent string changes. Thomas Keller 2012-03-22 01:19:36 +0100
  • a07d2be837 Pluf's i18n parser stumbles upon nested {literal} tags in {blocktrans} sections, so rewrite the opening bracket as HTML entity to make both, the parser and the output function happy. Thomas Keller 2012-03-22 01:17:05 +0100
  • b529c05d11 Merge branch 'feature.scilab' into develop Thomas Keller 2012-03-22 00:54:53 +0100