martin
d2b0040256
Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1
2011-08-19 17:05:55 -04:00
martin
a47044c50c
CC-2697: airtime-user script is not working
...
-added script to system path
2011-08-19 17:05:41 -04:00
James
d6692b7cf9
Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1
2011-08-19 16:43:01 -04:00
James
30fcb0b95d
CC-2704: Support settings UI tweaks
...
- adding server name again under Preference
2011-08-19 16:42:46 -04:00
martin
e53c6d8061
CC-2697: airtime-user script is not working
...
-added support for new user types
2011-08-19 16:40:53 -04:00
martin
ea2981574c
Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1
2011-08-19 15:46:45 -04:00
martin
1272c172b7
CC-2703: orange progress bar is playing when there is not content
...
-previous and future shows are now ignored as well
2011-08-19 15:46:35 -04:00
James
8e108e8596
CC-2704: Change text
...
- fixed
2011-08-19 14:58:31 -04:00
James
bb97a0eede
CC-2704: Support Setting UI tweak
...
- move station name under publicise
- make it required field
2011-08-19 13:09:10 -04:00
martin
fa50c93914
Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1
2011-08-19 12:29:41 -04:00
martin
c0189e3c5d
CC-2703: orange progress bar is playing when there is not content
...
-fixed
2011-08-19 12:29:26 -04:00
James
db225dd610
CC-2704: Support settings UI tweaks
...
- Move station name to "Support Settins" page
2011-08-19 12:19:35 -04:00
James
138ad06a0e
Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1
2011-08-19 11:57:56 -04:00
martin
75040e867d
CC-2697: airtime-user script is not working
...
-fixed
2011-08-19 11:53:03 -04:00
James
d83f9f1b96
CC-2701: Separate Support Settings from Preference page
...
- done.
2011-08-18 18:58:59 -04:00
James
91df62a3dd
CC-2684: fix for 1.9.1
...
- done
2011-08-18 17:48:21 -04:00
James
66d731437a
CC-2664: fix for version 1.9.1
...
- done
2011-08-18 17:35:31 -04:00
James
4240d45f5d
CC-2698: Wrong sql statment
...
- fixed
2011-08-18 15:39:46 -04:00
James
873f7e1dae
CC-2698: upgrading fail from 1.8.2->1.9.0
...
- fixed version string
- deleting entries from cc_schedule before adding "ON CASCADE" constraint
2011-08-18 15:32:33 -04:00
James
ceea384154
- exit uninstall if virtualenv is not found
2011-08-09 12:11:00 -04:00
James
691a83ccd0
- version string and changelog changes
2011-08-09 11:44:11 -04:00
James
b9d969e45a
CC-2656: Change user manual link on help page
...
- done
2011-08-09 11:35:25 -04:00
James
ad67fbab56
CC-2655: parseInt was using octat radix
...
- Change parseInt() to use 10(decimal) radix
2011-08-09 11:26:12 -04:00
James
1f35fb3534
CC-2652: Change initil timpstamp to zero
...
- done
2011-08-09 10:46:34 -04:00
James
968c0f96a2
CC-2651: import idicator
...
- Threshold is 10 seconds
- record timestamp once every 5 seconds
- "File import inprogress..." displays above search box
- pyinotify read_freq changed to 0.1 from 1
2011-08-09 10:40:10 -04:00
James
05b2a9679b
CC-2651: Prevent chaning the storage dir while import is happening
...
- done
2011-08-08 17:07:52 -04:00
James
bfa2fa6535
Merge branch 'cc-2652-display-info-about-import' into devel
2011-08-08 16:32:59 -04:00
James
773f948d58
- some unintended changes were pushed to devel
2011-08-08 16:26:18 -04:00
James
65a758c9d7
- upgrade was failing due to bug in the to_encode() function
2011-08-08 15:27:37 -04:00
James
e73061e181
CC-2652: The class was missing functions
...
- fixed
2011-08-08 15:12:52 -04:00
James
349e26dcee
CC-2652-adding default import value into db on install
...
- done
- extra fix: add unique id on upgrade to 1.9.0
2011-08-08 15:06:55 -04:00
James
9ff5bdaf0f
CC-2652: display info about import
...
- temp commit
2011-08-08 14:44:05 -04:00
James
c0e07dbd9e
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
...
Conflicts:
install_minimal/upgrades/airtime-1.9.0/airtimefilemonitor/airtimemetadata.py
python_apps/media-monitor/airtimefilemonitor/airtimemetadata.py
utils/airtime-import/airtime-import.py
2011-08-08 10:44:06 -04:00
James
3a2d736b1c
CC-2633: removing to_unicode()
...
- removed to_unicode() function calls where it's not neccessary.
2011-08-08 10:41:11 -04:00
Daniel James
0d03f5f022
Fixed incorrect path to liquidsoap log file
2011-08-08 12:15:05 +01:00
James
8995e828ff
CC-2633: added new encode_to()
...
- added encode_to() to api_client
- replaced .encode() with new encode_to()
2011-08-05 15:12:55 -04:00
Naomi Aro
a199585cb9
CC-2647 : Check MD will fit db constraints in Airtime
2011-08-05 15:12:55 -04:00
James
375cfb2c2d
CC-2633: moving to_unicode() to api_client.py
...
- move to_unicode() to api_client.py
- fixed how it decodes path in airtime-import.py
2011-08-05 15:12:55 -04:00
Naomi Aro
e2a5344e6e
removing useless line
2011-08-05 15:12:55 -04:00
Daniel James
80e94cccc1
Fixed out of date URL in INSTALL file
2011-08-05 15:12:55 -04:00
James
938c503e85
CC-2633: media monitor crashes on non-ascii files and metadata
...
- fixed bug for the case where mutagen return None for metadata
- fixed bug for non-ascii files and metadata
2011-08-05 15:12:55 -04:00
James
6c6776e2ce
- version string change
2011-08-05 15:12:55 -04:00
Paul Baranowski
f06ce34923
Rearranged format to show which libraries were for which part of the application. Added in RabbitMQ.
2011-08-05 15:12:55 -04:00
James
e8b805f59c
CC-2639: Airtime Full installation does not install virtualenv
...
- fixed
2011-08-05 15:09:04 -04:00
James
cd64287611
- version string change
2011-08-05 15:09:04 -04:00
James
b5f232ccaf
CC-2633: airtime-import of relative path crashes
...
- fixed
- using copyfile() instead of copy()
2011-08-05 15:09:04 -04:00
James
ee943958d6
CC-2633: airtime-import of relative path crashes
...
- using copy() instead of copy2()
- copy2() causes some time issue with media monitor
2011-08-05 15:09:04 -04:00
James
5124fa67d3
CC-2626: long numbers after the dot should be truncated
...
- fixed
2011-08-05 15:09:04 -04:00
Naomi Aro
dfb7ca69f6
CC-2632 : Language metadata from version 1.8 doesn't exist in 1.9 metadata
2011-08-05 15:09:03 -04:00
James
83432e1996
CC-2634: Downloading a file with a non-ASCI name, doesn't
...
show up those chars
- removed pathinfo() call and manually parsing the basefile name.
2011-08-05 15:09:03 -04:00