f88e529b85Update the form validation of IDF_Form_ReviewFileComment. Now we can add a general comment without per file comment.
master
William MARTIN
2011-04-06 13:07:19 +0200
0afa07b2bdMerge branch 'develop' of projects.ceondo.com:indefero into develop
William MARTIN
2011-04-06 12:01:04 +0200
4ee3d471feUpdate the form validation of IDF_Form_ReviewFileComment. Now we can add a general comment without per file comment.
William MARTIN
2011-04-06 12:00:55 +0200
29c7fed81bMerge branch 'develop' of git://projects.ceondo.com/indefero into develop
Thomas Keller
2011-04-06 03:01:40 +0200
fb62061e5aStarted with a unit test for the monotone interface.
Thomas Keller
2011-04-06 02:59:26 +0200
9b92b7139fFix copyright
William MARTIN
2011-04-05 13:20:55 +0200
5ea4b02205Update copyrigt
William MARTIN
2011-04-02 21:37:07 +0200
12d3eef3d1monotone actually requires interface_version 13.0 or higher because of the extended manifest usage
Thomas Keller
2011-04-02 15:40:18 +0200
576c06ffafMerge branch 'feature.better-home' of git://projects.ceondo.com/indefero into feature.better-home
Thomas Keller
2011-04-02 00:17:51 +0200
352dc3e179Add IDF_Form_ProjectConf Update template
William MARTIN
2011-04-01 16:05:32 +0200
aa164936f4Remove commented code
William MARTIN
2011-04-01 14:19:07 +0200
9a93acd1a5Update the admin template
William MARTIN
2011-04-01 14:17:56 +0200
587aa11cdaUpdate the index template
William MARTIN
2011-04-01 14:14:30 +0200
d04ecd60c4Add default logo for project without one
William MARTIN
2011-04-01 14:13:42 +0200
ecef510f78Merge branch 'develop' of projects.ceondo.com:indefero into develop
Thomas Keller
2011-04-01 11:18:01 +0200
4976c20935Its validateRevision, not isValidRevision, here as well
Thomas Keller
2011-04-01 11:17:21 +0200
5553c37ccdMerge branch 'release-1.1' into develop
Thomas Keller
2011-04-01 11:17:06 +0200
346b2c6cf8Call validateRevision(), not isValidRevision(), fixes issue 657
Thomas Keller
2011-04-01 11:15:13 +0200
aa68fe3485Note fix for issue 655.
Thomas Keller
2011-03-30 00:19:18 +0200
e408fe8733Make the function static again; this change silently slipped through.
Thomas Keller
2011-03-30 00:17:35 +0200
836986462aAdd Stewart to AUTHORS.
Thomas Keller
2011-03-30 00:13:50 +0200
51c6cdb20dOnly display those filter options for items the user actually has access to (fixes issue 655)
Stewart Platt
2011-03-30 00:12:07 +0200
766232f29bAdd missing license header.
Thomas Keller
2011-03-30 00:00:22 +0200
2ed021f30bMerge branch 'develop' of projects.ceondo.com:indefero into develop
Thomas Keller
2011-03-28 18:00:23 +0200
899fe561dfMerge branch 'release-1.1' into develop
Thomas Keller
2011-03-28 17:59:08 +0200
67d8936083Start 1.1.2 development
Thomas Keller
2011-03-28 17:57:15 +0200
78f5cef5bdEnter a release date (i.e. release) 1.1.1
v1.1.1
Thomas Keller
2011-03-28 17:52:53 +0200
8928b1654cOne new string translated.
Fernando Sayago Gil
2011-03-28 17:46:08 +0200
977fa0d1d4Translate a new string.
William MARTIN
2011-03-28 12:46:06 +0200
1d89cec2cfMerge branch 'release-1.1' into develop
Thomas Keller
2011-03-28 01:26:20 +0200
6c6b7d6bb2Bump to 1.1.1 (not released yet, though)
Thomas Keller
2011-03-28 01:21:10 +0200
f92e88e9b4Note the recent fixes
Thomas Keller
2011-03-28 01:20:54 +0200
6e58899fdfAdd the new string to idf.pot and update the German translation accordingly.
Thomas Keller
2011-03-28 01:15:22 +0200
1513598420Add a short sentence about password recovery on the registration page (fixes issue 652)
Thomas Keller
2011-03-28 01:13:15 +0200
9cfc060760Improve a translation.
Thomas Keller
2011-03-28 00:56:44 +0200
a531e34ec2Add IDF_EmailAddress to backup
Patrick Georgi
2011-03-25 20:39:11 +0100
2cce23b5b4Fix a typo in the French translation and add myself to AUTHORS.
Jean-Philippe Fleury
2011-03-25 13:17:49 +0100
e518bc9b68Updated gitserve.py to work with python 3.x
Sindre Myren
2011-03-25 11:08:18 +0100
8e02d05ba9Notice the fix of issue 643 in NEWS
Thomas Keller
2011-03-25 00:53:12 +0100
f131083315Skip linking to a non-existing diff section for changed binary files (fixes issue 643)
Thomas Keller
2011-03-25 00:45:06 +0100
39ba5b37efIgnore a couple of files for code coverage that should not be covered; add a simle run-tests script that steals some code from photon to return the code coverage at the end of the test execution (we're only at about 8% - lots of work left...)
Thomas Keller
2011-03-25 00:29:50 +0100
002fa05c7fMerge branch 'release-1.1' into develop
Thomas Keller
2011-03-25 00:14:26 +0100
1a52133fd4getArchiveStream() should actually be public (issue 648)
Thomas Keller
2011-03-25 00:11:03 +0100
30900f7196monotone zip archive entries now all carry the revision date as mtime (issue 645); add a test case for the zip render response that works with and without PHP's zip extension
Thomas Keller
2011-03-24 23:54:52 +0100
b753cf0837Fix a coment.
Thomas Keller
2011-03-24 01:19:05 +0100
53ab5b6affExpand the bootstrap script to setup an empty IDF environment.
Thomas Keller
2011-03-24 00:41:22 +0100
78a0402351Prepare the Stdio class for easier testing. - create an interface that describes the basic methods - let the real stdio class implement this interface - inject the stdio instance into IDF_Scm_Monotone and do not create it in the constructor - ensure in IDF_Scm_Monotone_ZipRender that we get the proper constructor arguments On a slighly unrelated note, make _getAuthOptions() in the stdio implementation private.
Thomas Keller
2011-03-23 00:47:17 +0100
5b5705fe90Add a unit test for monotone's basicio parser and compiler. Also note a couple of quirks and be less strict (for now) when it comes to hash parsing and stanza lines without values.
Thomas Keller
2011-03-23 00:26:26 +0100
f08b5c5e3fNote syncmonotone.mdtext in INSTALL.mdtext
Thomas Keller
2011-03-20 14:19:53 +0100
aa87acd432Start 1.2 development.
Thomas Keller
2011-03-20 13:48:49 +0100
7af7ef8357Merge branch 'release-1.1' into develop
Thomas Keller
2011-03-20 13:46:45 +0100
627bc4e45fEnter a release date and the proper version
v1.1
Thomas Keller
2011-03-20 12:44:21 +0100
909c76ebfbNote that together with issue 136 also issue 500 was fixed.
Thomas Keller
2011-03-20 01:10:48 +0100
0899ba8515Various smaller fixes to the Makefile.
Thomas Keller
2011-03-20 01:07:34 +0100
b7c0b40491Add basic source version tracking.
Thomas Keller
2011-03-20 00:42:56 +0100
48257ccfedSpanish translation updated.
Fernando Sayago Gil
2011-03-19 15:20:29 +0100
269949a65fFrench translation updated.
William MARTIN
2011-03-19 15:20:00 +0100
c2de7123e4Order the author list alphabetically by first name (makes more sense). Also add missing authors from git log and a couple of missing emails / IDF usernames.
Thomas Keller
2011-03-19 00:19:04 +0100
e0c6dcd5a4Merge branch 'release-1.1' of projects.ceondo.com:indefero into release-1.1
Thomas Keller
2011-03-18 12:12:19 +0100
734ddda363Fix issue 618 by returning the input unaltered in case PCRE still fails to evaluate it with the expanded backtrack limit.
Thomas Keller
2011-03-18 12:10:42 +0100
02cd448f89Issue 518 was actually a dupe of issue 469.
Thomas Keller
2011-03-18 03:05:35 +0100
be39d72d3cFix XML parsing exceptions when revisions with empty log messages are parsed.
Dmitry Dulepov
2011-03-18 02:33:54 +0100
045eb766f1Improve the rendering of the prev / next links in the issue view and note the change in NEWS.
Thomas Keller
2011-03-18 02:14:22 +0100
22d4bd0e6fClarify a bugfix entry
Thomas Keller
2011-03-18 01:28:26 +0100
5a7bf49cbbWell, I forgot the important stuff in the last commit, sigh. Fixes issue 633 for real now.
Thomas Keller
2011-03-18 01:05:25 +0100
a3dd1c45f3Handle partial incomplete and line-ending munging diffs (resolves issue 633).
Thomas Keller
2011-03-18 00:55:02 +0100
be7725694eLet browsers properly render whitespace and expand the long line fix for unchanged and removed lines (fixes issue 623 again)
Thomas Keller
2011-03-17 23:23:28 +0100
366d278182Ignore "bad usage" error code in case git tag doesn't know of the --contains option.
Thomas Keller
2011-03-17 23:12:27 +0100
5f008a14f5ReFixed in an ugly way the non support of the git --contains option.
Loïc d'Anterroches
2011-03-17 09:28:43 +0100
21a8c281ecFixed in an ugly way the non support of the git --contains option.
Loïc d'Anterroches
2011-03-17 09:22:46 +0100
51dde5766dAdd a test case for issue 633.
Thomas Keller
2011-03-17 01:58:01 +0100
61d7b4a58dSetup a basic PHPUnit test environment.
Thomas Keller
2011-03-17 01:12:32 +0100
19b35565a2Fix a notice about variable pass by reference
Thomas Keller
2011-03-17 01:10:59 +0100
baa88412b9Rewrite the diff parser and reduce the memory footprint.
Patrick Georgi
2011-03-16 23:50:41 +0100
6fb9b72e22Use git tag --contains REV for the IDF_Scm::inTags() implementation.
Thomas Keller
2011-03-16 23:03:36 +0100
b75884c57eUse Pluf_SQL instead of raw SQL, the latter caused problems on installations with table prefixes.
Thomas Keller
2011-03-16 20:58:13 +0100
603188f6ceFor now the Chinese and Russian translations are far from being complete.
Thomas Keller
2011-03-16 10:07:24 +0100
15442140cfComplete the NEWS with stuff from the tracker and format it as Markdown document.
Thomas Keller
2011-03-16 00:09:37 +0100
9f877d4309Merge branch 'release-1.1' of git://projects.ceondo.com/indefero into release-1.1
Thomas Keller
2011-03-15 22:58:23 +0100
8631529268Re-enable v1.0 URI compatibility wrt update feeds.
Thomas Keller
2011-03-15 22:54:35 +0100
96bc198b0fAdded two more translators to AUTHORS and mark who is in charge for the Czech translation.
Thomas Keller
2011-03-14 12:50:58 +0100
146ffb5f4cMerge branch 'release-1.1' of projects.ceondo.com:indefero into release-1.1
Thomas Keller
2011-03-14 12:39:11 +0100
867c3d3382Start with a NEWS file and list the changes we've tracked so far since v1.0.
Thomas Keller
2011-03-14 01:21:42 +0100
75b0f27fe2Fix the transifex URL and re-wrap this section slightly.
Thomas Keller
2011-03-14 00:11:08 +0100
4b001d8f03Merge branch 'release-1.1' of git://projects.ceondo.com/indefero into release-1.1
Thomas Keller
2011-03-14 00:05:26 +0100
a7bec96a80Update spain translation
Fernando Sayago Gil
2011-03-13 17:43:16 +0100
a8706e38caUpdate french translation
William MARTIN
2011-03-13 17:40:48 +0100
265fd41717Make two translations a little shorter so they don't lead to a line wrap when printed in bold font.
Thomas Keller
2011-03-13 02:12:09 +0100
67c23ffe24The word was meant to be translated as noun, not as verb.
Thomas Keller
2011-03-13 02:10:18 +0100
e9a09889e4Sort the AUTHORS list alphabetically; spelling fixes.
Thomas Keller
2011-03-13 02:02:40 +0100
e6756a2072Fix issue 633 : Unset variable !
William MARTIN
2011-03-11 14:27:37 +0100
f4050b8a76Merge branch 'develop' of projects.ceondo.com:indefero into release-1.1
Thomas Keller
2011-03-11 11:42:10 +0100
bb4fa7ca2fFix issue 629 : Git commit view is missing the branch
William MARTIN
2011-03-11 11:38:04 +0100
2648603f24Update the Makefile - po-pull merge transifex PO with local PO to quick fuzzy entry - Add of po-stats
William MARTIN
2011-03-10 14:17:39 +0100
b7a9a1c8fdUpdate pot file with the recent changes and translate the fuzzies in the German translation.
Thomas Keller
2011-03-10 10:22:43 +0100
d45566d692Update language for French and Spain
William MARTIN
2011-03-10 09:45:35 +0100
4411086f29First set of files with English text corrections (partially resolves issue 631)
Ciaran Gultnieks
2011-03-10 09:23:01 +0100
0b3ce03036Don't show an empty branch field in the commit view It's a little hack for issue 629, but don't resolve it.
William MARTIN
2011-03-09 22:09:32 +0100
027886737dEnable Spain and German in the supported language
William MARTIN
2011-03-09 21:55:20 +0100