- Dec 31, 2004
-
-
rswindell authored
change.
-
- Dec 18, 2004
-
-
rswindell authored
items (regardless what the user has "access" to), while the _list arrays continue to only contain items the current user has access to. Script writers using the associative arrays can check the "index" property to verify the user has access to the item in question (a value of -1 indicates the item is not in one of the _list arrays because the user has no access).
-
- Dec 17, 2004
-
-
rswindell authored
xtrn_area...prog_list[].
-
- Dec 07, 2004
-
-
rswindell authored
per item, but not necessarily consecutive for all users). Created _area.*.index properties for indexes into _list arrays (consecutive for all users).
-
- Oct 19, 2003
-
-
rswindell authored
(whenever possible), for documentation purposes (jsdocs.js).
-
- Jul 25, 2003
-
-
rswindell authored
Checking more JS API return values for failure.
-
- Jul 23, 2003
-
-
rswindell authored
"max_bytes" value is insufficient for the number of configured items: by defining dynamically created objects and arrays as properties of child objects of the global object immediately after such objects are created, they are "implicitly rooted", protecting them from (unexpected) garbage collection. Now the initialization will simply fail with a nice "out of memory" error. This was a long-standing bug that rarely occurred in the wild.
-
- Jun 12, 2003
-
-
rswindell authored
-
- May 06, 2003
-
-
rswindell authored
-
- Apr 03, 2003
-
-
rswindell authored
Added more property descriptions (for dynamic JS object model docs). Fixed a few bugs exposed by jsdocs.js. Using JS_NewNumberValue for full 32-bit integer support (bitfields mostly).
-
- Apr 02, 2003
-
-
rswindell authored
reasignment by script author accidentally using object name as local variable.
-
- Mar 22, 2003
-
-
rswindell authored
-
- Mar 21, 2003
- Mar 10, 2003
-
-
rswindell authored
(associative array).
-
- Mar 08, 2003
-
-
rswindell authored
to scripts with no user logged in (e.g. fingerservice.js).
-
- Nov 30, 2002
-
-
rswindell authored
-
- Nov 07, 2002
-
-
rswindell authored
-