Commit graph

1207 commits

Author SHA1 Message Date
Marco Vito Moscaritolo 800f0539af Merge pull request #842 from corpsee/feature-ui-improvements
UI improvements
2015-03-25 12:51:10 +01:00
Dmitry Khomutov f1d117b866 Fixed 'start' string for ru lang
Fixed 'from' and 'to' strings for ru lang
2015-03-18 13:10:21 +01:00
LAHAXE Arnaud e2cc62c714 Fix french typo mistake 2015-03-18 12:26:27 +01:00
Adirelle 52ac087ec8 Code style fixed. 2015-03-18 12:21:06 +01:00
Adirelle 97838fbaad Generate an new session identifier on successful login to prevent session fixation attacks. 2015-03-18 12:21:06 +01:00
Adirelle 54b4a8d081 Use a CSRF token on the login form to prevent CSRF attacks. 2015-03-18 12:21:05 +01:00
Marco Vito Moscaritolo 5d468866c2 Merge pull request #844 from MarkMaldaba/fix_space_after_colon
Fixed an inconsistency in the way the prompts in the install scripts were being output.
2015-03-18 09:58:21 +01:00
Dan Cryer 8d3ca874cd Fixing pull request builds. 2015-03-11 07:48:22 +00:00
Dan Cryer 10502493ac Update to only build the latest commit from a Github pull request webhook. 2015-03-10 20:20:54 +00:00
vsguts c171545778 Fixing symlink removal.
Closes #854
2015-03-10 19:11:43 +00:00
Gustavo Novaro b0f5db8df8 Remove blank style tag in header
Remove the tag <style> the header because it was not used

Closes #863
2015-03-10 19:04:05 +00:00
Dmitry Khomutov 4493685d8f Fixed 'date' nl lang string 2015-03-10 15:44:33 +06:00
Igor Timoshenko cb6dfb46d2 Fixed typos in Ukrainian language 2015-03-10 10:15:50 +01:00
Adirelle afbfa297b9 Display a green border in passing build notifications. 2015-03-10 09:53:36 +01:00
Dmitry Khomutov 74cc16b83f Added default value in profile language select (current language) 2015-03-10 09:51:22 +01:00
Leszek f583395122 archived 2015-03-10 09:29:37 +01:00
Marco Vito Moscaritolo b5eeda7667 Merge pull request #857 from thomasfrei/remove-short-array-syntax
Remove short array syntax to keep backwards compatibility with php5.3
2015-03-07 20:00:37 +01:00
Thomas Frei 985a21479c Remove short array syntax to keep backwards compatibility with php5.3 2015-03-06 17:44:22 +01:00
James Inman 9f5fef4fcb Merge pull request #851 from njovin/master
Fix #840: Technical Debt plugin not storing data/displaying results.
2015-03-05 08:39:17 +00:00
Nathan Jovin 0392c4aaf6 Fix issue #840 Technical Debt not storing data nor displaying results in table 2015-03-05 00:12:42 -08:00
Mark Clements b0598c67be Fixed an inconsistency in the way the prompts in the install scripts were being output.
All the DB/host fields have a space after the colon, which is much better as it means the text you type is slightly separated from the prompt.  However, the admin user fields didn't include this space which was inconsistent and made the install script a little less professional.

I have therefore added the missing space for the prompts which didn't have it in the English language file, and have also updated all other language files to also use this format.  Most of them followed the same inconsistency as the English version, though some were consistent but without a space, and some which were differently inconsistent (both internally, and between languages).
2015-03-02 22:31:01 +00:00
Dmitry Khomutov cd76076e95 Fixed 'date' it lang string 2015-03-02 08:18:40 +06:00
Dmitry Khomutov 09e8331fc5 Code style fix 2015-02-28 23:51:04 +06:00
Dmitry Khomutov ce7479b19b Added Date column for builds table in project page. 2015-02-28 23:38:56 +06:00
Dmitry Khomutov 39d386a629 Added total builds count to index and project page 2015-02-28 23:13:02 +06:00
Dan Cryer 6fd67d6dd6 Fixing final PHPCS error. 2015-02-26 08:48:40 +00:00
Dan Cryer e7a270f60a Fixing PHPCS errors. 2015-02-26 08:45:42 +00:00
Dan Cryer 74565282a8 Hopefully fixing a bug where reporting errors back to Github causes an infinite loop. 2015-02-26 08:31:58 +00:00
Dan Cryer ae95ead53b Updating dependencies. 2015-02-26 08:08:45 +00:00
Dan Cryer a7a56f92b6 Updating basic Dockerfile. 2015-02-26 08:08:12 +00:00
Dan Cryer 820d3831b8 Updating Settings Controller to use the configured config file, rather than assuming config.yml 2015-02-25 14:18:05 +00:00
Dan Cryer e63a3c2a86 Fixing comparison where commit ID is Manual.
Fixes #823
2015-02-25 14:13:31 +00:00
Dan Cryer 8268a4b978 Fixing dates: Stop all dates from appearing as the current date/time. Fixes #820 2015-02-25 10:33:11 +00:00
Dan Cryer f7f50e85eb Updating the UpdateCommand to check for a config key rather than a specific file. 2015-02-25 09:36:50 +00:00
zviryatko f5c585bacf Fix username style in user panel block. 2015-02-24 10:01:36 +02:00
Dan Cryer ac316c0192 Updating changelog. 2015-02-23 19:45:33 +00:00
Dan Cryer f1f1acc18d Adding changelog. 2015-02-23 19:40:31 +00:00
Alex Davyskiba 36b39bfc0d Allow projects to be archived.
Closes #771
2015-02-23 19:37:11 +00:00
Dan Cryer edd26d12be Add support for Mercurial SSH-based clones. 2015-02-23 16:17:46 +00:00
nonlux 8177d6742e Set the CommandExecutor buildPath property when a build is created.
Closes #556
2015-02-23 14:42:04 +00:00
Adirelle f28d72fb64 Email plugin: use "default_mailto_address" as a fallback only.
Closes #730
2015-02-23 14:16:35 +00:00
Matthew Leffler a1dcba93db Convert tapString to UTF-8, allowing UTF8 output from PHPUnit, etc.
Closes #738
2015-02-23 14:15:11 +00:00
Daniel Seif e7d9d19368 Fixed settings handling for symlink creation in local build
Closes #766
2015-02-23 14:07:42 +00:00
Àlex Corretgé 18e263a8ad Fix the problem when executing Phing out of the build dir.
Closes #778
Closes #748
2015-02-23 13:53:38 +00:00
Lee Willis 99446b56f5 Make SSH key generation more robust.
Do not try and predict whether we will be able to create a key. Instead
try and create one and capture failure if it happens.

Closes #803
2015-02-23 13:49:29 +00:00
Dmitry Khomutov c669fd0797 Updated lang.ru file
Closes #807
2015-02-23 13:47:16 +00:00
Leszek f2fa61efef Update lang.pl.php
Closes #810
2015-02-23 13:46:41 +00:00
Dan Cryer c914a25ff2 Adding support for commenting on Github diffs. 2015-02-23 13:40:34 +00:00
Dan Cryer 87abe2c712 Slight cleanup to please PHPMD. 2015-02-20 14:24:37 +00:00
Dzhilkibaev Nadir 7756066050 Add SVN support to PHPCI.
Closes #759
2015-02-20 14:14:36 +00:00