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
387 2013-03-29 21:59:44 PointedEars /trunk/
* object.js: Fixed JSdoc
 
386 2013-03-29 08:39:37 PointedEars /trunk/
* object.js: jsx.import(): Fixed logic
 
385 2013-03-29 08:14:40 PointedEars /trunk/
* object.js: Replaced jsx.object.addProperties() with jsx.object.setProperties() (see also compat.js)
 
384 2013-03-28 15:13:10 PointedEars /trunk/
* date.js
  - jsx.date.strftime():
    + Do not rely on Date.prototype augmentation
    + Return list of time zone names, UTC name if undefined
    + Added timezones
    + Simplified Date.prototype.strftime() wrapper
  -  Use addProperties()
  - Added more testcases (no longer svn:ignored)
 
383 2013-03-28 14:49:44 PointedEars /trunk/
* map.js: Fixed whitespace
 
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
 

Show All