Commit graph

809 commits

Author SHA1 Message Date
Dan Cryer 9f93db9f35 Lots of cleanup. 2015-02-12 14:11:58 +00:00
Dan Cryer 379d2db547 Cleaning up permissions on a few files. 2015-02-12 13:42:07 +00:00
Dan Cryer 7820ccdf9e Fixing FIXMEs 2015-02-12 13:30:32 +00:00
Dan Cryer b9407b70ff Cleanup 2015-02-12 13:20:08 +00:00
Dan Cryer 53273a0902 Fixing run-builds. 2015-02-12 13:17:50 +00:00
Dan Cryer fe2a029d1e Fixing some bugs related to the last round of changes. 2015-02-12 13:17:42 +00:00
Dan Cryer 2d5659d613 Cleaning up unnecessary use of 'die' and 'exit' 2015-02-12 12:37:56 +00:00
Dan Cryer 84b00e305e Fixing missing use statements 2015-02-12 11:42:09 +00:00
Dan Cryer f6719781e4 Fixing two particularly dodgy queries in BuildStore. 2015-02-12 11:38:00 +00:00
Dan Cryer e80f8ffaae Fixing issues related to LIMIT in Base Store files. 2015-02-12 11:08:45 +00:00
Dan Cryer 9d2005d8e8 Fixing SensioLabs Insight 'Critical' violations. 2015-02-12 10:39:41 +00:00
vigo5190 9b42e62088 Update Slack plugin to support the latest version of the library it relies on.
Closes #742
Closes #747
2015-02-09 12:14:30 +00:00
Lee Willis 6233dfa714 Redesigned build summary for the dashboard to include recent builds.
Closes #783
Closes #708
2015-02-09 11:34:25 +00:00
Luca ffe01df5b5 Some Italian language translation improvements.
Closes #784
2015-02-09 11:24:21 +00:00
Dan Cryer 3fdf4d26ad Make build log and meta value columns use MEDIUMTEXT data type.
Closes #777
2015-02-09 11:18:34 +00:00
Daniel Seif a061a73f55 Reset the status of a duplicated build to avoid strict-mode errors.
When using SQL strict mode, mysql would complain that no default value of the status column is set. Setting the status to 0 before duplicating fixes this.

Closes #725
2015-02-03 12:21:04 +00:00
Adirelle f1314a382d Remove duplicates from the list of recipients in the email plugin.
Closes #731
2015-02-03 11:58:18 +00:00
Adirelle 1d4453e8d8 Franch translation updates.
Closes #733
2015-02-03 11:56:45 +00:00
Adirelle 3dd95c14b9 Localisation support for dates throughout the front-end using moment.js.
Closes #734
Closes #732
2015-02-03 11:53:12 +00:00
Dmitry Khomutov 92770a66ce Fixing fatal error with $this->controller->layout in Application class.
Closes #736
2015-02-03 11:49:16 +00:00
Dmitry Khomutov bddee6e04b Update the "Manual Build" string for the Russian translation.
Closes #737
2015-02-03 11:47:07 +00:00
Adam Cooper 191c767bac Move CSS into separate file, fix width of plugins that use tables and adds table-responsive class for smaller screens.
Closes #755
2015-02-03 11:38:16 +00:00
Sergey Linnik a2dbe1378a Add query interpolation in PostgreSQL and SQLite plugin.
Closes #757
2015-02-03 11:33:55 +00:00
Sam Mousa eaf08b337d Fix parameters used to check if ssh-keygen exists to prevent an indefinite hang.
Closes #764
2015-02-03 11:15:52 +00:00
Dan Cryer f1b4c1246b Fixing missing docblock error. 2015-02-03 11:10:22 +00:00
Alex Davyskiba 46aae66700 Escape commit message from XSS and broken markup.
Closes #769
2015-02-03 10:27:36 +00:00
Nikolas Hagelstein 58688df7cd German language translation improvements.
Closes #774
2015-02-03 10:11:29 +00:00
Dan Cryer 6e230a6ea3 Fixing login is disabled checks 2015-01-22 09:17:58 +00:00
Dan Cryer 11789c4005 Merge branch 'master' of github.com:Block8/PHPCI 2015-01-13 12:38:48 +00:00
Dan Cryer 89c4308680 Fixing b8 logo and link on login screen. 2015-01-13 12:38:39 +00:00
Dan Cryer 5b40c2a769 Merge pull request #722 from REBELinBLUE/slack-bug-fix
Fixing issue with status overwriting message
2014-12-23 15:41:45 +00:00
Stephen Ball c69217e77a Fixing issue with status overwriting message 2014-12-23 15:30:09 +00:00
Dan Cryer a55fb8aedb Fixing Polish language name, docblocks in Lang helper. 2014-12-23 11:53:33 +00:00
Dan Cryer 4ae68d8893 Trying to reduce complexity of language init method. 2014-12-23 11:36:01 +00:00
Dan Cryer 13439e7cc7 Adding Ukranian language. 2014-12-22 16:23:29 +00:00
Dan Cryer 2469aeb970 Adding Italian language, closes #721 2014-12-22 16:23:20 +00:00
Marco Vito Moscaritolo 76264fc362 Update all IT config. 2014-12-22 16:18:53 +00:00
Marco Vito Moscaritolo f2b67730a9 Added translations for PHPCI application. 2014-12-22 16:18:53 +00:00
Marco Vito Moscaritolo c086b2febf Initial IT translation (not complete) 2014-12-22 16:18:53 +00:00
Dan Cryer c1ac322d93 Fixes 2014-12-22 16:18:33 +00:00
Stephen Ball 20f42256bd Cleanup of the disabled login mode.
Hides user menu, the navigation user panel, etc.

Closes #718
2014-12-22 16:12:51 +00:00
Stephen Ball 5837c3a530 Add a plugin to handle sending notifications to Slack (https://slack.com/)
Closes #720
2014-12-22 16:03:09 +00:00
Dan Cryer ead24da1a5 Hopefully re-greening the build. 2014-12-22 15:48:35 +00:00
Dan Cryer aa19b8aa49 Adding Greek and Polish language files. 2014-12-18 10:47:21 +00:00
Dan Cryer 3c1813ba3e Merge branch 'dc/languages' of github.com:Block8/PHPCI into dc/languages 2014-12-18 10:45:32 +00:00
Dan Cryer 5a9e71adc5 Merge fixes 2014-12-18 10:45:21 +00:00
Dan Cryer e2d901a54a Merge fixes 2014-12-18 10:16:31 +00:00
Alex Davyskiba 20736869c9 Update Gitlab URL parsing to no longer require a project namespace.
Closes #702
2014-12-18 10:02:43 +00:00
Lucas Gois b5f6e07068 Added support for gitlab merge requests
Added function to verify if a gitlab merge request is sent.
If yes, then will create a build for the source branch of the request.

Closes #699
2014-12-18 09:51:09 +00:00
Stephen Ball 9ced5a4097 New plugin to support PHP TAL linting.
Closes #701
2014-12-18 09:45:17 +00:00