Commit Graph

502 Commits

Author SHA1 Message Date
Karsten Heiken
f69f56597a Add two date helpers
- time_diff() to count the seconds between two datetimes
- secondsToString() to make a pretty string from seconds
2011-09-09 21:08:10 +02:00
Eike Foken
1b34fded3b Fix PHP errors on logout 2011-09-09 15:04:56 +02:00
Eike Foken
00f5a77828 Breadcrumbs in experiment creation 2011-09-09 01:03:00 +02:00
Eike Foken
16517382da Add message if a project is not shared 2011-09-09 00:49:11 +02:00
Eike Foken
a017aaff06 Complete shares implementation 2011-09-09 00:27:56 +02:00
Eike Foken
4832e8eab0 Add simple user profiles 2011-09-09 00:02:44 +02:00
Eike Foken
afe3e5d00e Add icons to project sidebar 2011-09-08 22:21:51 +02:00
Eike Foken
33b8c51038 Again: Breadcrumbs for projects 2011-09-08 18:25:28 +02:00
Eike Foken
bb52b8fcbd Fix project selection in header 2011-09-08 18:11:56 +02:00
Eike Foken
a04e30a5bb Fix form for experiment creation 2011-09-08 18:02:52 +02:00
Eike Foken
d40b2fb748 Breadcrumbs in projects 2011-09-08 17:56:21 +02:00
Eike Foken
afad9c3c89 Fix projects lists in header 2011-09-08 16:23:33 +02:00
Eike Foken
2a533dc9f1 Fix access check for projects 2011-09-08 16:00:49 +02:00
Eike Foken
e106201d9d Add share model to autoload 2011-09-08 16:00:08 +02:00
Eike Foken
e02b3442cd Fix project links in header 2011-09-08 15:42:13 +02:00
Eike Foken
bf40c38f13 Implement project shares 2011-09-08 05:20:00 +02:00
Eike Foken
eb66f38891 Remove "Beispielprojekt" from public projects 2011-09-08 03:25:09 +02:00
Eike Foken
d7ed30e1ba Implement public projects 2011-09-08 03:21:54 +02:00
Eike Foken
7b329f4501 Rename 'trial' to 'experiment' 2011-09-08 01:37:32 +02:00
Eike Foken
33e116ed60 Fix trial creation 2011-09-08 00:10:52 +02:00
Eike Foken
7b98b416ee Remove superfluous load of view 2011-09-08 00:04:53 +02:00
Karsten Heiken
f068ee9ee0 Use medium length name for the "my projects" list 2011-09-07 17:42:53 +02:00
Karsten Heiken
fe2ca1593c Add default selection to the dropdown in the header
The logic to set a current project is still borked!
2011-09-07 17:40:37 +02:00
Karsten Heiken
208d4bf873 Merge branch 'master' of disposed.de:scattport
Conflicts:
	application/config/autoload.php
	application/views/header.php
2011-09-07 17:04:46 +02:00
Karsten Heiken
c651655bd7 Remove superfluous comment 2011-09-07 16:45:11 +02:00
Karsten Heiken
163bd6aa7b Microrefactoring: Compact Projects::index() 2011-09-07 16:44:12 +02:00
Karsten Heiken
38cef056f3 Use shorter project name in header and project list 2011-09-07 16:43:29 +02:00
Karsten Heiken
61906999bf Add function to generate shorter names in project model 2011-09-07 16:42:38 +02:00
Karsten Heiken
9eaef4263b Automatically load the text helper
We're gonna need it in various places.
2011-09-07 16:40:29 +02:00
Karsten Heiken
6f39d54d87 Fix erroneous max_size setting in trial upload and set it to 64m
The php.ini contains a value like "512M" which is
not parseable by CodeIgniter's upload-library which only
accepts kilobyte values.
2011-09-07 14:20:20 +02:00
Karsten Heiken
4905182a4b Fix erroneous query when getting a server by its id 2011-09-07 14:15:17 +02:00
Karsten Heiken
52ee271f1a Change 'Own projects' to 'My projects' 2011-09-07 14:14:05 +02:00
Eike Foken
b5e65d229f Remove use of script_tag() 2011-09-04 23:48:11 +02:00
Eike Foken
88b9742f4f Merge branch 'master' of disposed.de:scattport 2011-09-04 23:43:38 +02:00
Eike Foken
5ea117aeb8 Improve asset library 2011-09-04 23:43:32 +02:00
Karsten Heiken
c38330fcac Add static pages for license and about
The about page needs more information.
But we'll get to that later.
2011-09-03 13:13:09 +02:00
Karsten Heiken
79ea096959 Change link target from legal to license 2011-09-03 13:12:46 +02:00
Karsten Heiken
48f40fa986 Fix problem with SITE_URL not appending a slash 2011-09-03 13:01:04 +02:00
Karsten Heiken
d9794cceb3 Fix search button: use correct path for image inclusion 2011-09-03 12:50:30 +02:00
Karsten Heiken
ba140f8322 It's togglable, not toggleable
ref: http://en.wiktionary.org/wiki/togglable
2011-09-03 12:48:09 +02:00
Karsten Heiken
32871491e3 Fix login view. Move from link_tag() to asset() 2011-09-03 11:42:10 +02:00
Eike Foken
43cf335ffc Code format and some fixes in header 2011-09-02 04:44:31 +02:00
Eike Foken
82fc9871fb Extend CI's config class to create relative URLs 2011-09-02 04:35:16 +02:00
Eike Foken
554edb1f0c Implement a simple asset library and use it 2011-09-02 04:34:16 +02:00
Eike Foken
20a1ea85b3 Fix language library for GET array 2011-09-01 20:26:59 +02:00
Eike Foken
9d60c5457c Use GET array for language selection 2011-09-01 20:04:31 +02:00
Eike Foken
82b13d758d Format config files 2011-09-01 19:59:58 +02:00
Eike Foken
a217d0e085 Create new calculation menu 2011-09-01 17:39:06 +02:00
Eike Foken
b9856c3e5f Add logos to footer 2011-09-01 17:38:29 +02:00
Eike Foken
6f00a3129c Add chevrons in toggleable menus 2011-09-01 16:52:02 +02:00