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