Commit graph

124 commits

Author SHA1 Message Date
Dan Cryer
887800f5a5 Adding UTF-8 charset to login page. 2014-12-10 14:04:16 +00:00
Dan Cryer
3db08c7315 Switching to using moment.js for times in JS, rather than a custom solution. Fixes #688 2014-12-07 11:51:41 +00:00
Dan Cryer
fd0b391fb6 Making JSON_UNESCAPED_UNICODE change apply to 5.4+, whilst still supporting 5.3. 2014-12-07 11:12:56 +00:00
Nikolay Kirsh
62a9baf93d fix unicode strings in json 2014-12-07 11:11:32 +00:00
Dmitry Khomutov
094955018a Fixed wrong text for add plugin action 2014-12-07 11:07:07 +00:00
Dan Cryer
9faa7e7f39 Plugins 2014-12-04 14:40:28 +00:00
Dan Cryer
5635c38ed0 Users and Settings 2014-12-04 14:30:43 +00:00
Dan Cryer
cfe4566af2 Login, forgot password and password reset. 2014-12-04 13:24:46 +00:00
Dan Cryer
62b957fb83 View build 2014-12-04 13:08:48 +00:00
Dan Cryer
d08134d378 View Project 2014-12-04 12:19:06 +00:00
Dan Cryer
261806109d Add/Edit/View Project languages 2014-12-04 11:42:21 +00:00
Dan Cryer
95b7f271d1 Dashboard updated to support languages 2014-12-04 11:14:04 +00:00
Dan Cryer
5698cbac5b Merge branch 'master' of github.com:Block8/PHPCI into dc/languages 2014-12-04 10:23:16 +00:00
Dan Cryer
9ceb2841d8 Initial commit 2014-12-04 10:23:10 +00:00
Dan Cryer
53bca31c2a 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
43fef1539f Front-End Upgrade: New UI Based on Admin LTE.
Closes #673
2014-12-03 15:30:36 +00:00
Dan Cryer
bd47766d63 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
1fae0a26af Settings UI cleanup 2014-12-01 16:18:59 +00:00
Adam Cooper
abd50bf4bd 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
Dan Cryer
4d4912a09d Adding handling of HTTP 401 status codes in Ajax requests. Fixes #504 2014-07-30 14:32:38 +01:00
Dan Cryer
7137e3921f Remove call to non-existant function getPlugins() from the build status page.
Fixes #455
2014-07-29 16:18:36 +01:00
Bertram Truong
5b177ba8db fix http urls to use protocol relative urls 2014-07-10 08:49:55 -05:00
Dmitry Khomutov
c8288bf7e1 Project builds pagination improvements 2014-06-09 00:08:46 +07:00
Dmitry Khomutov
b577aaebfd Project builds pagination improvements 2014-06-08 23:46:42 +07:00
Alexandre Russo
9ed5179c2b Add quick links in menu and set position as fixed for better navigation 2014-05-19 16:12:14 +02:00
devzorg
3c269b8c10 Fix / Collapse and word wrap fix for a block with the ssh-key. 2014-05-17 21:36:25 +04:00
yourilima
a35703d15b Update view.phtml
Fix call to undefined method after changes in d63a029b74bae7eaa80619f78795e6b6d6ef31b7
2014-05-14 10:27:41 +02:00
Dan Cryer
f865d5c974 PHP 5.3 cleanup, fixes #360 2014-05-12 18:42:57 +01:00
Dan Cryer
3ce85ab54a 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
b5ef96c1a0 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
5c6bdbe071 Removing reference to getPlugins() from BuildsTable view 2014-05-12 14:58:48 +01:00
Dan Cryer
22b1245e9b Adding some form of exception handling to front-end requests 2014-05-09 12:04:42 +01:00
Dan Cryer
cf2d93f71a Adding forgot password functionality. 2014-05-08 21:38:32 +01:00
Dan Cryer
f3b0f041a1 Adding edit profile (and change password) option for users. 2014-05-08 17:59:08 +00:00
Alexander Wenzel
deeaa726e9 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
e45ffb7648 Make build page use PHPCI_URL for project link, fixes #378 2014-05-01 13:47:38 +01:00
Dan Cryer
81eff5e41c Make project overview table update when build list does on dashboard, fixes #336 2014-04-30 15:24:55 +01:00
Dan Cryer
15b880b2f0 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
616d52e025 UI updates 2014-04-30 14:13:07 +01:00
Dan Cryer
0512d3b5f8 UI improvements for the Build view screen 2014-04-25 11:25:46 +00:00
Dan Cryer
8685f2ac36 Adding per-page titles throughout PHPCI, fixes #371 2014-04-24 16:25:24 +01:00
Dan Cryer
8a7f048f4c Removing commented code from the installer 2014-04-10 16:31:10 +01:00
Dan Cryer
0a1c642381 Removing warning about install.php being present. 2014-04-10 15:37:54 +01:00
Steve B
99f9a93ef4 Merge pull request #282 from freez10/functionalIssues
Fix for #276
2014-03-25 22:13:29 +00:00
Dmitry Khomutov
73d29c83e0 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