7ed69c7f4aImproved the Czech translations
mainiak
2010-05-12 09:19:36 +02:00
8f914c44a1Fixed issue 459, variables not defined for exec in PHP 5.3.
Mehdi Kabab
2010-05-11 10:13:38 +02:00
28ce82c6f6Improved to sort the Git tags by reverse chronological order.
Loic d'Anterroches
2010-05-11 09:41:22 +02:00
641a3b24a5Fixed error in the queue addition.
Loic d'Anterroches
2010-05-11 09:23:15 +02:00
0d61866b89Added initial work on the Czech translation.
Loic d'Anterroches
2010-05-10 12:55:58 +02:00
c1a477e7d0Do nothing on webhook without an url.
Loic d'Anterroches
2010-05-10 10:43:47 +02:00
692d2e53b2Changed the header name of the hmac to be generic.
Loic d'Anterroches
2010-05-10 10:21:22 +02:00
47acc73451Added the webhooks.
Loic d'Anterroches
2010-05-10 10:11:27 +02:00
2f22d48dd0Added the queue system to handle the webhooks and asynchronous events.
Loic d'Anterroches
2010-05-06 10:27:08 +02:00
e0b0a732b4phpdoc improved; remove _getMasterBranch() method and implement the specific code directly in getMainBranch()
Thomas Keller
2010-05-02 01:31:30 +02:00
59ad0f5b11* idf.php-dist: improve the document of the various mtn-related configure options; introduce an option to configure the protocole - separate from the url option, which we now name mtn_remote_host * IDF_Project: optionally give getSourceAccessUrl() a commit argument, so a particular VCS module can determine a subset of revisions to pull for the specific revision which is browsed * IDF_Scm_*: add the argument null'd for all VCS; implement a branch lookup for monotone * tree.html: display the correct branch to clone under each revision tree
Thomas Keller
2010-05-02 00:56:04 +02:00
3b53ceedcd* Monotone.php (IDF_Scm_Monotone): basic_io values need to be unescaped; implement getChangeLog() * Monotone.php (IDF_Scm_Monotone_Stdio): add support for multiple, equally named options * Source.php, commit.html: split-off the global commit template (which had some separate code already for SVN) and adapt the left blocks for mtn to shorten branch and tag names just like we do everywhere else
Thomas Keller
2010-05-01 01:05:54 +02:00
15a2bd90b3Add support for monotone's diff header
Thomas Keller
2010-05-01 00:56:48 +02:00
c49a8204e0Properly activate the correct branches / tags for the currently viewed revision
Thomas Keller
2010-04-30 02:38:45 +02:00
601e894935Use the branch / tag name shortener in two other templates as well.
Thomas Keller
2010-04-30 02:11:40 +02:00
445c90fefeCreate a separate class which handles command streaming over mtn automate stdio. Use that everywhere instead of the direct system calls.
Thomas Keller
2010-04-30 02:03:58 +02:00
b7ced5fa69Do not shorten the changelog in the SCM model - thats a task for the view.
Thomas Keller
2010-04-29 23:38:28 +02:00
995f1a13c3Add a new view modifier which allows the shortening of long strings such as branch or tag names. Use that in the tree view and display the full name in a title tag.
Thomas Keller
2010-04-29 23:35:57 +02:00
cf22909722* isAvailable(): check monotone's interface version and mark the interface as available if it matches (we might see later on if this alone is actually a good idea especially if we browse an empty database...) * _getCerts(): implement a cert cache and make multiple cert values easily available * getCommit(), getCommitLarge(), getFile(), getPathInfo(), testHash(): implement * getTags(): save the first found revision id for a tag as key in the associative array to make tags actually browsable
Thomas Keller
2010-04-29 01:44:34 +02:00
02603fd8fddisable archive generation for now, this is not possible with monotone as it is implemented now in IDF
Thomas Keller
2010-04-29 01:42:50 +02:00
af4f5aaeb0make the path to the monotone executable configurable
Thomas Keller
2010-04-29 01:37:28 +02:00
f8012c37d1from monotone 0.48 onwards the setup command creates its own internal database
Thomas Keller
2010-04-28 01:12:29 +02:00
5954cd0ad1default to the master branch for the head / tip / main revision
Thomas Keller
2010-04-28 00:14:19 +02:00
5ef6e6c08fmtn still needs a local db and project setup if there is nothing beside an empty database remotely
Thomas Keller
2010-04-28 00:13:42 +02:00
94a5464155* idf.php-dist: no need to configure a branch prefix any longer now that the project owner can define the master branch name * Monotone.php: change accordingly to use the configured master branch name and fallback to all branches ("*") if noone is found
Thomas Keller
2010-04-27 23:28:52 +02:00
18ba8d0ac5Some more files from the initial work
Thomas Keller
2010-04-27 00:02:47 +02:00
9fd4334decStart on monotone support for indefero. The SCM backend is about 30% done, interesting pieces like getTree() are not finished yet.
Thomas Keller
2010-04-26 23:56:25 +02:00
d7843a55bdUpdated the French translations.
v1.0
Loic d'Anterroches
2010-04-19 09:28:48 +02:00
b7833b5d23Updated to have the latest .pot file.
Loic d'Anterroches
2010-04-19 09:27:37 +02:00
0f617f8e09Fixed to directly use a PHP internal function, thanks piouPiouM.
Loic d'Anterroches
2010-04-19 09:16:56 +02:00
fbc1fab68dAdded the Mercurial hook connection to run on groupchange.
Loic d'Anterroches
2010-04-19 09:14:29 +02:00
68890c3c48Improved the Mercurial documentation.
Loic d'Anterroches
2010-04-19 09:10:43 +02:00
10f08386f7Fixed to have a simpler code.
Loic d'Anterroches
2010-04-15 15:40:36 +02:00
45fa309c07Fixed to have a simpler code.
Loic d'Anterroches
2010-04-15 15:38:03 +02:00
2ad13a96f9Added the changegroup hook for Mercurial.
Loic d'Anterroches
2010-04-15 15:20:50 +02:00
73f95de843Fixed a stupid typo in the hook configuration check.
Loic d'Anterroches
2010-04-15 10:48:39 +02:00
c13d1aba30Made the svn-post-commit script executable.
Loic d'Anterroches
2010-04-15 10:36:31 +02:00
42f561dc75Added the subversion post commit hook.
Loic d'Anterroches
2010-04-15 10:00:05 +02:00
8280add935Moved the event logging just before the action.
Loic d'Anterroches
2010-04-14 13:43:58 +02:00
bbc29c889fAdded the post-update hook at the creation of the git repository.
Loic d'Anterroches
2010-04-14 13:31:30 +02:00
e5ee6d8fcaAdded the first work on the scm post commit hooks.
Loic d'Anterroches
2010-04-14 10:54:16 +02:00
738a8bdd60Fixed issue 424, English grammar.
Loic d'Anterroches
2010-04-12 20:55:00 +02:00
5d24931d9bChanged to force the shortname to be lower case.
Loic d'Anterroches
2010-02-22 20:50:54 +01:00
e2bce19526Removed the project list on the public profile page.
Loic d'Anterroches
2010-02-22 20:41:12 +01:00
9653f1a341Correctly display the delete page link only to users with correct rights.
Loic d'Anterroches
2010-02-20 13:03:06 +01:00
a5a5c7b2b6Fixed security issue, read access on a git project marked as private and source access marked as login in/all access.
Loic d'Anterroches
2010-02-19 17:43:29 +01:00
3a28fe9d28Fixed ticket 208, added more logging in GitServe and Scm backend.
Loic d'Anterroches
2010-02-17 21:57:28 +01:00
8da6fe7287Added the support of war and jar files in the upload area.
Loic d'Anterroches
2010-02-17 08:53:36 +01:00
52be41186fCorrectly request an account confirmation when trying to recover the password of a not yet activated account.
Loic d'Anterroches
2010-02-15 22:40:34 +01:00
96e8f4ae3cAdded a better handling of simultaneous updates of the search index.
Loic d'Anterroches
2010-02-14 22:01:46 +01:00
355f9ca05fUpdated to add another author.
Loic d'Anterroches
2010-02-14 21:50:07 +01:00
ef40b0a34eFixed ticket 393, bad English on the Terms Page.
Brian Armstrong
2010-02-14 21:21:29 +01:00
73f6430a60Fixed to prevent a password reset to login an inactive user.
Loic d'Anterroches
2010-02-09 14:47:13 +01:00
a8a292a3c5Updated the list of authors.
Loic d'Anterroches
2010-01-15 10:59:12 +01:00
ec1d21a625Added the start of the Russian translations.
Denis Kot
2010-01-15 10:57:04 +01:00
078c6feae8Added the start on the German translations.
Samuel Suther
2010-01-15 10:51:42 +01:00
63aedd6b42Updated the documentation from ticket 369.
Loic d'Anterroches
2010-01-15 10:42:07 +01:00
1e3dfef438Added ticket 347, partial Slovenian translations.
Janez Troha
2009-11-26 10:30:27 +01:00
c72e9f4eb0Changed to accomodate the new way the session language is working.
Loic d'Anterroches
2009-11-13 12:26:49 +01:00
857c11933aExclude path.php from Git.
Loic d'Anterroches
2009-11-09 21:43:45 +01:00
30a3515e94Updated the French translations.
Loic d'Anterroches
2009-11-06 20:38:23 +01:00
ff4f8afde8Added the support of the tags for Mercurial and Subversion.
Loic d'Anterroches
2009-11-06 18:06:01 +01:00
8050463a12Added ticket 271, support of the Git tags.
Mehdi Kabab
2009-11-06 16:12:54 +01:00
73dba2fa1aAdded ticket 259, automatic linking of issues/commits to support TortoiseSVN preferred issue/commit naming.
Mehdi Kabab
2009-11-06 16:00:47 +01:00
3c46b7734fAdded the ability to use the username of a user to link a git commit.
Loic d'Anterroches
2009-11-06 15:58:21 +01:00
48ff314487Updated the new logo.
Loic d'Anterroches
2009-11-06 15:57:45 +01:00
4fa7a20fd3Added a try for an InDefero logo.
Loic d'Anterroches
2009-11-05 10:35:42 +01:00