Duncan Sommerville
|
90626a2fcb
|
Formatting; Changed tabs to spaces
|
2014-11-05 17:04:18 -05:00 |
Albert Santoni
|
345c782eb9
|
Fixed the unit tests and changed ops->zu
|
2014-06-09 11:34:25 -04:00 |
Albert Santoni
|
cc19b18d7f
|
CC-5588: Specific user can't see Library because ColReorder is null for
their account
|
2014-06-05 18:04:42 -04:00 |
Naomi
|
578f758274
|
CC-5810 : Installation can have race conditions with the cache
Preferences.php is used to set values since it will save the value to cache there as well.
defaultdata.sql is used where possible.
|
2014-04-23 15:41:15 -04:00 |
drigato
|
63ec20d9f1
|
CC-5681: I18N: Fail to switch language
Check if Zend_Auth class exists with the autoloader
|
2014-02-03 12:33:35 -05:00 |
Albert Santoni
|
52c3971fc6
|
Fixed a bug in Application_Model_SetShowsPopulatedUntil
|
2014-01-22 17:58:25 -05:00 |
drigato
|
cfb6195523
|
CC-5632: System preferences don't get saved
|
2013-12-11 16:55:35 -05:00 |
Naomi
|
0f28e0f1aa
|
Merge branch '2.5.x' into cc-5594-date_default
|
2013-12-06 18:18:17 -05:00 |
Albert Santoni
|
2c7db0e83c
|
CC-5555: Fix user preferences logic in preferences cache
* Fixes stream settings not dislaying
|
2013-12-06 17:11:07 -05:00 |
Naomi
|
061897a58b
|
CC-5594 : Remove all date_default_timezone_get()
never rely on this method.
|
2013-12-05 16:00:52 -05:00 |
Naomi
|
757e35aaf9
|
CC-5555 : Implement simple caching for preferences
comment out logging to not flood logs.
|
2013-11-11 17:22:55 -05:00 |
Naomi
|
b8a084998e
|
CC-5555 : Implement simple caching for preferences
cache key creation change.
|
2013-11-11 17:08:15 -05:00 |
Naomi
|
f615e176e2
|
CC-5555 : Implement simple caching for preferences
better to include the key in the error message
|
2013-11-11 16:36:21 -05:00 |
Naomi
|
f69dd123ca
|
CC-5555 : Implement simple caching for preferences
making sure locale/timezone is returned properly in generic calls.
|
2013-11-11 16:32:43 -05:00 |
Naomi
|
06323a40fd
|
CC-5555 : Implement simple caching for preferences
fixing up code so user id is never passed in manually to a preference getter.
|
2013-11-11 16:20:51 -05:00 |
Naomi
|
f45708682f
|
CC-5555 : Implement simple caching for preferences
using apc to save/fetch preferences to/from a cache.
|
2013-11-11 15:07:13 -05:00 |
denise
|
af03502592
|
CC-5323: User's Timezone Can Improperly Edit Show
-added comments to timezone getters and setters in Prefences model
to reduce confusion on station timezone and user timezone
|
2013-09-25 16:22:30 -04:00 |
Daniel James
|
577bbf14b6
|
Remove swear words from source code
|
2013-09-23 16:16:51 +01:00 |
Naomi
|
774027c9bd
|
crlf
|
2013-08-02 15:30:35 -04:00 |
Naomi
|
c110b4b4df
|
file summary table now starting to work with templates.need to change query around to be configurable still.
|
2013-08-02 15:29:39 -04:00 |
Naomi
|
69afc715d1
|
creating templates for validation.
|
2013-07-22 18:11:44 -04:00 |
Martin Konecny
|
84abd78c8f
|
CC-5109: Fix race-condition when updating cc_pref table
-not a race condition..was a logic error.
|
2013-05-27 15:58:29 -04:00 |
Naomi
|
5ba72d00bc
|
CC-5109 : Fix race-condition when updating cc_pref table
|
2013-05-27 15:33:53 -04:00 |
Martin Konecny
|
63b0d4194a
|
CC-5109:
Fix race-condition when updating cc_pref table
-not a race condition..was a logic error.
|
2013-05-27 12:30:58 -04:00 |
Naomi
|
bd2462170b
|
CC-5121 : fix some SQL statements not being escaped/prepared
|
2013-05-13 11:42:11 -04:00 |
Martin Konecny
|
9f6a1033ea
|
CC-5109: Fix race-condition when updating cc_pref table
|
2013-05-07 16:21:34 -04:00 |
Martin Konecny
|
ad82b4ff98
|
throw exception if we get unexpected numbers of results in cc_pref
|
2013-05-07 15:36:21 -04:00 |
Naomi
|
435bb83588
|
CC-2301 : dos2unix being run
|
2013-05-02 16:52:30 -04:00 |
Naomi
|
517bb7557a
|
CC-2301 : testing default crossfade settings
|
2013-05-02 16:15:21 -04:00 |
Naomi
|
58957cc919
|
CC-2301 : running dos2unix on 3 files.
|
2013-04-29 17:01:08 -04:00 |
Naomi
|
410d298272
|
CC-2301 : creating an offset column to help create crossfades in the playlist.
changing default fade to be a separate default fade in/out
|
2013-04-29 16:55:08 -04:00 |
denise
|
d1301ff676
|
CC-4954: Please make Library page remember the status per user
-done
|
2013-02-19 10:58:48 -05:00 |
denise
|
4f5d7869d8
|
Removed html from Library/contents-feed and StoredFile model
Added new Library column to indicate if a file is scheduled in the future or belongs to a playlist/smart block
|
2013-01-30 15:38:25 -05:00 |
denise
|
e4c2f43d9e
|
CC-4855: System->Preferences->Fade in/out settings: Number's format is incorrect.
-fixed
|
2013-01-16 15:40:50 -05:00 |
denise
|
9cb4633823
|
CC-4850: Upgrade Scripts -> Add default timezone and locale for each user in cc_pref
-fallback to default settings if user setting is not set
|
2013-01-16 12:42:58 -05:00 |
James
|
55fa8b8dc1
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2013-01-10 14:52:45 -05:00 |
James
|
048ee05030
|
CC-4821: Add option to disable ReplayGain
- done
|
2013-01-10 13:49:41 -05:00 |
denise
|
690a6d2654
|
Removed user id from cc_pref keystr value
|
2013-01-10 12:04:27 -05:00 |
denise
|
db62b538dd
|
CC-4816: Timezones should be a user preference
-done
|
2013-01-09 13:38:38 -05:00 |
denise
|
a65e72941f
|
CC-4805: Localization -> Changing default language changes datatables and add media language setting
-fixed
|
2013-01-07 18:18:40 -05:00 |
Daniel James
|
771b9b9412
|
Fixed whitespace in Preferences page between 'Timezone' and colon
|
2013-01-07 11:41:29 +00:00 |
denise
|
e2c87ed8b6
|
CC-4781: Store localization settings on a per-user basis
-done
|
2013-01-03 16:19:02 -05:00 |
james
|
c0665e4748
|
CC-4754: Replay gain modifier
- Initial commit
|
2012-12-27 00:36:11 -05:00 |
denise
|
542434d9f0
|
CC-1960: Internationalize Airtime / Support translations
-got rid of spaces at beginning of strings
-removed empty string translations
-overwrote Zend_Validate_Between object error messages
|
2012-11-28 16:16:39 -05:00 |
denise
|
c0e49b69e2
|
Merge branch 'devel' into cc-1960-internationalize-airtime
|
2012-11-21 17:17:53 -05:00 |
denise
|
2172ee82d3
|
Merge branch '2.2.x' into devel
|
2012-11-21 17:17:32 -05:00 |
denise
|
2a4e4c6405
|
CC-4710: Preferences -> Default Fade in/out: Cannot add songs into schedule if the default fade value is set to int value, for instance, 5 secs.
-fixed
|
2012-11-21 14:17:46 -05:00 |
denise
|
25ddd083bc
|
CC-1960: Internationalize Airtime / Support translations
-added language option in preferences
|
2012-11-21 12:44:50 -05:00 |
denise
|
f88a7bdb31
|
Merge branch '2.2.x' into devel
|
2012-11-21 10:54:17 -05:00 |
denise
|
48253b8d14
|
CC-4710: Preferences -> Default Fade in/out: Cannot add songs into schedule if the default fade value is set to int value, for instance, 5 secs.
-fixed
|
2012-11-21 10:19:21 -05:00 |