Commit Graph

49 Commits

Author SHA1 Message Date
paul.baranowski d5b50ffdca Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-11-18 14:41:20 -05:00
paul.baranowski 8014f94c58 Fixed whitespace to standard coding conventions. 2010-11-18 14:39:03 -05:00
naomiaro 56abfaf28e using fieldnames in propel not phpnames 2010-11-18 10:24:05 -05:00
naomiaro 52fe579ce4 making propel use fieldnames not php names in playlist getcontents 2010-11-17 18:08:46 -05:00
paul.baranowski 351983c3c4 Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-11-12 17:07:12 -05:00
paul.baranowski 8a58df3093 Moved all file-related functions from BasicStor into StoredFile class.
Got rid of all the stuff related to GUNID hex-to-int conversion.
Commented out lots of functions that are either not in use or will
no longer work.

Pypo: made things more generic and pluggable, added documentation.
Added the PHP scripts to serve the right info back to pypo.
2010-11-12 17:07:01 -05:00
naomiaro d65cc390a5 DateTime stuff for PHP 5.3
ini_get('date.timezone') seems to not behave properly though... defaults to America/Toronto.
2010-11-12 11:02:27 -05:00
naomiaro fcea57f011 PL ORM changes, templates 2010-11-09 16:52:09 -05:00
naomiaro 9f79b1bf89 converting more of playlist.php to propel ORM. 2010-11-08 17:19:01 -05:00
naomiaro fe5337e9db small fixes to wekk view of scheduler 2010-10-19 05:57:28 -04:00
naomiaro 56f3c705fe Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-10-19 04:59:03 -04:00
naomiaro 5750f38343 fixing gui so playlists can again be scheduled, removed. 2010-10-19 04:58:48 -04:00
paul.baranowski 192bc86115 Fixed a bug in campcaster-import: "require_once" statements were out of
order.

Fixed bug in statusbar.tpl - syntax error.
2010-10-18 16:00:31 +02:00
paul.baranowski c8df3578ca Fixed PHP notices. 2010-10-18 15:06:17 +02:00
naomiaro 135b85a9af ajax for drag and drop only. 2010-10-18 07:12:44 -04:00
naomiaro 46c8b0d0a8 Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-10-18 07:05:32 -04:00
naomiaro 4acc4cf715 putting back popups in playlist so context menu will still work. 2010-10-18 07:03:48 -04:00
paul.baranowski 2bc21da4b9 More install cleanup - moved twitter installation files from /htmlUI/install
to /install.

On uninstall, if the database doesnt delete (because there are users
connected to it), then just delete every table just like it used to.

Deleted conf_only.php.template - no longer needed.
2010-10-18 12:12:23 +02:00
paul.baranowski 0f6b98ce14 There was a bug that install process would error out when trying to
install default data twice. Moved the data initialization from BasicStor
into the install.php file since nothing else was using it.
2010-10-18 11:40:03 +02:00
naomiaro 321c698c40 just incase for unknown to me actions. 2010-10-14 20:48:33 -04:00
naomiaro ea07030cd8 can add a playlist to scratchpad from search/browse, popups are gone from adding to playlist, removing from playlist. 2010-10-14 20:39:45 -04:00
naomiaro 69f526b572 correct playlist time 2010-10-13 16:24:40 -04:00
naomiaro b6fe8c09da close button back on editor, to make sure playlist doesn't have to remain locked. 2010-10-13 11:57:31 -04:00
naomiaro 22a765558e function exit on error. 2010-10-13 11:47:33 -04:00
naomiaro 8ac0093e2e fixing scheduler layout, moving side playlist. 2010-10-13 11:29:39 -04:00
naomiaro 3caab7db1e always have new playlist option. 2010-10-06 16:52:12 -04:00
naomiaro 2dab76e5df actually remembering to add the playlist sidebar template... 2010-10-06 16:46:07 -04:00
naomiaro 51d983c5f6 get rid of close button 2010-10-06 16:45:20 -04:00
naomiaro a1a0dd2b62 playlist sidebar done. 2010-10-06 14:59:39 -04:00
naomiaro 4c3d499699 side playlist 2010-10-06 12:10:13 -04:00
naomiaro e4cf1a6fcf side playlist box and gui changes 2010-10-06 10:40:46 -04:00
naomiaro d1fce69e64 image path change 2010-10-04 14:59:17 -04:00
naomiaro 3213bbee54 redoing image path. 2010-10-04 14:18:42 -04:00
paul.baranowski 2eea85d502 Fixed include path for new dir structure. 2010-10-04 12:10:34 -04:00
paul.baranowski 3e99ea7d97 Fixed paths for new directory structure. 2010-10-04 10:56:36 -04:00
paul.baranowski 4e73ed7e5a CC-1024 Update installation/build for webapp-only
CC-1695  	 Remove Campcaster Studio and make install easier

Removed unused files.
Updated version number.
Fixed some path names.
2010-10-01 18:17:16 -04:00
naomiaro 9b7756712f Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-10-01 17:42:11 -04:00
naomiaro cc2688078c requires 2010-10-01 17:41:52 -04:00
paul.baranowski 12bae6c045 Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-10-01 17:39:43 -04:00
paul.baranowski dcd1bad089 Added config variables for smarty directories.
Added check to make sure the htmlUI/templates_c directory has the right permissions.

Removed creation of the pear directory.
2010-10-01 17:39:23 -04:00
naomiaro f9b648e527 requires/index change 2010-10-01 17:36:53 -04:00
naomiaro 1e2cef160a Merge branch 'master' of dev.sourcefabric.org:campcaster
Conflicts:
	htmlUI/templates/header.tpl
2010-10-01 17:33:13 -04:00
naomiaro eb1678f961 moving ui_browser.php & ui_handler.php to htmlUi 2010-10-01 17:29:25 -04:00
paul.baranowski 9fc2b3c39b CC-1024 Update installation/build for webapp-only
More tweaks for UI for new dir structure.
2010-10-01 16:18:37 -04:00
paul.baranowski dab1af1577 CC-1024 Update installation/build for webapp-only
CC-1695  	 Remove Campcaster Studio and make install easier

Moved Desktop images to the wiki
Moved everything in /bin to /install
Included ui_browser.php from index.php instead of redirect.
Added Input.php
2010-10-01 14:41:08 -04:00
naomiaro bb5091fd2f new structure UI 2010-10-01 10:50:59 -04:00
paul.baranowski c4b96da797 CC-1695 Remove Campcaster Studio and make install easier
Changing htmlUI dir structure to be better.
2010-09-30 15:56:56 -04:00
paul.baranowski acda23db88 CC-1695 Remove Campcaster Studio and make install easier
Moved Smarty
2010-09-30 15:52:08 -04:00
paul.baranowski 81d499060b CC-1695 Remove Campcaster Studio and make install easier 2010-09-30 15:46:44 -04:00