Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Tiny MCE upgraded from 2.x to 3.x - configs will need to be revisited.

...

Removed ability to add js/css libraries using request.inHead[libraryID]

  • extCoreJS
  • extJS (available as registered library ext)
  • prototypeLiteJS,prototypeJS,prototypeTreeJS
  • scriptaculousJS,ScriptaculousEffectsJS,ScriptaculousDragAndDropJS
  • swfObjectJS (available as registered library swfObject)
  • farcryFormJS
  • FormValidationJS
  • JSONJS,dataRequestorJS
  • lightboxJS
  • TabsJS
  • DateTimePickerJS
  • CalendarJS,CalendarSetupJS
  • flashWrapperToggle
  • TinyMCEJS (available as registered library tinymce)
  • jQueryJS (available as registered library jquery)

Changed FU rewrite:

Code Block
### APACHE MOD_REWRITE SYNTAX
RewriteEngine On
RewriteCond %{REQUEST_URI} !(^/farcry|^/webtop|^/flex2gateway|^/flashservices|^/CFIDE)($|/)
RewriteRule ^([a-zA-Z0-9\/\-\%:\[\]\{\}\|\;\<\>\?\,\*\!\@\#\$\ \(\)\^_`~]*)$ /index.cfm?furl=$1 [L,PT,QSA]

...