Commit graph

169 commits

Author SHA1 Message Date
Dan Cryer cea124cfaa Login, forgot password and password reset. 2014-12-04 13:24:46 +00:00
Dan Cryer 4a03e01c3f View build 2014-12-04 13:08:48 +00:00
Dan Cryer 54765bf823 View Project 2014-12-04 12:19:06 +00:00
Dan Cryer cc58191048 Add/Edit/View Project languages 2014-12-04 11:42:21 +00:00
Dan Cryer f6e433a94d Dashboard updated to support languages 2014-12-04 11:14:04 +00:00
Dan Cryer 56bbf13f34 Merge branch 'master' of github.com:Block8/PHPCI into dc/languages 2014-12-04 10:23:16 +00:00
Dan Cryer 050fdda848 Initial commit 2014-12-04 10:23:10 +00:00
Dan Cryer 60dab35f1e Fixing fatal error on dashboard, also adding slim view for installs with more than 10 projects 2014-12-03 20:26:32 +00:00
Dan Cryer 9eeaabc6fe Front-End Upgrade: New UI Based on Admin LTE.
Closes #673
2014-12-03 15:30:36 +00:00
Dan Cryer f562de55c7 Allow PHPCI to mark builds as failed if the builder crashed, after a user-defined timeout. Limit to one build per project in RunCommand.
Fixes #623
2014-12-01 17:04:03 +00:00
Dan Cryer 28292967a8 Settings UI cleanup 2014-12-01 16:18:59 +00:00
Adam Cooper 0aa342e774 Adding a branch filter to the project page, allowing users to view builds from a specific branch.
Closes #600
2014-10-16 16:10:24 +01:00
Marc Aschmann a5d5be1a8b Merge remote-tracking branch 'block8/master' 2014-08-05 13:44:32 +02:00
Dan Cryer c6529b6832 Adding handling of HTTP 401 status codes in Ajax requests. Fixes #504 2014-07-30 14:32:38 +01:00
Dan Cryer cd12b9ee31 Remove call to non-existant function getPlugins() from the build status page.
Fixes #455
2014-07-29 16:18:36 +01:00
Marc Aschmann 1dcc483ccb resolves #497 added feature to disable auth with a default user 2014-07-15 11:39:06 +02:00
Bertram Truong 14ace86098 fix http urls to use protocol relative urls 2014-07-10 08:49:55 -05:00
Corpsee 53e8a432a2 Project builds pagination improvements 2014-06-09 00:08:46 +07:00
Corpsee bfb40df19a Project builds pagination improvements 2014-06-08 23:46:42 +07:00
Alexandre Russo 69cb67913e Add quick links in menu and set position as fixed for better navigation 2014-05-19 16:12:14 +02:00
devzorg 251f08c6b8 Fix / Collapse and word wrap fix for a block with the ssh-key. 2014-05-17 21:36:25 +04:00
yourilima 1652e3ccfe Update view.phtml
Fix call to undefined method after changes in d63a029b74
2014-05-14 10:27:41 +02:00
Dan Cryer 84cfda3538 PHP 5.3 cleanup, fixes #360 2014-05-12 18:42:57 +01:00
Dan Cryer b4c0783f4d Adding a warning that PHPCI can't save your settings if the config.yml file is not writeable, fixes #369 2014-05-12 18:37:48 +01:00
Dan Cryer 9d58add843 Removing PHPCI's attempt to install plugins via composer automatically, as it usually doesn't work. See #395 2014-05-12 18:26:44 +01:00
Dan Cryer 328e579037 Removing reference to getPlugins() from BuildsTable view 2014-05-12 14:58:48 +01:00
Dan Cryer b146af66b7 Adding some form of exception handling to front-end requests 2014-05-09 12:04:42 +01:00
Dan Cryer 6b0d210344 Adding forgot password functionality. 2014-05-08 21:38:32 +01:00
Dan Cryer 0654bcccee Adding edit profile (and change password) option for users. 2014-05-08 17:59:08 +00:00
Alexander Wenzel 5b7177f9aa Fix broken project view layout
Layout was broken for projects, that are not 'github', 'gitlab' or 'bitbucket' due to misplaced `endif;`
2014-05-01 19:00:46 +02:00
Dan Cryer 31ee6522c1 Make build page use PHPCI_URL for project link, fixes #378 2014-05-01 13:47:38 +01:00
Dan Cryer 146470f39d Make project overview table update when build list does on dashboard, fixes #336 2014-04-30 15:24:55 +01:00
Dan Cryer c50f7d07f2 Adding a basic external project status page, accessible via /build-status/view/{id}. Fixes #353 2014-04-30 15:00:35 +01:00
Dan Cryer a474a5d179 UI updates 2014-04-30 14:13:07 +01:00
Dan Cryer ab848b9ebf UI improvements for the Build view screen 2014-04-25 11:25:46 +00:00
Dan Cryer 08afe7b104 Adding per-page titles throughout PHPCI, fixes #371 2014-04-24 16:25:24 +01:00
Dan Cryer 2b791b1f3b Removing commented code from the installer 2014-04-10 16:31:10 +01:00
Dan Cryer efe8529d3f Removing warning about install.php being present. 2014-04-10 15:37:54 +01:00
Steve B 2fe80bdd00 Merge pull request #282 from freez10/functionalIssues
Fix for #276
2014-03-25 22:13:29 +00:00
Corpsee af22da6a1c Fixed CommitId link 2014-03-13 00:05:53 +07:00
Dan Cryer b4c931be6b Adding committer email to build view 2014-02-26 15:33:11 +00:00
Pavel Pavlov e7dcd82125 This fixes #276 : Delete Build button not functioning in view build 2014-02-26 15:50:01 +04:00
meadsteve 1f42741623 Merge branch 'master' of https://github.com/Block8/PHPCI into plugin-discovery 2014-02-25 19:26:25 +00:00
Dan Cryer 0193f07de2 Making commit links work throughout the UI 2014-02-25 17:00:05 +00:00
Dan Cryer eaec52b525 Adding commit message to Build 2014-02-25 16:43:06 +00:00
Dan Cryer 73abea2485 Adding a formatted email for build fails 2014-02-24 21:04:08 +00:00
Dan Cryer 1ddce31488 Updating PHPCI to support new b8framework release 2014-02-24 15:30:44 +00:00
kodok-buncit 30b3be7c2d fix wrong url on view 2014-02-18 18:41:39 +07:00
Wogan May 37f06defc7 Fixing short tags 2014-01-28 23:27:39 +02:00
Pavel Pavlov df2a8aeac2 Fixes #236 Javascript bug, delete build error 2013-12-31 13:46:23 +04:00
meadsteve 4b9207e05f update plugin controller to display plugin information as well as composer package information. 2013-12-29 17:35:33 +00:00
Dan Cryer 123815aec9 Fix for #210 2013-12-09 16:27:39 +00:00
Pavel Pavlov 148d30f74e Don't redirect or reload a page when confirmation dialog wasn't confirmed 2013-12-07 19:36:50 +04:00
Pavel Pavlov 6c0aed7f28 UI Improvement: Modal confirmation dialog for deletion actions 2013-11-27 21:04:24 +04:00
Pavel Pavlov f7e396d04c Fixed merging bug 2013-11-27 18:14:40 +04:00
Pavel Pavlov 27e3b8b469 UI Improvement: Modal confirmation dialog 2013-11-27 18:09:14 +04:00
Jimmy Cleuren 8c127d692c catching permission error 2013-11-18 22:47:44 +01:00
born_free 6b015d3106 fixed XSS in user name and project name properties 2013-11-02 16:39:55 -07:00
Allister Antosik e120773803 Added warning message if install.php is detected
If the file install.php is detected an alert-danger message is
displayed on all pages.
2013-10-15 19:19:44 +01:00
Dan Cryer 2a47b08fec Removed Github configuration from ProjectController / ProjectForm and added it to a new settings area. 2013-10-11 21:51:23 +01:00
Dan Cryer d46ea12dd7 Fixing summary table so it doesn't completely die when there is a running build. 2013-10-10 01:26:06 +01:00
Dan Cryer 77fae9a56d Holy cleanup, batman. 2013-10-10 01:01:06 +01:00
Dan Cryer 160097182f New plugins screen 2013-10-08 16:28:46 +01:00
Dan Cryer edc4fc1b1b Fixes 2013-10-08 13:52:05 +01:00
Dan Cryer 8f6766d1ae Adding favicon, fixes #71 2013-10-08 09:08:52 +01:00
Dan Cryer deb71ec9e2 Fixes #125 2013-10-08 07:50:42 +01:00
Dan Cryer b33189e08e UI plugins, including quality trend chart, logs and lines of code. Some UI tweaks. 2013-10-08 07:21:46 +01:00
Dan Cryer ef4862e39a Adding extended latin character set for the roboto font 2013-10-07 12:58:15 +01:00
Dan Cryer a39944a97c Merge pull request #154 from grogy/visual-style
fixed visual style (spaces, aligment, etc.)
2013-09-27 07:19:04 -07:00
Václav Makeš 05e42cc831 added extended latin for font 2013-09-20 23:28:59 +02:00
Václav Makeš b4f5b2f731 fixed visual style (spaces, aligment, etc.) 2013-09-20 23:18:22 +02:00
Dan Cryer b7bf0fed51 Merge pull request #150 from c2is/master
Added GitLab infos (WebHook url) in the project page if it's a GitLab's project
2013-09-20 09:10:15 -07:00
Dan Cryer c84a6a35b2 Merge pull request #149 from brooksie155/master
Small updates
2013-09-20 09:09:50 -07:00
Roy Lindauer 0282e68119 Renamed IndexController to HomeController to avoid errors with Apache Multiviews. Related to issue #74
Updated ajax url request path in index.phtml
2013-09-19 23:51:04 -07:00
a.cianfarani e91b9426e0 Correct indentation 2013-09-19 09:46:29 +02:00
a.cianfarani 4cad2b4078 Added GitLab infos (WebHook url) in the project page if it's a GitLab's project 2013-09-19 09:34:51 +02:00
Stephen Brooks fd3097514b Fix fatal error when $project is not set, which prevents access to Interface 2013-09-18 09:57:44 +01:00
Stephen Brooks df32fcbbd4 Fix bug resulting in UI displaying errors (level of error reporting enabled may have been partially cause) when project object not set. 2013-09-18 09:56:13 +01:00
Cam Spiers 5b148ecc8e Fix issue with non-use resources are loaded from an ssl served document 2013-08-20 21:58:26 +12:00
Dan Cryer 0723c5d964 Updating PHPCI to use its new logo 2013-08-02 08:55:09 +01:00
Alex Russell 9bb21fc01a Fixed bootstrap table and label classes (mainly the danger ones) 2013-08-01 16:40:40 +01:00
Dan Cryer eac86ff2bd Finishing updates to make PHPCI use Bootstrap v3, as per issue #99 2013-07-31 21:04:34 +01:00
Dan Cryer 8b5abc1f98 Initial work on upgrading to Bootstrap v3 2013-08-01 11:55:10 +01:00
Dan Cryer b47dfbd0b3 Various bug fixes 2013-07-30 02:55:29 +01:00
mrafalko 3b5db87c31 removed inline JS, added e.preventDefault to avoid redirecting to 'false' URL 2013-07-26 00:48:08 +03:00
mrafalko 763d681eaf added class to make button like other buttons on the site 2013-07-26 00:29:27 +03:00
mrafalko 549a022b0e replaced alpha word with beta [main logo] 2013-07-25 23:58:16 +03:00
Maks Rafalko dc77992fd2 Hide message when local repositary is used
Hide message about hooks when local repositary is used
2013-07-15 23:56:51 +03:00
Gabriel Baker b2fc63511b summary tweaks 2013-06-09 20:29:49 +01:00
Gabriel Baker d02e5d86d0 Merge branch 'master' of git://github.com/Block8/PHPCI into feature/summaryview 2013-06-09 20:15:58 +01:00
Dan Cryer bbb40ee89b Merge pull request #77 from gabriel403/feature/uitweaks
You certainly can has merge.
2013-06-06 12:25:38 -07:00
Gabriel Baker 8e200015b6 linkificationism 2013-06-05 22:34:21 +01:00
Gabriel Baker 9323797900 ui 2013-06-05 20:59:05 +01:00
Gabriel Baker 396428cc82 ui tweaks 2013-06-05 17:13:00 +01:00
Dan Cryer 05b32b6d53 Adding patch to fix pagination, closes #73 2013-06-05 14:55:52 +01:00
Gabriel Baker ef310645ef added last build status background color 2013-06-05 09:46:42 +01:00
Gabriel Baker fa721fe0ff build link 2013-06-05 06:49:49 +01:00
Gabriel Baker aef90eefa9 Some more summary tweaks 2013-06-05 06:45:04 +01:00
Gabriel Baker 76adf14b28 Initial summary changes 2013-06-05 06:23:47 +01:00
Gabriel Baker 9574b63470 css and html tweaks for plugin statueses in builds 2013-06-04 19:14:47 +01:00