Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  boot
  cf
  conf.default
  etc
  root
  sbin
  tmp
  usr

Latest revisions

# Date Author Comment
7ef9bb4d 03/14/2009 08:20 PM Scott Ullrich

Add comment

b2e02eef 03/14/2009 08:20 PM Scott Ullrich

Adding simplepie RSS system

625dcc40 03/14/2009 07:41 PM Bill Marquette

Massive javascript cleanup, all .js files now live in $g['www_path']/javascript
Purged unused JS

d3bc15ea 03/14/2009 07:22 PM Bill Marquette

Move datetimepicker javascript to JS directory

8ac4df97 03/14/2009 06:48 PM Scott Ullrich

Use friendly interface name (in this case WLAN) as opposed to OPT1 which means nothing to me.

ef1d930a 03/14/2009 06:38 PM Scott Ullrich

Add global.js

2687a6fa 03/14/2009 06:16 PM Scott Ullrich

Adding Ajax queue system.

Example usage:

AjaxQueue.setBatchSize(1);
AjaxQueue.push("http://www.testingqueue.com/process/",{onSucess: funcSuccess, onfailure: funcFailure});
AjaxQueue.push("http://www.testingqueue.com/process1/",{onSucess: funcSuccess1, onfailure: funcFailure1}, "myDiv");...

bae568cc 03/14/2009 07:20 AM Bill Marquette

a little cleaner JS

55c63539 03/14/2009 06:28 AM Bill Marquette

Premature commit...remove the copy/paste-o's

01da41cf 03/14/2009 06:26 AM Bill Marquette

Sajax is no more, long live Prototype
This eliminates one AJAX library, but not all "non-Prototype" AJAX code

View all revisions | View revisions

Also available in: Atom