james
4acf835fe1
CC-2536:Should set realpath of directory in MusicDir
...
- fixed
2011-07-13 09:49:51 -04:00
james
be7af45c66
CC-2524:Manage Media Folders:No error msg
...
- fixed
- changed error msg text
2011-07-13 09:01:48 -04:00
martin
1411987b01
CC-2534: When copy files into storage folder it says wrong path name
...
filter all functions via realpath which will make directories consistent
2011-07-12 17:05:40 -04:00
martin
1416274882
CC-2529: Create download file API key
...
-users who are authenticed via ZEND_AUTH can now preview files
without using api-key
2011-07-12 14:09:40 -04:00
martin
2c4e2afb8b
-removed airtime-clean-storage.php + airtime-import.php
...
-default created stor dir now has www-data:www-data permission
-created airtime-install.ini file for specifying install defaults
-removed all references to storDir in /etc/airtime/airtime.conf,
and get value from database instead.
2011-07-11 16:14:34 -04:00
james
e47f80802e
CC-2524:MusicDir.php: adding error handling
...
- following functions now handle error and return code and
error message if there is an error:
addDir(), setStorDir(), removeWatchedDir()
- fixed airtime-importy.py to work with new MusicDir functions
2011-07-11 14:00:31 -04:00
james
ece84a04c5
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-07-08 17:46:50 -04:00
james
c0a68e20c2
CC-2514:New airtime-import script
...
- initial commit.
2011-07-08 17:14:01 -04:00
martin
012aa51f3a
CC-2272: Ability to change storage directory location
...
-fix SQL syntax error
2011-07-08 10:12:33 -04:00
martin
9d994aa225
-compare relative paths instead of full paths on bootup
2011-07-07 17:41:08 -04:00
martin
73da294089
CC-2505: Media monitor doesn't delete some tracks
...
from the Airtime server due character encoding
-fixed
2011-07-07 16:05:34 -04:00
martin
3d52db5211
CC-2494: Uploading songs getting a 500 error (shows as yellow ! in the UI)
...
-fixed
-also made it so that files deleted via the UI are deleted on the FS as well.
2011-07-06 13:54:52 -04:00
martin
805d3616fe
cc-2419: media monitor import on startup
...
-fixed support for watched dirs #2
2011-07-04 17:59:02 -04:00
martin
df1dec2078
cc-2419: media monitor import on startup
...
-fixed support for watched dirs
2011-07-04 17:37:05 -04:00
martin
d260c66abc
cc-2419: media monitor import on startup
...
-added multiple dir support
2011-07-04 15:08:02 -04:00
martin
429d8b234c
cc-2419: media monitor import on startup
...
-new method of querying db on startup.
2011-07-04 14:29:09 -04:00
james
df64b70280
CC-2415: subsecond offset in playlist builder incorrect
...
- fixed
2011-07-04 10:25:38 -04:00
james
75ea77e6a6
CC-2503: replacing UI_MDATA_KEY_TITLE with MDATA_KEY_TITLE
...
-fixed
2011-07-04 10:00:37 -04:00
james
600f80e03f
- suppressing error msg in case there is an error
2011-06-30 13:52:51 -04:00
james
3d819297b9
CC-2471:error when upload a duplicate
...
- fixed as Paul requested
2011-06-30 13:36:44 -04:00
james
b22a6268f2
CC-2471:error when upload a duplicate file
...
- fixed
- Please read the comment on the ticket
2011-06-30 13:08:45 -04:00
james
c0b95f583a
CC-2491:Number of songs shows 0
...
- fixed
2011-06-30 10:45:55 -04:00
james
89df3db096
CC-2496:adding "Select Country" to drop down(popup and support setting)
...
-done
2011-06-29 17:46:46 -04:00
martin
d03cf4ca14
CC-2482: Next Song/Previous song can still be incorrect in some rare cases
...
-should be fixed.
2011-06-29 14:40:56 -04:00
Naomi Aro
0111fd5725
cc-1799 : Filesystem
...
incorrect variable.
2011-06-28 15:04:03 +02:00
james
c7f5a8689c
- adding comment and rewriting function description
2011-06-27 17:34:17 -04:00
james
52dc267670
CC-2357:Tweak to show date end
...
- fixed
2011-06-27 15:59:29 -04:00
james
5f9dd83c38
CC-2377:Upload to soundcloud no show name
...
- fixed
- additional fix: getRealFilePath() doesn't exsist anymore.
Places where it calls getRealFilePath(), replaced with getFilePath()
2011-06-27 11:43:59 -04:00
james
629c3fb1d9
CC-2240:Fix up recorded show function
...
- fixed
- added getName() function agagin to StoredFile
2011-06-27 11:23:48 -04:00
James
59e19fe9d1
CC-2450:Phone home metric
...
- email is not required anymore.
- Send info box suppose to dispalys filelds only when thev
value is non-empty string. It wasn't diaplyng where the
value was 0(fixed).
2011-06-26 01:01:35 -04:00
James
8eb3ec3df2
CC-2449: Add promote flag for data collection
...
- done
2011-06-25 23:28:42 -04:00
James
0b0d38b990
CC-2448: Dragging to first position error
...
- fixed. Final
2011-06-24 17:16:32 -04:00
James
975633b9cf
CC-2448:Dragging causes an error
...
-fixed
2011-06-24 17:14:04 -04:00
martin
7607bce6c8
CC-2403: Downloading a file via the web UI returns an absolute path, not relative
...
-fixed to take into account the base URL.
2011-06-24 16:04:57 -04:00
James
db7b996288
CC-2415:subsecod-offset-in-playlist
...
- Displays 1 decimal place on all length and offset in playlist
builder
- secondsToPlaylistTime() function returns time with 1 decimal
millisecond
2011-06-24 15:51:21 -04:00
James
e05645f523
CC-2415:Subsecond offset
...
- temp commit. not sure what needs to be done yet
2011-06-24 12:29:55 -04:00
Naomi Aro
e725e4fbe4
cc-1799 Human Filesystem
...
storage dir should be created first so then it's realpath can be inserted into the database.
2011-06-23 17:51:38 +02:00
Naomi Aro
7876552b38
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-06-23 17:35:01 +02:00
Naomi Aro
65e647263f
cc-1799 Human Readable File System
...
refactoring media monitor, separate process for file event processing.
2011-06-23 17:33:05 +02:00
James Moon
219102d9f1
CC-2415:Subsecond-offset
...
- bug in secondsToPlaylistTime() is fixed
- for .0307, offset will be calculated as .030
- if we want it to be .0307, futher modification is requried
2011-06-22 22:33:05 -04:00
martin
8f0b965ea0
CC-2403: Downloading a file via the web UI returns an absolute path, not relative
...
-fixed
2011-06-22 16:50:58 -04:00
james
66b777aedb
- fixed bug where Description was not sent
...
- changed order of display on info box in popup
2011-06-21 12:23:43 -04:00
martin
98259e71bb
-syntax error in MusicDir.php
2011-06-21 11:55:44 -04:00
Naomi Aro
f755e41a9a
propel classes
2011-06-21 15:49:31 +02:00
Naomi Aro
5f562b94ca
replacing propel files
2011-06-21 15:40:40 +02:00
Naomi Aro
6adce1ba45
CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
...
adding ability to move stor directory.
2011-06-21 14:58:38 +02:00
Naomi Aro
253eb811c7
Merge branch 'cc-1799-put-airtime-storage-into-a-human-readable-file-naming-convention' into devel
...
Conflicts:
airtime_mvc/application/controllers/PreferenceController.php
airtime_mvc/application/models/Preference.php
airtime_mvc/application/views/scripts/form/preferences.phtml
airtime_mvc/public/js/airtime/preferences/preferences.js
2011-06-21 11:20:35 +02:00
Naomi Aro
b6888489e0
CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
...
adding music dirs concept to Airtime. New cc_music_dirs table/class.
2011-06-21 10:24:02 +02:00
James Moon
dd4ea127fc
CC-1724:Phone home statistic
...
- Fixed the bug where it didn't populate country dropdown box
This was due to default sql not popuplate country table correctly
- Changed 180*180 min log text to 200*200
- Changed text are size in support settings
- Client now sends base64encoded image to server.
2011-06-20 20:31:20 -07:00
james
965b96047a
Merge
2011-06-20 18:10:39 -04:00