Subversion Repositories JSX

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
382 2013-03-28 14:48:26 PointedEars /trunk/
Moved flash.js to dom/
 
381 2013-03-28 04:10:18 PointedEars /trunk/
* date.js: Date.isValid() is an alias for jsx.date.isValid() if jsx.options.emulate
 
380 2013-03-28 03:53:17 PointedEars /trunk/
* date.js: jsx.date.strftime() called by Date.prototype.strftime() if jsx.options.emulate
 
379 2013-03-28 03:28:25 PointedEars /trunk/
* date.js: Require jsx.string only if Date.prototype.strftime() is called
 
378 2013-03-28 03:05:53 PointedEars /trunk/
* date.js: Added Date.prototype.strftime() with testcases
 
377 2013-03-28 03:04:45 PointedEars /trunk/
* string.js: jsx.string.leadingZero() supports negative numbers
 
376 2013-03-28 00:19:40 PointedEars /trunk/
Added date.js with test case
 
375 2013-03-28 00:15:25 PointedEars /trunk/
* object.js
  - jsx.throwThis(): Serialize Array for exception arguments
  - jsx.InvalidArgumentError(): Treat empty Array like empty string
 
374 2013-03-27 01:39:52 PointedEars /trunk/
* object.js
  - Added Array.destructure()
  - Fixed/added JSdoc
 
373 2013-03-25 19:53:38 PointedEars /trunk/
Resource Builder: Added minimum negotiation for dynamic content
 
372 2013-03-21 12:06:19 PointedEars /trunk/
* http.js
  - getDataFromForm(): use setMethod()
  - send(): Always uppercase HTTP command name
  - Fixed JSdoc
 
371 2013-03-21 01:36:29 PointedEars /trunk/
* builder.php: Updated JSX dependencies
 
370 2013-03-21 01:35:16 PointedEars /trunk/
* http.js:
  - Replaced escURI() with encodeURI() and esc() with encodeURIComponent(),
    removing dependency on string.js
 
369 2013-03-21 01:30:44 PointedEars /trunk/dom/
* dom/forms.js
  - jsx.dom.serializeForm(): Replaced esc() with encodeURIComponent()
  - Fixed JSdoc
 
368 2013-03-21 00:28:33 PointedEars /trunk/
* object.js
  - return jsx.throwThis() to make program flow explicit
  - Removed module pattern until JSDT supports jsdoc-toolkit 3.0
  - jsx.object.getFeature() returns undefined on failure to allow for boolean features
  - Fixed/Added JSdoc
 
367 2013-03-20 23:53:55 PointedEars /trunk/
* dom.js:
  - jsx.dom.createNodesFromObj(): Use jsx.object.getKeys() for iteration
  - Fixed/Added JSdoc
 
366 2013-03-16 16:17:59 PointedEars /trunk/
* array.js: Removed superfluous @partof from JSdoc
 
365 2013-03-16 13:58:20 PointedEars /trunk/test/
* test/test.js
  - Added support for indented HTML text
  - Updated JSdoc
 
364 2013-03-14 22:11:40 PointedEars /trunk/
* object.js: Removed obsolete version number
 
363 2013-03-14 22:09:53 PointedEars /trunk/
* object.js: Fixed JSdoc
 

Show All