Commit Graph

60 Commits

Author SHA1 Message Date
Karsten Heiken
b6a845ee9d Tix fypo in projects controller 2011-08-01 15:43:03 +02:00
Karsten Heiken
f898d7692a Preparation for a result browser 2011-08-01 14:56:03 +02:00
Karsten Heiken
38d036d4ac Use messaging system instead of insertion into views 2011-08-01 14:55:02 +02:00
Karsten Heiken
bde68b776f Unset active project when viewing the dashboard 2011-08-01 14:54:22 +02:00
Karsten Heiken
3ac2b061fa Use messaging system instead of insertion into views 2011-08-01 14:54:04 +02:00
Karsten Heiken
9a4fcebc83 Store the active project in session data 2011-08-01 14:53:05 +02:00
Karsten Heiken
48b2b916a6 Header 301 'See Other' instead of HTTP redirect 2011-08-01 14:51:14 +02:00
Karsten Heiken
8583df746f Remove static notifications and load them via ajax 2011-08-01 14:50:31 +02:00
Karsten Heiken
428e384b08 Improve form for creating new trials 2011-08-01 13:18:03 +02:00
Karsten Heiken
6d924be68c Set the @author in my files 2011-08-01 11:04:07 +02:00
Karsten Heiken
8f2c467135 Add the MIT license to all my files 2011-08-01 10:58:26 +02:00
Karsten Heiken
bb624c7ada Remove Eikes stashed files. No longer needed 2011-08-01 10:50:33 +02:00
Karsten Heiken
c648715fd0 Add prototype for a settings page 2011-07-31 19:10:43 +02:00
Karsten Heiken
89067dddcf Spaces to tabs 2011-07-31 18:32:28 +02:00
Karsten Heiken
abf1746924 Remove tree helper
We don't need it anymore, since we got rid of Ext. Thank goodness.
2011-07-31 18:07:07 +02:00
Karsten Heiken
62307b5dd8 Implement basic authentication
TODO: Forgot password, Registration, and so on
2011-07-31 17:55:02 +02:00
Karsten Heiken
0abec5ecea Get completely rid of ExtJS for good
Fuck that shit!

Signed-off-by: Karsten Heiken <karsten@disposed.de>
2011-07-31 17:38:24 +02:00
Karsten Heiken
ee6dd202b6 Create a programs controller 2011-07-31 16:41:19 +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
c6cc599d10 Create prototype for trial management 2011-07-31 14:07:54 +02:00
Karsten Heiken
273bfbd1e0 Remove DataMapper snippet from project controller 2011-07-28 20:09:53 +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
67aef80279 Rename configurations to trials 2011-07-28 19:53:47 +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
262cdfd227 Create stub dashboard controller and language file 2011-07-22 16:40:56 +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
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
6452d6313a Add basic(!) html sites to display project information 2011-05-19 18:29:21 +02:00
Eike Foken
6a1ae19983 Improve settings window and cleanup 2011-05-06 12:33:43 +02:00
Eike Foken
3dd8db9cc5 Fix saving the settings to database 2011-04-22 19:52:15 +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
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
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
d750a029bb Add internationalization to jobs controller 2011-04-22 03:12:09 +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
Karsten Heiken
55f4fc9b66 Fixed a bug when accessing the session userdata 2011-04-22 02:02:47 +02:00
Karsten Heiken
f01bf8759b Change reference to session-field 'id' to 'user_id' 2011-04-22 01:51:36 +02:00
Karsten Heiken
c4fce88509 Move getting of a project to the model 2011-04-22 01:29:01 +02:00
Karsten Heiken
32478703f6 Actually check which user is logged in 2011-04-22 01:07:05 +02:00
Karsten Heiken
78b7dd808a Merge branch 'master' of disposed.de:scattport 2011-04-22 01:04:44 +02:00
Karsten Heiken
e60f325a94 Add basic support for configurations 2011-04-22 01:03:16 +02:00
Karsten Heiken
bfddf1af9a Enable searching for projects 2011-04-22 01:02:39 +02:00
Eike Foken
f5795b8721 Improve login 2011-04-22 00:32:39 +02:00
Karsten Heiken
43aadf541d Merge branch 'master' of disposed.de:scattport into feature-projectconfigs 2011-04-21 23:50:29 +02:00