Commit Graph

395 Commits

Author SHA1 Message Date
Karsten Heiken
babe7e2368 Move api controller to the root directory.
There are very few actions to perform through the api. We do not
need a special directory for them.
2011-07-22 17:21:58 +02:00
Karsten Heiken
2818fd0cec Remove ext-bullshit from project model. We don't need that crap now. 2011-07-22 17:00:12 +02:00
Karsten Heiken
94bc8d17e5 Put dummy text onto dashboard. 2011-07-22 16:44:40 +02:00
Karsten Heiken
262cdfd227 Create stub dashboard controller and language file 2011-07-22 16:40:56 +02:00
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
fffbe4a153 Add new template-assets to the project. 2011-07-22 16:10:13 +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
Eike Foken
0febd9621b Add application/logs to gitignore 2011-05-26 17:34:12 +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
6697265571 Add inuit css boilerplate 2011-05-19 18:28:22 +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
2d4a9a7745 Decorate logo with cool mathematics ;-) 2011-04-22 21:00:56 +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