denise
525b2dcb33
CC-4895: Remove all json die() statements from code
...
- removed json_encode
2013-02-07 15:41:47 -05:00
denise
d4e89df94e
CC-4895: Remove all json die() statements from code
2013-01-31 14:06:45 -05:00
James
9ae3559305
Merge branch 'cc-4384-remove-table-calling-with-cc-config' into devel
...
Conflicts:
airtime_mvc/application/Bootstrap.php
2013-01-14 16:19:51 -05:00
James
5a97fb69f2
CC-4384: Remove annoying usage of $CC_CONFIG
...
- done
2013-01-14 16:16:14 -05:00
Martin Konecny
fae3f3a03f
CC-2184: Hardcoded CSS path should be relative path instead
...
-Make '/' the default root
2013-01-14 16:00:38 -05:00
denise
a0be1c647e
CC-4786: Refresh page when language setting changes
...
-configure localization and reinitiliaze edit user form after the user locale is set
2013-01-10 14:01:03 -05:00
denise
2797809c74
CC-4786: Refresh page when language setting changes
...
-done
2013-01-10 13:55:52 -05:00
denise
1572955d07
CC-4810: Add language setting to login page
...
-done
2013-01-09 18:03:23 -05:00
denise
db62b538dd
CC-4816: Timezones should be a user preference
...
-done
2013-01-09 13:38:38 -05:00
denise
f887ca3d8d
CC-4813: Users -> Do not save username on User Management page
...
-fixed
2013-01-09 13:25:18 -05:00
denise
6097196dd7
CC-4813: Users -> Do not save username on User Management page
...
-fixed
2013-01-08 15:52:56 -05:00
denise
32fd92c892
CC-4787: Edit User: Don't save username field
...
-fixed
2013-01-04 11:38:49 -05:00
denise
e2c87ed8b6
CC-4781: Store localization settings on a per-user basis
...
-done
2013-01-03 16:19:02 -05:00
denise
dd5882984e
CC-4736: Let non-admin users update their user info
...
-done but needs design
2012-12-10 16:55:44 -05:00
denise
2ce530c5bd
CC-1960: Internationalize Airtime / Support translations
...
- fix to some controller strings
2012-11-20 11:33:37 -05:00
denise
5adadc2e91
CC-1960: Internationalize Airtime / Support translations
...
- added gettext wrapper function to all strings in controllers
2012-11-20 11:33:37 -05:00
denise
c0e54c64cd
CC-4685: System -> User: Unique username error
...
-fixed
2012-11-12 12:29:07 -05:00
denise
3a7700eaac
CC-4583: Use AJAX calls instead of refreshing entire page
...
-done
2012-10-26 18:09:30 -04:00
denise
d32495d100
CC-2184: Hardcoded CSS path should be relative path instead
2012-10-19 11:09:34 -04:00
Rudi Grinberg
20b79374e2
Removed empty method
2012-09-19 10:25:29 -04:00
Rudi Grinberg
a9eefe21fa
cc-4304: Add call to save after each file reassignment
2012-09-18 18:20:33 -04:00
Martin Konecny
6420e6a830
remove trailing whitespace
2012-09-18 17:22:14 -04:00
Rudi Grinberg
72e6ee35fa
cc-4304: Temporarily fixed
2012-09-18 15:26:43 -04:00
Rudi Grinberg
ba08355c38
quick fix
2012-09-14 16:16:52 -04:00
Rudi Grinberg
79ce7b572c
cc-4202: Fixed
2012-09-14 14:51:50 -04:00
Rudi Grinberg
b28116f622
removed empty space
2012-09-13 11:34:00 -04:00
Rudi Grinberg
a0a4094332
cc-4304: Small refactoring
2012-08-30 16:00:14 -04:00
Rudi Grinberg
a11ec08154
cc-4304: Implemented default behaviour to cascade delete all the files
2012-08-30 15:23:12 -04:00
Rudi Grinberg
ea2595d70f
Documeneted funny quirk related to creating a password
2012-08-30 12:26:36 -04:00
Rudi Grinberg
dcc9c58577
cc-3936: Sexified equal signs.
2012-08-24 10:20:59 -04:00
Martin Konecny
794cf2c845
CC-4090: Make code style PSR compliant
...
-run psr-cs-fixer
2012-07-15 21:17:13 -04:00
Martin Konecny
d9cde230cd
CC-4090: Make code style PSR compliant
...
-removed all trailing whitespace
2012-07-10 18:53:06 -04:00
denise
9cabd4d32c
CC-3921: Add mobile phone number field to user record
...
-done
2012-06-13 13:39:54 -04:00
Naomi Aro
466e30895c
CC-3845 : General UI cleanup
2012-05-18 16:00:36 +02:00
James
33fcbddcb9
CC-3284: Don't make browser users clear their cache when Airtime is upgraded
...
- use airtime version string instead of filemtime function
Conflicts:
airtime_mvc/application/Bootstrap.php
airtime_mvc/application/controllers/LibraryController.php
airtime_mvc/application/controllers/ScheduleController.php
2012-02-08 16:21:57 -05:00
james
e05e2ea49c
CC-3284: Version the javascript directories so that upgrades
...
work correctly for clients.
- appended timestamp of last modified time on all js and css file import
Conflicts:
airtime_mvc/application/controllers/LibraryController.php
2012-01-27 15:37:53 -05:00
James
5026da56cb
SAAS-178: Demo instance should prevent changing of admin password
...
- Error msg is returned when try to update admin account
2012-01-25 14:14:27 -05:00
james
ad708d9983
CC-2156: Searching for a host and hitting ENTER submits the show form
...
- done. Had to port the code manually
2011-11-16 18:14:10 -05:00
martin
5cc7de95ee
CC-2833: Use ClassLoaders for PHP Files
...
-Done for class User
2011-09-23 17:00:55 -04:00
martin
a937dcb5ac
-cc-2126: user should not be able to delete himself
...
added server side check
2011-05-16 22:37:54 -04:00
James Moon
44d599a00b
CC-2211:Changes to playlist not shown
...
Everything works fine except when adding new playlist.
When the new playlist gets created, it doesn't display
the page which contains the playlist.
2011-04-27 12:14:24 -07:00
Naomi
23105b9d67
CC-2184 : Hardcoded CSS path should be relative path instead
...
using baseURL zend provides in path.
2011-04-18 11:02:09 -04:00
Paul Baranowski
b11cbd8159
CC-2166: Packaging Improvements. Moved the Zend app into airtime_mvc. It is now installed to /var/www/airtime. Storage is now set to /srv/airtime/stor. Utils are now installed to /usr/lib/airtime/utils/. Added install/airtime-dircheck.php as a simple test to see if everything is install/uninstalled correctly.
2011-04-14 18:55:04 -04:00