root/trunk/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @264 [264] 18 months ddavis use the proper format for \u encoding
(edit) @263 [263] 19 months auno Fixed to work insert image button properly on convert line breaks mode for …
(edit) @259 [259] 22 months ddavis fix the calendar. If setting the month fails, its due to an invalid month …
(edit) @257 [257] 2 years ddavis the max function returns undef if any values are undef. I wrapped all …
(edit) @256 [256] 2 years ddavis potentially undef golbal values must be checked against the window
(edit) @255 [255] 2 years ddavis Fix safari logic in getAbsoluteCursorPosition. BugzID: 64047
(edit) @254 [254] 2 years miyagawa Merge from vox-40
(edit) @251 [251] 2 years ydnar bugid:63155; short aliases for common functions
(edit) @250 [250] 2 years ydnar support URLs with existing query strings
(edit) @249 [249] 2 years ddavis Fixed the MT editor resizer by adding the window scroll offsets to the …
(edit) @248 [248] 2 years ydnar merged changes from LJ JavaScript for Safari 3 support
(edit) @247 [247] 2 years ydnar bugid:60472; fix for cookie toggling in IE
(edit) @242 [242] 2 years ydnar bugid:61087; support window.console in Safari
(edit) @241 [241] 2 years ydnar removed unused escaping functions
(edit) @238 [238] 2 years ydnar merged r237 into trunk
(edit) @228 [228] 2 years ydnar bugid:58987; added Enumerator class for non-IE browsers
(edit) @226 [226] 2 years janine Put this line in a try/catch, because for some reason Opera doesn't like …
(edit) @221 [221] 2 years ddavis allow addClassName, hasClassName and removeClassName to specify an element …
(edit) @220 [220] 2 years ydnar svn merge -c219 http://code.sixapart.com/svn/js/branches/vox-33/ .
(edit) @217 [217] 2 years ydnar bugid:54098; added query string encoding, replaceWithHTML() method and …
(edit) @212 [212] 2 years ddavis Fix js errors due to events being delivered during destruction. BugzID: …
(edit) @211 [211] 2 years btrott AdEngine.insertAdsMulti for inserting multiple ads at a time.
(edit) @210 [210] 2 years ddavis remove unnessary vars
(edit) @209 [209] 2 years ddavis Allow radio buttons or checkboxes in lists. BugzID: 50196
(edit) @208 [208] 2 years ddavis Simpler selection code. Safari fixed, and lists now split by line. …
(edit) @206 [206] 2 years ddavis add autolayout flyout left from right for the cat selector. BugzID: 50196
(edit) @205 [205] 2 years ddavis add autolayout flyout left for cat selector. BugzID: 50196
(edit) @204 [204] 2 years ddavis fix whitespace check
(edit) @203 [203] 2 years ddavis Format buttons in plain text mode are done. createLink still needs …
(edit) @202 [202] 2 years ddavis Format buttons in plain text mode are almost done. Increase/decrease text …
(edit) @201 [201] 2 years ddavis fixed IE setting the editor text value to 'null', and use setChanged for …
(edit) @200 [200] 3 years ddavis fixed instance where if source mode was blank it would not reset html mode …
(edit) @199 [199] 3 years ddavis Make editor changes easier to detect in a subclass. BugzID: 32161
(edit) @198 [198] 3 years ddavis allow whitespace between pound star and the command in templates
(edit) @197 [197] 3 years ddavis use negative absolute equality instead of ternary operator for defined …
(edit) @196 [196] 3 years ddavis Prefer NAMESPACE:command over css command-
(edit) @195 [195] 3 years ddavis Avoid errors after events fired after destruction of IndirectObjects. …
(edit) @194 [194] 3 years ydnar svn merge -c193 http://code.sixapart.com/svn/js/branches/vox-29/common .
(edit) @191 [191] 3 years ydnar svn propset svn:ignore "*.jsc" Editor/
(edit) @190 [190] 3 years ddavis check for NAMESPACE:command attribute after the class based command checks
(edit) @189 [189] 3 years ydnar bugid:47825; added toggleMode command to Compose toolbar for users with …
(edit) @188 [188] 3 years ddavis clean up
(edit) @187 [187] 3 years ydnar bugid:47825; implemented editor.actual; switchable between iframe/textarea
(edit) @186 [186] 3 years ddavis implement get/set html and focus
(edit) @185 [185] 3 years ydnar bugid:47825; toolbar, iframe and textarea are now initialized based on DOM …
(edit) @184 [184] 3 years ddavis add function stubs
(edit) @183 [183] 3 years ydnar bugid:47825; moved Editor into code.sixapart.com repo
(edit) @179 [179] 3 years ddavis fix TC add and remove class name functions. Using a property iterator ( …
(edit) @174 [174] 3 years ddavis support non a-z0-9 methods
(edit) @173 [173] 3 years ddavis modal mask should't be required in all instances, only load it when it …
(edit) @165 [165] 3 years ydnar bugid:48991; minor cleanup in Core.js
(edit) @164 [164] 3 years ydnar merged r163 into trunk
(edit) @161 [161] 3 years ddavis change firebug logging to use the functions for each type: error, info, …
(edit) @159 [159] 3 years ydnar added line
(edit) @158 [158] 3 years ydnar added line
(edit) @157 [157] 3 years ydnar added line
(edit) @156 [156] 3 years ydnar added line
(edit) @155 [155] 3 years ydnar added line
(edit) @154 [154] 3 years ydnar bugid:47825; fixed logic flaw that would return all child nodes of a …
(edit) @153 [153] 3 years ydnar fixed header comment
(edit) @152 [152] 3 years ydnar bugid:49540; bugid:49541; fixed logic flaw in SelectionRange::getNodes …
(edit) @151 [151] 3 years ydnar bugid:45836; cleaned up init a tiny bit
(edit) @150 [150] 3 years ddavis combine the calendar widget BugzID: 45836
(edit) @149 [149] 3 years ydnar fixed Cookie.remove method
(edit) @147 [147] 3 years ydnar revert to earlier behavior, serializing {foo:undefined} as {}
(edit) @145 [145] 3 years ydnar bugid:47872; merge change from branches/vox-26
(edit) @143 [143] 3 years ydnar bugid:48991; changed Observer -> Observable + made related cleanups
(edit) @142 [142] 3 years ydnar removed svn:executable property
(edit) @141 [141] 3 years ydnar removed svn:executable property
(edit) @139 [139] 3 years ydnar bugid:48991; Object.prototype is no longer modified by Core.js or JSON.js; …
(edit) @136 [136] 3 years ydnar bugid:48368; fixed logic to not early out (return) if filter returns false
(edit) @135 [135] 3 years ydnar bugid:48188; added filter callback to DOM.convertHTML and DOM.detectHTML
(edit) @133 [133] 3 years ydnar use correct ellipses; bugid:47697
(edit) @130 [130] 3 years ydnar bugid:47201; eolas patent workaround
(edit) @129 [129] 3 years ydnar bugid:47492; fixed bad call to applySuper()
(edit) @128 [128] 3 years ydnar added interpolate filter to Template.Filters; uses new String …
(edit) @127 [127] 3 years ydnar cleaned up way Class constructor finds super method; added …
(edit) @126 [126] 3 years ydnar removed line
(edit) @124 [124] 3 years ydnar revised initSingleton machinery; now no longer accepts any initialization …
(edit) @123 [123] 3 years ydnar using new super and constructor methods in all core/common classes
(edit) @122 [122] 3 years ydnar using new super and constructor methods
(edit) @121 [121] 3 years ydnar enabled super property on methods & constructors; added callSuper and …
(edit) @118 [118] 3 years ydnar bugid:47156; added stubbed-out code for new superclass method inheritance
(edit) @116 [116] 3 years ydnar added message support to Dialog.Simple; going to phase out Dialog.Message …
(edit) @115 [115] 3 years ydnar additional check for magnifier element
(edit) @111 [111] 3 years ydnar stop scrolling to top of screen when you change pages
(edit) @110 [110] 3 years ydnar better autolayout-flyout-smart code; added margins to getDimensions() …
(edit) @108 [108] 3 years ydnar bugid:46571; renamed flyout to flyoutSmart and reverted old flyout …
(edit) @107 [107] 3 years ydnar added DOM.reload method to use as a callback to reload current or any …
(edit) @106 [106] 3 years ydnar added truth() method to evaluate the string '0' as false (Perlish) in …
(edit) @102 [102] 3 years ddavis force unslection when limiting the number of selections. BugzID: 46162
(edit) @101 [101] 3 years ddavis found missing semicolon
(edit) @100 [100] 3 years ddavis changed the groups flyout to a component transient, updated list to reset …
(edit) @99 [99] 3 years ddavis added select limit to the list. BugzID: 45659
(edit) @98 [98] 3 years ddavis add is.selected to the list item templates. BugzID: 45649
(edit) @97 [97] 3 years ddavis add component return to add/remove component
(edit) @96 [96] 3 years ddavis add svn:ignore
(edit) @95 [95] 3 years ddavis secondsInDay is really miliseconds
(add) @94 [94] 3 years ydnar moved common JavaScript to common subdirectory to fix Win32/Mac …
Note: See TracRevisionLog for help on using the revision log.