Karsten Heiken
|
3f65f0017e
|
Set correct paths for the assets.
|
2011-07-22 16:39:53 +02:00 |
|
Karsten Heiken
|
c05f97b591
|
Change default controller to 'dashboard' for now.
|
2011-07-22 16:39:34 +02:00 |
|
Karsten Heiken
|
022e0eb981
|
Add static views so the devs are on the same page.
|
2011-07-22 16:20:48 +02:00 |
|
Karsten Heiken
|
a6b0eaab5e
|
Move Eike's config-stuff to a new folder so he can deal with it later.
|
2011-07-22 16:07:38 +02:00 |
|
Karsten Heiken
|
3395b43b5d
|
Move API into new folder for better managability.
|
2011-07-22 16:06:48 +02:00 |
|
Karsten Heiken
|
e6d51fa0b5
|
Remove all views.
We're gonna create new ones.
The old ones suck.
Signed-off-by: Karsten Heiken <karsten@disposed.de>
|
2011-07-22 16:06:02 +02:00 |
|
Karsten Heiken
|
98434eddbb
|
Include Datamapper ORM
|
2011-05-29 14:57:33 +02:00 |
|
Karsten Heiken
|
58317382f4
|
Fix bug when updating the lastaccess time of a project
|
2011-05-26 19:11:04 +02:00 |
|
Karsten Heiken
|
8549a29edf
|
Merge branch 'feature-projectmanagement' of disposed.de:scattport
|
2011-05-26 18:07:51 +02:00 |
|
Eike Foken
|
7311a8fb31
|
Move configurations.php to configurations/index.php
|
2011-05-26 17:42:24 +02:00 |
|
Eike Foken
|
24ce65fcc8
|
Add header view and controller for configuration fields
|
2011-05-26 17:35:37 +02:00 |
|
Karsten Heiken
|
ea9a9c2fb8
|
Fix listing of configurations belonging to a project
|
2011-05-23 15:12:22 +02:00 |
|
Karsten Heiken
|
6452d6313a
|
Add basic(!) html sites to display project information
|
2011-05-19 18:29:21 +02:00 |
|
Karsten Heiken
|
628b273954
|
Add create() and delete() to configuration model
|
2011-05-08 20:20:58 +02:00 |
|
Karsten Heiken
|
1afccc3b9c
|
Add create() and delete() to job model
|
2011-05-08 20:16:45 +02:00 |
|
Karsten Heiken
|
c7f9166b18
|
Add create() and delete() to server model
|
2011-05-08 20:13:08 +02:00 |
|
Karsten Heiken
|
516651f2e2
|
Use ActiveRecord for get() in project model
|
2011-05-08 20:07:11 +02:00 |
|
Karsten Heiken
|
45ee74d304
|
Remove counting of configurations in project model
If we need to know how many configurations we've got,
we can simply count them when needed...
|
2011-05-08 20:02:45 +02:00 |
|
Karsten Heiken
|
0bfad8004d
|
Add create() and delete() to project model
|
2011-05-08 20:00:27 +02:00 |
|
Karsten Heiken
|
4b0f9f8099
|
Add date and hash helpers and autoload them
|
2011-05-08 19:56:13 +02:00 |
|
Karsten Heiken
|
cb63df2405
|
Make server update() more generic
|
2011-05-08 19:55:40 +02:00 |
|
Eike Foken
|
6a1ae19983
|
Improve settings window and cleanup
|
2011-05-06 12:33:43 +02:00 |
|
Eike Foken
|
90c27d82cd
|
Delete script helper and extend HTML helper instead
|
2011-04-23 12:53:37 +02:00 |
|
Eike Foken
|
d5af05f859
|
Get rid of jQuery
|
2011-04-23 12:07:11 +02:00 |
|
Eike Foken
|
07d5459c9b
|
Fix background color
|
2011-04-22 20:26:13 +02:00 |
|
Eike Foken
|
3dd8db9cc5
|
Fix saving the settings to database
|
2011-04-22 19:52:15 +02:00 |
|
Eike Foken
|
b70dc810b9
|
Implement settings window in external file
|
2011-04-22 19:33:12 +02:00 |
|
Eike Foken
|
b754891871
|
Merge branch 'master' of disposed.de:scattport
|
2011-04-22 14:06:27 +02:00 |
|
Eike Foken
|
8d2e8c0fe0
|
Add js language support
|
2011-04-22 14:06:11 +02:00 |
|
Karsten Heiken
|
bdd469be32
|
Use the actual project id when requesting it, not the node-path
|
2011-04-22 13:16:44 +02:00 |
|
Karsten Heiken
|
8532a5d278
|
Add sample configs for easier installation
|
2011-04-22 12:34:10 +02:00 |
|
Karsten Heiken
|
2b69148b2f
|
Shorter translation for "failed"
|
2011-04-22 11:29:47 +02:00 |
|
Karsten Heiken
|
8bbc04513e
|
Add state 'failed' to a job
|
2011-04-22 10:54:30 +02:00 |
|
Karsten Heiken
|
1d655b724a
|
Use count() instead of num_rows() when generating JSON
|
2011-04-22 10:50:45 +02:00 |
|
Karsten Heiken
|
06c96140dc
|
Use a global style scheme
Controllers: underscores
Models: CamelCase
|
2011-04-22 03:44:23 +02:00 |
|
Karsten Heiken
|
cf00dcf39b
|
Merge branch 'master' of disposed.de:scattport
|
2011-04-22 03:24:27 +02:00 |
|
Karsten Heiken
|
79a2b3bafb
|
Split job logic into model and controller
There was a weird mix between the both of them.
|
2011-04-22 03:24:18 +02:00 |
|
Karsten Heiken
|
b813f9b5f3
|
Add server model
|
2011-04-22 03:19:52 +02:00 |
|
Karsten Heiken
|
d750a029bb
|
Add internationalization to jobs controller
|
2011-04-22 03:12:09 +02:00 |
|
Eike Foken
|
8892918a7a
|
Merge branch 'master' of disposed.de:scattport
|
2011-04-22 02:56:12 +02:00 |
|
Eike Foken
|
7a7b05652c
|
Fix some function calls in user model
|
2011-04-22 02:55:53 +02:00 |
|
Eike Foken
|
e81f68136a
|
Show the correct language icon in header
|
2011-04-22 02:55:15 +02:00 |
|
Karsten Heiken
|
43007a3c49
|
Merge branch 'feature_rpc'
|
2011-04-22 02:55:00 +02:00 |
|
Karsten Heiken
|
8a977e9f33
|
Merge branch 'master' of disposed.de:scattport
|
2011-04-22 02:54:50 +02:00 |
|
Karsten Heiken
|
b381e54d99
|
Implement a simple rpc system
Servers can transmit their workload and jobstatus updates.
|
2011-04-22 02:54:24 +02:00 |
|
Eike Foken
|
2ee4d42d7c
|
Implement URI language detection
|
2011-04-22 02:38:25 +02:00 |
|
Eike Foken
|
ad2adc9742
|
Begin implementing a custom session class
|
2011-04-22 02:09:36 +02:00 |
|
Karsten Heiken
|
55f4fc9b66
|
Fixed a bug when accessing the session userdata
|
2011-04-22 02:02:47 +02:00 |
|
Karsten Heiken
|
21f1c5320b
|
Add project id to the project tree
|
2011-04-22 01:56:44 +02:00 |
|
Karsten Heiken
|
f01bf8759b
|
Change reference to session-field 'id' to 'user_id'
|
2011-04-22 01:51:36 +02:00 |
|