46 Commits

Author SHA1 Message Date
1bfa16fac8 Add local copy of bootstrap and fix scheme for jquery ui themes 2013-03-31 00:00:57 +00:00
b7800eaca5 Use same URL scheme for accessing bootstrap library 2013-03-30 23:53:28 +00:00
4bd3c2778b Fix smarty warning 2013-03-30 23:52:54 +00:00
b9d624c345 version bump 2012-01-22 17:45:59 +00:00
05b19e68de Remove duplicate attribution from footer 2012-01-22 02:33:39 +00:00
311b93772c Version bump 2012-01-21 21:59:13 +00:00
662f38b85c Bug fix: prevent readding most recently used directory 2012-01-21 19:52:37 +00:00
f0507d635c Update JS to use sihnon-js-library 2012-01-19 01:22:34 +00:00
56d499b1aa Update ui to use bootstrap ui in more places 2012-01-15 14:23:47 +00:00
c14fdcd2e3 Change job status ordering to account for time desync between nodes 2012-01-11 00:50:29 +00:00
d3e6e0524e Fix run-jobs path for new layout 2012-01-11 00:49:43 +00:00
a6ddb25eae Bootstrapify the webui 2012-01-11 00:49:05 +00:00
4486af7be8 Update directory layout to fit with other projects 2012-01-11 00:28:17 +00:00
06e3d65ffa Remove nested tmp directory 2011-12-03 19:47:57 +00:00
b00c7de09b Move smarty tmp files to /var/tmp so the directories don't get flushed on boot 2011-12-03 19:30:04 +00:00
1031aab192 Update job queue to pass along custom config file via environment 2011-10-06 22:54:52 +01:00
97d03125d3 Bug fix: Bluray Source class forgot to actually return the sources list 2011-10-06 21:22:16 +01:00
f8224652aa Simplify data returned from runAllJobs and fix logging bug in run-jobs 2011-09-25 11:07:22 +01:00
2b2102792d Bug fix: regression in writing job details to database 2011-08-31 23:48:36 +01:00
ab5d242750 Version bump to 0.3 2011-08-29 19:27:40 +01:00
e7cf24bb4f Bug fix: add dir to smarty plugin dir list rather than replacing orig 2011-08-26 17:41:07 +01:00
3497eb8e1e First attempt at admin settings page with writeable database backend.
Currently broken due to PHP's transparent conversion of "." to "_" in
POST variable names!
2011-08-24 02:40:16 +01:00
073da2c4e2 Bumped version to 0.2.1 2011-08-23 02:11:02 +01:00
49e5635a71 Bug fix: save plugin information in job record 2011-08-23 01:28:37 +01:00
a061c23041 Bumped version number to 0.2 2011-08-22 19:03:36 +01:00
eb1e330bc4 Added ajax support, and verified with an ajaxified Delete Source feature 2011-08-22 18:47:45 +01:00
41fc0a2cc3 Improve logging in HandBrake worker 2011-08-21 16:12:32 +01:00
8d2ca716df Updated worker to copy rather than move output to final location
This causes ACLs to be inherited from the destination, rather than
preserving permissions from the temporary build location on the local
machine.
2011-08-20 11:07:30 +01:00
47946bcf98 Update handbrake backend to rip to temp dir 2011-08-07 15:40:17 +01:00
d2b2dc7925 Add output filesize to jobs summary page 2011-08-06 23:11:15 +01:00
b93efc9878 Replace if block with switch case for extensibility 2011-08-06 14:55:29 +01:00
9697654594 Propagate changes to logging system from framework library 2011-08-06 14:54:22 +01:00
3b22b0f2c9 Bug fix: Undefined index $values[9]
RippingCluster_LogEntry overwrote base class field list, causing
undefined index notices when the base class was explicitly used.
2011-06-28 20:06:24 +01:00
5adf9170c4 Merge branch 'master' of git+ssh://git.sihnon.net/home/git/public/handbrake-cluster-webui 2011-04-25 14:16:43 +01:00
ce94762905 Bug fix: undefined variable when rip progress is 0% 2011-04-25 14:05:33 +01:00
72be6d6e5f Bug fixes
1) Quoted barewords in array construction
2) Added order by clause to all() to provide consistent ordering
2011-04-25 01:52:56 +01:00
c0702aa98e Bug fix: typoed variable name
Caused broken javascript on rip page
2011-04-25 01:18:41 +01:00
4e58ac7135 Updated code to use new WorkerLogEntry class 2011-04-25 00:54:28 +01:00
180e63c456 Bug fixes
1) full path to run-jobs.php to ensure script is runnable
2) reordering of allWithStatus to ensure consistent results
2011-04-25 00:50:22 +01:00
9be81f92f4 Updated subclassing of Client/Worker LogEntry classes 2011-04-25 00:49:09 +01:00
bdfa91f9b0 Updated worker to use new logging code 2011-04-24 21:18:22 +01:00
dbaf4968ab Updated code to use new Logging code in sihnon lib 2011-04-24 10:40:14 +01:00
b896877591 fix call to Gearman_Job::complete() 2011-04-22 00:49:32 +01:00
da263a23b7 Fixed bug with worker plugin scanning 2011-04-22 00:40:38 +01:00
edc717ef68 Bug fixes 2011-04-22 00:26:30 +01:00
d3fe08d40f Massive refactor to use SihnonFramework and PEAR's Net_Gearman 2011-04-21 23:31:21 +01:00