root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @264 [264] 06/11/08 22:46:16 ddavis use the proper format for \u encoding
(edit) @263 [263] 05/07/08 23:25:24 auno Fixed to work insert image button properly on convert line breaks mode for …
(edit) @261 [261] 02/26/08 23:40:50 janine New functions for finding the X and Y positions of an element.
(edit) @260 [260] 02/19/08 15:33:17 sup Fixed bug with russian letter "b", which is the same keyboard key as ","
(edit) @259 [259] 02/06/08 05:04:04 ddavis fix the calendar. If setting the month fails, its due to an invalid month …
(edit) @257 [257] 12/19/07 20:16:39 ddavis the max function returns undef if any values are undef. I wrapped all …
(edit) @256 [256] 12/18/07 18:02:07 ddavis potentially undef golbal values must be checked against the window
(edit) @255 [255] 12/18/07 00:45:38 ddavis Fix safari logic in getAbsoluteCursorPosition. BugzID: 64047
(edit) @254 [254] 12/17/07 23:54:18 miyagawa Merge from vox-40
(edit) @251 [251] 12/11/07 02:27:38 ydnar bugid:63155; short aliases for common functions
(edit) @250 [250] 12/07/07 21:52:56 ydnar support URLs with existing query strings
(edit) @249 [249] 12/05/07 01:31:47 ddavis Fixed the MT editor resizer by adding the window scroll offsets to the …
(edit) @248 [248] 11/29/07 18:35:18 ydnar merged changes from LJ JavaScript for Safari 3 support
(edit) @247 [247] 11/26/07 18:57:32 ydnar bugid:60472; fix for cookie toggling in IE
(edit) @246 [246] 11/14/07 20:29:51 henrylyne When displaying IPPU without a fixed position, take into account window …
(edit) @245 [245] 11/14/07 20:27:18 henrylyne Have Dom.getWindowScroll use current window by default. Try finding scroll …
(edit) @243 [243] 11/02/07 19:51:54 miyagawa Merge from vox-38
(edit) @242 [242] 11/02/07 17:07:29 ydnar bugid:61087; support window.console in Safari
(edit) @241 [241] 11/02/07 17:06:58 ydnar removed unused escaping functions
(edit) @240 [240] 10/31/07 20:09:16 janine Bug ID: 60122 Allow an InputComplete object to be disabled.
(edit) @239 [239] 10/24/07 20:42:49 janine Fix indentation in this file (no functional changes).
(edit) @238 [238] 10/11/07 19:35:23 ydnar merged r237 into trunk
(edit) @236 [236] 10/11/07 01:30:29 janine Don't auto-complete when pressing enter.
(edit) @234 [234] 10/10/07 22:54:19 janine Allow constructors of InputCompleteData to pass in a second argument …
(edit) @233 [233] 10/10/07 22:15:58 janine Get rid of tabs in this file. No functional changes.
(edit) @232 [232] 10/01/07 20:32:42 whitaker Bug ID: 58521 Testing post-commit
(edit) @231 [231] 10/01/07 20:26:34 whitaker Bug ID: 58521 Testing post-commit hooks
(edit) @230 [230] 10/01/07 19:58:06 whitaker Bug ID: 58521 Testing post-commit hooks
(edit) @229 [229] 10/01/07 19:56:10 whitaker Bug ID: 58521 Testing post-commit hook
(edit) @228 [228] 09/28/07 20:18:33 ydnar bugid:58987; added Enumerator class for non-IE browsers
(edit) @226 [226] 09/18/07 18:20:57 janine Put this line in a try/catch, because for some reason Opera doesn't like …
(edit) @222 [222] 07/26/07 18:25:17 henrylyne Allow offset from top and left for centerOnWidget.
(edit) @221 [221] 07/24/07 23:41:29 ddavis allow addClassName, hasClassName and removeClassName to specify an element …
(edit) @220 [220] 07/12/07 18:19:45 ydnar svn merge -c219 http://code.sixapart.com/svn/js/branches/vox-33/ .
(edit) @217 [217] 07/06/07 01:25:33 ydnar bugid:54098; added query string encoding, replaceWithHTML() method and …
(edit) @212 [212] 06/11/07 17:08:49 ddavis Fix js errors due to events being delivered during destruction. BugzID: …
(edit) @211 [211] 06/09/07 00:29:39 btrott AdEngine.insertAdsMulti for inserting multiple ads at a time.
(edit) @210 [210] 06/04/07 20:20:30 ddavis remove unnessary vars
(edit) @209 [209] 06/01/07 19:21:10 ddavis Allow radio buttons or checkboxes in lists. BugzID: 50196
(edit) @208 [208] 06/01/07 19:17:01 ddavis Simpler selection code. Safari fixed, and lists now split by line. …
(edit) @206 [206] 05/30/07 20:57:07 ddavis add autolayout flyout left from right for the cat selector. BugzID: 50196
(edit) @205 [205] 05/30/07 20:15:59 ddavis add autolayout flyout left for cat selector. BugzID: 50196
(edit) @204 [204] 05/30/07 19:50:59 ddavis fix whitespace check
(edit) @203 [203] 05/30/07 16:36:56 ddavis Format buttons in plain text mode are done. createLink still needs …
(edit) @202 [202] 05/30/07 14:24:43 ddavis Format buttons in plain text mode are almost done. Increase/decrease text …
(edit) @201 [201] 05/29/07 22:51:10 ddavis fixed IE setting the editor text value to 'null', and use setChanged for …
(edit) @200 [200] 05/29/07 08:01:13 ddavis fixed instance where if source mode was blank it would not reset html mode …
(edit) @199 [199] 05/24/07 12:59:30 ddavis Make editor changes easier to detect in a subclass. BugzID: 32161
(edit) @198 [198] 05/22/07 18:28:48 ddavis allow whitespace between pound star and the command in templates
(edit) @197 [197] 05/21/07 20:09:31 ddavis use negative absolute equality instead of ternary operator for defined …
(edit) @196 [196] 05/17/07 02:10:17 ddavis Prefer NAMESPACE:command over css command-
(edit) @195 [195] 05/17/07 02:09:55 ddavis Avoid errors after events fired after destruction of IndirectObjects. …
(edit) @194 [194] 05/16/07 00:05:47 ydnar svn merge -c193 http://code.sixapart.com/svn/js/branches/vox-29/common .
(edit) @191 [191] 05/14/07 17:00:41 ydnar svn propset svn:ignore "*.jsc" Editor/
(edit) @190 [190] 05/10/07 00:11:26 ddavis check for NAMESPACE:command attribute after the class based command checks
(edit) @189 [189] 05/05/07 00:46:04 ydnar bugid:47825; added toggleMode command to Compose toolbar for users with …
(edit) @188 [188] 05/04/07 22:30:13 ddavis clean up
(edit) @187 [187] 05/04/07 22:15:56 ydnar bugid:47825; implemented editor.actual; switchable between iframe/textarea
(edit) @186 [186] 05/04/07 22:09:01 ddavis implement get/set html and focus
(edit) @185 [185] 05/04/07 20:45:03 ydnar bugid:47825; toolbar, iframe and textarea are now initialized based on DOM …
(edit) @184 [184] 05/04/07 20:21:57 ddavis add function stubs
(edit) @183 [183] 05/04/07 20:08:27 ydnar bugid:47825; moved Editor into code.sixapart.com repo
(edit) @182 [182] 05/04/07 08:08:11 ydnar bugid:48991; added io.js; moved XMLHttpRequest into it
(edit) @181 [181] 05/04/07 07:46:03 ydnar bugid:48991; added json.js; moved utility libraries under typecore/util/
(edit) @180 [180] 05/04/07 07:44:03 ydnar added svn:keywords property
(edit) @179 [179] 05/04/07 06:13:12 ddavis fix TC add and remove class name functions. Using a property iterator ( …
(edit) @178 [178] 05/04/07 00:41:32 ydnar bugid:48991; 2nd argument to Class constructor is an object containing …
(edit) @177 [177] 05/04/07 00:38:54 ydnar bugid:48991; using prefix and suffix
(edit) @176 [176] 05/04/07 00:30:49 ydnar bugid:48991; added Java/Dojo-style namespaced core JavaScript
(edit) @175 [175] 05/04/07 00:30:19 ydnar removed exec bit
(edit) @174 [174] 05/03/07 01:16:39 ddavis support non a-z0-9 methods
(edit) @173 [173] 05/03/07 01:16:01 ddavis modal mask should't be required in all instances, only load it when it …
(edit) @172 [172] 05/02/07 20:44:03 ydnar bugid:48991; internal constants use prefix
(edit) @171 [171] 05/02/07 20:23:38 ydnar bugid:48991; now backwards compatible with normal Core JS
(edit) @170 [170] 05/02/07 18:44:03 ydnar bugid:48991; added TypeCore.Compat namespace
(edit) @169 [169] 05/02/07 18:43:27 ydnar bugid:48991; added TypeCore.Compat namespace; adjusted event handlers
(edit) @168 [168] 05/02/07 18:28:40 ydnar bugid:48991; added TypeCore namespace, delcare() function, moved event …
(edit) @167 [167] 05/02/07 18:18:23 ydnar bugid:48991; updated license header for TypeCore & AdEngine classes
(edit) @166 [166] 05/02/07 18:02:24 ydnar bugid:48991; begin migration from common/Core to TypeCore namespace
(edit) @165 [165] 04/30/07 23:38:11 ydnar bugid:48991; minor cleanup in Core.js
(edit) @164 [164] 04/25/07 20:41:19 ydnar merged r163 into trunk
(edit) @161 [161] 04/24/07 23:36:22 ddavis change firebug logging to use the functions for each type: error, info, …
(edit) @159 [159] 04/24/07 01:05:37 ydnar added line
(edit) @158 [158] 04/24/07 01:03:33 ydnar added line
(edit) @157 [157] 04/24/07 01:01:29 ydnar added line
(edit) @156 [156] 04/24/07 01:01:07 ydnar added line
(edit) @155 [155] 04/24/07 01:00:57 ydnar added line
(edit) @154 [154] 04/24/07 00:54:31 ydnar bugid:47825; fixed logic flaw that would return all child nodes of a …
(edit) @153 [153] 04/24/07 00:44:57 ydnar fixed header comment
(edit) @152 [152] 04/23/07 03:17:39 ydnar bugid:49540; bugid:49541; fixed logic flaw in SelectionRange::getNodes …
(edit) @151 [151] 04/20/07 20:58:38 ydnar bugid:45836; cleaned up init a tiny bit
(edit) @150 [150] 04/20/07 20:36:27 ddavis combine the calendar widget BugzID: 45836
(edit) @149 [149] 04/18/07 19:12:52 ydnar fixed Cookie.remove method
(edit) @147 [147] 04/09/07 22:10:24 ydnar revert to earlier behavior, serializing {foo:undefined} as {}
(edit) @145 [145] 04/05/07 23:09:15 ydnar bugid:47872; merge change from branches/vox-26
(edit) @143 [143] 04/05/07 05:51:53 ydnar bugid:48991; changed Observer -> Observable + made related cleanups
(edit) @142 [142] 04/05/07 05:20:23 ydnar removed svn:executable property
(edit) @141 [141] 04/05/07 05:19:52 ydnar removed svn:executable property
(edit) @139 [139] 04/04/07 06:48:29 ydnar bugid:48991; Object.prototype is no longer modified by Core.js or JSON.js; …
(edit) @137 [137] 03/27/07 22:38:30 mischa better error message
Note: See TracRevisionLog for help on using the revision log.