Karsten Heiken
|
965d5b5c5a
|
Change notifications from ids to classes
|
2011-07-31 17:28:17 +02:00 |
|
Karsten Heiken
|
7777f31158
|
Add jQuery from the Google CDN
|
2011-07-31 17:23:25 +02:00 |
|
Karsten Heiken
|
ee6dd202b6
|
Create a programs controller
|
2011-07-31 16:41:19 +02:00 |
|
Karsten Heiken
|
052b32cc05
|
Add some getters to the program model
|
2011-07-31 16:40:01 +02:00 |
|
Karsten Heiken
|
b81794fe77
|
Add some commonly used buttons to the dashboard
|
2011-07-31 16:39:42 +02:00 |
|
Karsten Heiken
|
d89c2b087c
|
Change buttons to Google style
|
2011-07-31 15:57:08 +02:00 |
|
Karsten Heiken
|
6dd68d8f7d
|
Add link to create a new trial
|
2011-07-31 15:02:14 +02:00 |
|
Karsten Heiken
|
c98ca7ee44
|
Load projects dynamically in the sidebar
Code in views sucks. Yes.
Anyway, this is simplest way.
Simplicity = Good
Signed-off-by: Karsten Heiken <karsten@disposed.de>
|
2011-07-31 14:52:50 +02:00 |
|
Karsten Heiken
|
2437060483
|
Create temporary method to get own projects
TODO: Change this to the actual user after we implemented sessions
|
2011-07-31 14:51:13 +02:00 |
|
Karsten Heiken
|
02e921c435
|
Load parameters dynamically when creating a new trial
When creating a project we read the available parameters
from the database.
|
2011-07-31 14:43:53 +02:00 |
|
Karsten Heiken
|
e86d90cd0c
|
Create a program model
|
2011-07-31 14:42:06 +02:00 |
|
Karsten Heiken
|
c6cc599d10
|
Create prototype for trial management
|
2011-07-31 14:07:54 +02:00 |
|
Karsten Heiken
|
adae20d957
|
Update DataMapper even if it's not needed
|
2011-07-28 20:20:09 +02:00 |
|
Karsten Heiken
|
33853da2b1
|
Add view to display the details of a project
|
2011-07-28 20:19:29 +02:00 |
|
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
|
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
|
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
|
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 |
|