typo 5.1.2 → 5.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES-5.1.3 +21 -0
- data/MAINTAINERS +6 -1
- data/README +1 -1
- data/app/controllers/admin/base_controller.rb +1 -1
- data/app/controllers/admin/content_controller.rb +18 -11
- data/app/controllers/admin/settings_controller.rb +16 -0
- data/app/controllers/admin/users_controller.rb +2 -3
- data/app/controllers/redirect_controller.rb +6 -4
- data/app/models/article.rb +5 -1
- data/app/models/content.rb +1 -1
- data/app/models/tag.rb +1 -1
- data/app/views/admin/content/_form.html.erb +3 -3
- data/app/views/admin/{general → settings}/update_database.html.erb +1 -1
- data/app/views/admin/tags/_form.html.erb +2 -0
- data/app/views/admin/users/_form.html.erb +2 -0
- data/bin/typo +0 -0
- data/config/environments/development.rb +1 -1
- data/config/routes.rb +3 -2
- data/db/converters/mt3.rb +0 -0
- data/db/converters/s9y.rb +0 -0
- data/db/converters/textpattern.rb +0 -0
- data/db/migrate/063_rejig_state_field.rb +2 -0
- data/db/migrate/071_fix_tags_naming.rb +18 -0
- data/db/schema.rb +30 -24
- data/db/scripts/fix_permalinks.rb +0 -0
- data/lang/es_MX.rb +0 -0
- data/lib/generators/sidebar/templates/Rakefile +0 -0
- data/lib/tasks/release.rake +1 -2
- data/lib/typo_version.rb +1 -1
- data/public/dispatch.cgi +0 -0
- data/public/dispatch.fcgi +0 -0
- data/public/dispatch.rb +0 -0
- data/public/images/admin/cancel.png +0 -0
- data/public/images/admin/checked.png +0 -0
- data/public/images/admin/edit.png +0 -0
- data/public/images/admin/help.png +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckcontextmenu.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckdataprocessor.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckdocumentfragment_gecko.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckdocumentfragment_ie.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckdomrange.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckdomrange_gecko.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckdomrange_ie.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckdomrangeiterator.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckeditingarea.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckelementpath.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckenterkey.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckevents.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckicon.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckiecleanup.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckimagepreloader.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckkeystrokehandler.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckmenublock.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckmenublockpanel.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckmenuitem.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckpanel.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckplugin.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckspecialcombo.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckstyle.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fcktoolbar.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fcktoolbarbreak_gecko.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fcktoolbarbreak_ie.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fcktoolbarbutton.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fcktoolbarbuttonui.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fcktoolbarfontformatcombo.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fcktoolbarfontscombo.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fcktoolbarfontsizecombo.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fcktoolbarpanelbutton.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fcktoolbarspecialcombo.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fcktoolbarstylecombo.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckw3crange.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckxml.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckxml_gecko.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/classes/fckxml_ie.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fck_othercommands.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fckblockquotecommand.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fckcorestylecommand.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fckfitwindow.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fckindentcommands.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fckjustifycommands.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fcklistcommands.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fcknamedcommand.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fckremoveformatcommand.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fckshowblocks.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fckstylecommand.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fcktablecommand.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/commandclasses/fcktextcolorcommand.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/fckconstants.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/fckeditorapi.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/fckjscoreextensions.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/fckscriptloader.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fck.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fck_contextmenu.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fck_gecko.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fck_ie.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckbrowserinfo.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckcodeformatter.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckcommands.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckconfig.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckdebug.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckdialog.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckdialog_gecko.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckdialog_ie.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckdocumentprocessor.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckdomtools.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fcklanguagemanager.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fcklisthandler.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fcklistslib.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckplugins.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckregexlib.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckselection.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckselection_gecko.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckselection_ie.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckstyles.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fcktablehandler.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fcktablehandler_gecko.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fcktablehandler_ie.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fcktoolbaritems.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fcktoolbarset.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fcktools.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fcktools_gecko.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fcktools_ie.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckundo.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckurlparams.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckxhtml.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckxhtml_gecko.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckxhtml_ie.js +0 -0
- data/public/javascripts/fckeditor/editor/_source/internals/fckxhtmlentities.js +0 -0
- data/public/javascripts/fckeditor/editor/css/behaviors/disablehandles.htc +0 -0
- data/public/javascripts/fckeditor/editor/css/behaviors/showtableborders.htc +0 -0
- data/public/javascripts/fckeditor/editor/css/fck_editorarea.css +0 -0
- data/public/javascripts/fckeditor/editor/css/fck_internal.css +0 -0
- data/public/javascripts/fckeditor/editor/css/fck_showtableborders_gecko.css +0 -0
- data/public/javascripts/fckeditor/editor/css/images/block_address.png +0 -0
- data/public/javascripts/fckeditor/editor/css/images/block_blockquote.png +0 -0
- data/public/javascripts/fckeditor/editor/css/images/block_div.png +0 -0
- data/public/javascripts/fckeditor/editor/css/images/block_h1.png +0 -0
- data/public/javascripts/fckeditor/editor/css/images/block_h2.png +0 -0
- data/public/javascripts/fckeditor/editor/css/images/block_h3.png +0 -0
- data/public/javascripts/fckeditor/editor/css/images/block_h4.png +0 -0
- data/public/javascripts/fckeditor/editor/css/images/block_h5.png +0 -0
- data/public/javascripts/fckeditor/editor/css/images/block_h6.png +0 -0
- data/public/javascripts/fckeditor/editor/css/images/block_p.png +0 -0
- data/public/javascripts/fckeditor/editor/css/images/block_pre.png +0 -0
- data/public/javascripts/fckeditor/editor/css/images/fck_anchor.gif +0 -0
- data/public/javascripts/fckeditor/editor/css/images/fck_flashlogo.gif +0 -0
- data/public/javascripts/fckeditor/editor/css/images/fck_hiddenfield.gif +0 -0
- data/public/javascripts/fckeditor/editor/css/images/fck_pagebreak.gif +0 -0
- data/public/javascripts/fckeditor/editor/dialog/common/fck_dialog_common.css +0 -0
- data/public/javascripts/fckeditor/editor/dialog/common/fck_dialog_common.js +0 -0
- data/public/javascripts/fckeditor/editor/dialog/common/images/locked.gif +0 -0
- data/public/javascripts/fckeditor/editor/dialog/common/images/reset.gif +0 -0
- data/public/javascripts/fckeditor/editor/dialog/common/images/unlocked.gif +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_about.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_about/logo_fredck.gif +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_anchor.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_button.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_checkbox.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_colorselector.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_docprops.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_find.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_flash.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_flash/fck_flash.js +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_form.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_hiddenfield.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_image.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_image/fck_image.js +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_image/fck_image_preview.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_link.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_link/fck_link.js +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_listprop.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_paste.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_radiobutton.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_replace.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_select.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_select/fck_select.js +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_smiley.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_source.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_specialchar.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_table.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_tablecell.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_template.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_template/images/template1.gif +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_template/images/template2.gif +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_template/images/template3.gif +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_textarea.html +0 -0
- data/public/javascripts/fckeditor/editor/dialog/fck_textfield.html +0 -0
- data/public/javascripts/fckeditor/editor/dtd/fck_dtd_test.html +0 -0
- data/public/javascripts/fckeditor/editor/dtd/fck_xhtml10strict.js +0 -0
- data/public/javascripts/fckeditor/editor/dtd/fck_xhtml10transitional.js +0 -0
- data/public/javascripts/fckeditor/editor/fckdebug.html +0 -0
- data/public/javascripts/fckeditor/editor/fckdialog.html +0 -0
- data/public/javascripts/fckeditor/editor/fckeditor.html +0 -0
- data/public/javascripts/fckeditor/editor/fckeditor.original.html +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/browser.css +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/browser.html +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/frmactualfolder.html +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/frmfolders.html +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/frmresourceslist.html +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/frmresourcetype.html +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/frmupload.html +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/Folder.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/Folder32.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/html.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/js.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/png.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/images/spacer.gif +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/js/common.js +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/browser/default/js/fckxml.js +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/aspx/connector.aspx +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/aspx/upload.aspx +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/perl/basexml.pl +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/perl/commands.pl +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/perl/connector.cgi +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/perl/io.pl +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/perl/upload.cgi +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/perl/upload_fck.pl +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/perl/util.pl +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/py/config.py +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/py/connector.py +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/py/fckcommands.py +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/py/fckconnector.py +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/py/fckoutput.py +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/py/fckutil.py +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/py/htaccess.txt +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/py/upload.py +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/py/wsgi.py +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/py/zope.py +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/test.html +0 -0
- data/public/javascripts/fckeditor/editor/filemanager/connectors/uploadtest.html +0 -0
- data/public/javascripts/fckeditor/editor/images/anchor.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/arrow_ltr.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/arrow_rtl.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/angel_smile.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/angry_smile.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/broken_heart.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/cake.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/confused_smile.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/cry_smile.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/devil_smile.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/embaressed_smile.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/envelope.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/heart.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/kiss.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/lightbulb.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/omg_smile.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/regular_smile.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/sad_smile.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/shades_smile.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/teeth_smile.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/thumbs_down.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/thumbs_up.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/tounge_smile.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/smiley/msn/wink_smile.gif +0 -0
- data/public/javascripts/fckeditor/editor/images/spacer.gif +0 -0
- data/public/javascripts/fckeditor/editor/js/fckeditorcode_gecko.js +0 -0
- data/public/javascripts/fckeditor/editor/js/fckeditorcode_ie.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/_translationstatus.txt +0 -0
- data/public/javascripts/fckeditor/editor/lang/af.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/ar.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/bg.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/bn.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/bs.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/ca.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/cs.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/da.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/de.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/el.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/en-au.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/en-ca.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/en-uk.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/en.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/eo.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/es.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/et.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/eu.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/fa.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/fi.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/fo.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/fr.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/gl.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/he.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/hi.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/hr.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/hu.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/it.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/ja.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/km.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/ko.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/lt.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/lv.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/mn.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/ms.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/nb.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/nl.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/no.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/pl.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/pt-br.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/pt.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/ro.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/ru.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/sk.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/sl.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/sr-latn.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/sr.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/sv.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/th.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/tr.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/uk.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/vi.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/zh-cn.js +0 -0
- data/public/javascripts/fckeditor/editor/lang/zh.js +0 -0
- data/public/javascripts/fckeditor/editor/plugins/autogrow/fckplugin.js +0 -0
- data/public/javascripts/fckeditor/editor/plugins/bbcode/_sample/sample.config.js +0 -0
- data/public/javascripts/fckeditor/editor/plugins/bbcode/_sample/sample.html +0 -0
- data/public/javascripts/fckeditor/editor/plugins/bbcode/fckplugin.js +0 -0
- data/public/javascripts/fckeditor/editor/plugins/dragresizetable/fckplugin.js +0 -0
- data/public/javascripts/fckeditor/editor/plugins/placeholder/fck_placeholder.html +0 -0
- data/public/javascripts/fckeditor/editor/plugins/placeholder/fckplugin.js +0 -0
- data/public/javascripts/fckeditor/editor/plugins/placeholder/lang/de.js +0 -0
- data/public/javascripts/fckeditor/editor/plugins/placeholder/lang/en.js +0 -0
- data/public/javascripts/fckeditor/editor/plugins/placeholder/lang/fr.js +0 -0
- data/public/javascripts/fckeditor/editor/plugins/placeholder/lang/it.js +0 -0
- data/public/javascripts/fckeditor/editor/plugins/placeholder/lang/pl.js +0 -0
- data/public/javascripts/fckeditor/editor/plugins/placeholder/placeholder.gif +0 -0
- data/public/javascripts/fckeditor/editor/plugins/simplecommands/fckplugin.js +0 -0
- data/public/javascripts/fckeditor/editor/plugins/tablecommands/fckplugin.js +0 -0
- data/public/javascripts/fckeditor/editor/skins/_fckviewstrips.html +0 -0
- data/public/javascripts/fckeditor/editor/skins/silver/fck_dialog.css +0 -0
- data/public/javascripts/fckeditor/editor/skins/silver/fck_editor.css +0 -0
- data/public/javascripts/fckeditor/editor/skins/silver/fck_strip.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/silver/images/toolbar.collapse.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/silver/images/toolbar.end.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/silver/images/toolbar.expand.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/silver/images/toolbar.separator.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/silver/images/toolbar.start.gif +0 -0
- data/public/javascripts/fckeditor/fckconfig.js +0 -0
- data/public/javascripts/fckeditor/fckeditor.js +0 -0
- data/public/javascripts/fckeditor/fckeditor.py +0 -0
- data/public/javascripts/fckeditor/fckpackager.xml +0 -0
- data/public/javascripts/fckeditor/fckstyles.xml +0 -0
- data/public/javascripts/fckeditor/fcktemplates.xml +0 -0
- data/public/javascripts/fckeditor/license.txt +0 -0
- data/script/about +0 -0
- data/script/benchmarker +0 -0
- data/script/breakpointer +0 -0
- data/script/console +0 -0
- data/script/destroy +0 -0
- data/script/generate +0 -0
- data/script/lighttpd +0 -0
- data/script/logreport +0 -0
- data/script/migrate +0 -0
- data/script/performance/benchmarker +0 -0
- data/script/performance/profiler +0 -0
- data/script/plugin +0 -0
- data/script/process/inspector +0 -0
- data/script/process/reaper +0 -0
- data/script/process/spawner +0 -0
- data/script/process/spinner +0 -0
- data/script/profiler +0 -0
- data/script/runner +0 -0
- data/script/server +0 -0
- data/script/spacecheck +0 -0
- data/script/spec +0 -0
- data/script/spec_server +0 -0
- data/spec/controllers/admin/users_controller_spec.rb +71 -44
- data/spec/controllers/redirect_controller_spec.rb +46 -8
- data/spec/controllers/textfilter_controller_spec.rb +0 -27
- data/spec/models/article_spec.rb +1 -1
- data/spec/models/text_filter_spec.rb +0 -4
- data/test/fixtures/profiles.yml +2 -0
- data/test/fixtures/users.yml +11 -0
- data/test/mocks/themes/typographic/images/Thumbs.db +0 -0
- data/test/mocks/themes/typographic/images/accept.png +0 -0
- data/test/mocks/themes/typographic/images/accept50.png +0 -0
- data/test/mocks/themes/typographic/images/bg_body.jpg +0 -0
- data/test/mocks/themes/typographic/images/bg_white.png +0 -0
- data/test/mocks/themes/typographic/images/bg_wrapper.jpg +0 -0
- data/test/mocks/themes/typographic/images/bullet_bottom.png +0 -0
- data/test/mocks/themes/typographic/images/bullet_right.png +0 -0
- data/test/mocks/themes/typographic/images/email_open.png +0 -0
- data/test/mocks/themes/typographic/images/email_open50.png +0 -0
- data/test/mocks/themes/typographic/images/meta.png +0 -0
- data/test/mocks/themes/typographic/images/page_edit.png +0 -0
- data/test/mocks/themes/typographic/images/page_edit50.png +0 -0
- data/test/mocks/themes/typographic/images/tag.png +0 -0
- data/test/mocks/themes/typographic/images/user.png +0 -0
- data/test/mocks/themes/typographic/images/user50.png +0 -0
- data/test/mocks/themes/typographic/images/world_link.png +0 -0
- data/test/mocks/themes/typographic/images/world_link50.png +0 -0
- data/test/mocks/themes/typographic/stylesheets/colors.css +0 -0
- data/test/mocks/themes/typographic/stylesheets/layout.css +0 -0
- data/test/mocks/themes/typographic/stylesheets/reset.css +0 -0
- data/test/mocks/themes/typographic/stylesheets/style.css +0 -0
- data/test/mocks/themes/typographic/views/theme/static_view_test.html.erb +0 -0
- data/themes/dirtylicious/about.markdown +0 -0
- data/themes/dirtylicious/images/body.jpg +0 -0
- data/themes/dirtylicious/images/container.jpg +0 -0
- data/themes/dirtylicious/images/header.jpg +0 -0
- data/themes/dirtylicious/images/li.gif +0 -0
- data/themes/dirtylicious/images/main.gif +0 -0
- data/themes/dirtylicious/images/nav.gif +0 -0
- data/themes/dirtylicious/images/quote.gif +0 -0
- data/themes/dirtylicious/stylesheets/application.css +0 -0
- data/themes/standard_issue/about.markdown +0 -0
- data/themes/standard_issue/images/img01.gif +0 -0
- data/themes/standard_issue/images/img02.gif +0 -0
- data/themes/standard_issue/images/img03.gif +0 -0
- data/themes/standard_issue/images/img04.jpg +0 -0
- data/themes/standard_issue/images/img05.gif +0 -0
- data/themes/standard_issue/images/img06.gif +0 -0
- data/themes/standard_issue/images/img07.gif +0 -0
- data/themes/standard_issue/images/img08.gif +0 -0
- data/themes/standard_issue/images/img09.gif +0 -0
- data/themes/standard_issue/images/img10.gif +0 -0
- data/themes/standard_issue/images/spacer.gif +0 -0
- data/themes/standard_issue/images/spinner.gif +0 -0
- data/themes/standard_issue/preview.png +0 -0
- data/themes/standard_issue/stylesheets/application.css +0 -0
- data/themes/standard_issue/views/theme/static_view_test.html.erb +0 -0
- data/themes/typographic/images/accept.png +0 -0
- data/themes/typographic/images/accept50.png +0 -0
- data/themes/typographic/images/bg_body.jpg +0 -0
- data/themes/typographic/images/bg_white.png +0 -0
- data/themes/typographic/images/bg_wrapper.jpg +0 -0
- data/themes/typographic/images/bullet_bottom.png +0 -0
- data/themes/typographic/images/bullet_right.png +0 -0
- data/themes/typographic/images/email_open.png +0 -0
- data/themes/typographic/images/email_open50.png +0 -0
- data/themes/typographic/images/meta.png +0 -0
- data/themes/typographic/images/page_edit.png +0 -0
- data/themes/typographic/images/page_edit50.png +0 -0
- data/themes/typographic/images/tag.png +0 -0
- data/themes/typographic/images/user.png +0 -0
- data/themes/typographic/images/user50.png +0 -0
- data/themes/typographic/images/world_link.png +0 -0
- data/themes/typographic/images/world_link50.png +0 -0
- data/themes/typographic/stylesheets/colors.css +0 -0
- data/themes/typographic/stylesheets/layout.css +0 -0
- data/themes/typographic/stylesheets/reset.css +0 -0
- data/themes/typographic/stylesheets/style.css +0 -0
- data/themes/typographic/views/theme/static_view_test.html.erb +0 -0
- data/vendor/actionwebservice/test/gencov +0 -0
- data/vendor/actionwebservice/test/run +0 -0
- data/vendor/bluecloth/bin/bluecloth +0 -0
- data/vendor/bluecloth/install.rb +0 -0
- data/vendor/bluecloth/test.rb +0 -0
- data/vendor/plugins/rspec/bin/spec +0 -0
- data/vendor/plugins/rspec/bin/spec_translator +0 -0
- data/vendor/plugins/rspec/examples/pure/behave_as_example.rb +0 -0
- data/vendor/plugins/rspec/lib/spec/example/configuration.rb +0 -0
- data/vendor/plugins/rspec/lib/spec/example/example_group_factory.rb +0 -0
- data/vendor/plugins/rspec/lib/spec/example/example_matcher.rb +0 -0
- data/vendor/plugins/rspec/lib/spec/extensions.rb +0 -0
- data/vendor/plugins/rspec/lib/spec/extensions/object.rb +0 -0
- data/vendor/plugins/rspec/lib/spec/matchers/operator_matcher.rb +0 -0
- data/vendor/plugins/rspec/spec/spec/example/configuration_spec.rb +0 -0
- data/vendor/plugins/rspec/spec/spec/example/predicate_matcher_spec.rb +0 -0
- data/vendor/plugins/rspec_on_rails/generators/rspec_controller/USAGE +0 -0
- data/vendor/plugins/rspec_on_rails/generators/rspec_controller/rspec_controller_generator.rb +0 -0
- data/vendor/plugins/rspec_on_rails/generators/rspec_controller/templates/controller_spec.rb +0 -0
- data/vendor/plugins/rspec_on_rails/generators/rspec_model/USAGE +0 -0
- data/vendor/plugins/rspec_on_rails/generators/rspec_model/rspec_model_generator.rb +0 -0
- data/vendor/plugins/rspec_on_rails/generators/rspec_model/templates/model_spec.rb +0 -0
- data/vendor/plugins/rspec_on_rails/generators/rspec_scaffold/templates/controller_spec.rb +0 -0
- data/vendor/plugins/rspec_on_rails/lib/spec/rails/extensions/action_controller/base.rb +0 -0
- data/vendor/plugins/rspec_on_rails/lib/spec/rails/extensions/spec/example/configuration.rb +0 -0
- data/vendor/plugins/rspec_on_rails/spec/rails/example/helper_spec_spec.rb +0 -0
- data/vendor/plugins/rspec_on_rails/spec/rails/example/shared_behaviour_spec.rb +0 -0
- data/vendor/plugins/rspec_on_rails/spec_resources/views/view_spec/entry_form.rhtml +0 -0
- data/vendor/redcloth/install.rb +0 -0
- metadata +12 -75
- data/CHANGES-5.1 +0 -56
- data/app/controllers/admin/general_controller.rb +0 -22
- data/public/javascripts/fckeditor/editor/skins/default/fck_dialog.css +0 -402
- data/public/javascripts/fckeditor/editor/skins/default/fck_editor.css +0 -464
- data/public/javascripts/fckeditor/editor/skins/default/fck_strip.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/default/images/toolbar.arrowright.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/default/images/toolbar.collapse.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/default/images/toolbar.end.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/default/images/toolbar.expand.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/default/images/toolbar.separator.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/default/images/toolbar.start.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/office2003/fck_dialog.css +0 -402
- data/public/javascripts/fckeditor/editor/skins/office2003/fck_editor.css +0 -476
- data/public/javascripts/fckeditor/editor/skins/office2003/fck_strip.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/office2003/images/toolbar.bg.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/office2003/images/toolbar.end.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/office2003/images/toolbar.expand.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/office2003/images/toolbar.separator.gif +0 -0
- data/public/javascripts/fckeditor/editor/skins/office2003/images/toolbar.start.gif +0 -0
- data/vendor/plugins/typo_textfilter_amazon/README +0 -5
- data/vendor/plugins/typo_textfilter_amazon/Rakefile +0 -22
- data/vendor/plugins/typo_textfilter_amazon/init.rb +0 -4
- data/vendor/plugins/typo_textfilter_amazon/install.rb +0 -1
- data/vendor/plugins/typo_textfilter_amazon/lib/typo_textfilter_amazon.rb +0 -45
- data/vendor/plugins/typo_textfilter_amazon/tasks/typo_textfilter_amazon_tasks.rake +0 -4
- data/vendor/plugins/typo_textfilter_amazon/test/typo_textfilter_amazon_test.rb +0 -8
- data/vendor/plugins/typo_textfilter_sparkline/README +0 -4
- data/vendor/plugins/typo_textfilter_sparkline/Rakefile +0 -22
- data/vendor/plugins/typo_textfilter_sparkline/init.rb +0 -2
- data/vendor/plugins/typo_textfilter_sparkline/install.rb +0 -1
- data/vendor/plugins/typo_textfilter_sparkline/lib/typo_textfilter_sparkline.rb +0 -92
- data/vendor/plugins/typo_textfilter_sparkline/tasks/typo_textfilter_sparkline_tasks.rake +0 -4
- data/vendor/plugins/typo_textfilter_sparkline/test/typo_textfilter_sparkline_test.rb +0 -8
- data/vendor/plugins/typo_textfilter_tmcode/README +0 -4
- data/vendor/plugins/typo_textfilter_tmcode/Rakefile +0 -22
- data/vendor/plugins/typo_textfilter_tmcode/init.rb +0 -3
- data/vendor/plugins/typo_textfilter_tmcode/install.rb +0 -1
- data/vendor/plugins/typo_textfilter_tmcode/lib/typo_textfilter_tmcode.rb +0 -86
- data/vendor/plugins/typo_textfilter_tmcode/tasks/typo_textfilter_tmcode_tasks.rake +0 -4
- data/vendor/plugins/typo_textfilter_tmcode/test/typo_textfilter_tmcode_test.rb +0 -8
File without changes
|
data/lang/es_MX.rb
CHANGED
File without changes
|
File without changes
|
data/lib/tasks/release.rake
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
require 'rake/gempackagetask'
|
2
2
|
require 'rake/contrib/rubyforgepublisher'
|
3
3
|
|
4
|
-
PKG_VERSION = "5.1.
|
4
|
+
PKG_VERSION = "5.1.3"
|
5
5
|
PKG_NAME = "typo"
|
6
6
|
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
|
7
7
|
RUBY_FORGE_PROJECT = 'typo'
|
@@ -33,7 +33,6 @@ spec = Gem::Specification.new do |s|
|
|
33
33
|
s.add_dependency("rails", "= 2.0.2")
|
34
34
|
s.add_dependency("mongrel", ">= 1.1.3")
|
35
35
|
s.add_dependency("mongrel_cluster", ">= 0.2.0")
|
36
|
-
s.add_dependency("mysql", ">= 2.7")
|
37
36
|
s.add_dependency("rails-app-installer", ">= 0.2.0")
|
38
37
|
s.add_dependency("ruby-debug", ">= 0.10.1")
|
39
38
|
s.add_dependency("flexmock", ">= 0.8.2")
|
data/lib/typo_version.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
TYPO_VERSION = '5.1.
|
1
|
+
TYPO_VERSION = '5.1.3'
|
data/public/dispatch.cgi
CHANGED
File without changes
|
data/public/dispatch.fcgi
CHANGED
File without changes
|
data/public/dispatch.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/public/javascripts/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
CHANGED
File without changes
|
data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
CHANGED
File without changes
|
data/public/javascripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
CHANGED
File without changes
|