Commit Graph

210 Commits

Author SHA1 Message Date
Karsten Heiken
6367493000 Add view to create new projects 2011-07-28 20:18:53 +02:00
Karsten Heiken
7821be22e7 Create getAll() in project controller 2011-07-28 20:18:31 +02:00
Karsten Heiken
2a8f4e1b97 Rename get to getById in project controller 2011-07-28 20:18:04 +02:00
Karsten Heiken
5cf99a7640 Set get* methods private in project model because they are not done 2011-07-28 20:12:16 +02:00
Karsten Heiken
18e5bf7c12 Reimplement deletion of projects 2011-07-28 20:10:49 +02:00
Karsten Heiken
273bfbd1e0 Remove DataMapper snippet from project controller 2011-07-28 20:09:53 +02:00
Karsten Heiken
8ef79d4e34 Implement basic project listing 2011-07-28 20:08:27 +02:00
Karsten Heiken
50a551da7a Implement project creation
ToDo: Enable uploading of configuration files and 3d models
2011-07-28 20:01:31 +02:00
Karsten Heiken
a3a5225143 Improve creation of new projects 2011-07-28 19:58:55 +02:00
Karsten Heiken
1419ee03bd Add link to dashboard so we can create projects 2011-07-28 19:57:26 +02:00
Karsten Heiken
b74c8501fc Add links to the dashboard and project list to the header 2011-07-28 19:56:50 +02:00
Karsten Heiken
015022503c Add table selector to stylesheet 2011-07-28 19:54:26 +02:00
Karsten Heiken
67aef80279 Rename configurations to trials 2011-07-28 19:53:47 +02:00
Karsten Heiken
19c963f6f6 Create a stupid-ass notification system
Later we should switch to something more sophisticated.
2011-07-28 18:38:37 +02:00
Karsten Heiken
f16720f8ff Remove unneeded stylsheet 2011-07-28 18:32:53 +02:00
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