erp_app 3.1.16 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -5
- data/app/controllers/erp_app/desktop/configuration_management/base_controller.rb +2 -2
- data/app/controllers/erp_app/desktop/configuration_management/options_controller.rb +14 -14
- data/app/controllers/erp_app/desktop/configuration_management/types_controller.rb +3 -3
- data/app/controllers/erp_app/desktop/control_panel/application_management_controller.rb +2 -2
- data/app/controllers/erp_app/desktop/file_manager/base_controller.rb +1 -1
- data/app/controllers/erp_app/desktop/job_tracker/base_controller.rb +5 -6
- data/app/controllers/erp_app/desktop/security_management/base_controller.rb +7 -7
- data/app/controllers/erp_app/desktop/security_management/capabilities_controller.rb +37 -42
- data/app/controllers/erp_app/desktop/security_management/groups_controller.rb +70 -75
- data/app/controllers/erp_app/desktop/security_management/roles_controller.rb +63 -68
- data/app/controllers/erp_app/desktop/security_management/users_controller.rb +45 -50
- data/app/controllers/erp_app/login_controller.rb +20 -11
- data/app/controllers/erp_app/mobile/user_management/base_controller.rb +4 -5
- data/app/controllers/erp_app/organizer/application_management_controller.rb +47 -0
- data/app/controllers/erp_app/organizer/crm/contact_mechanisms_controller.rb +150 -0
- data/app/controllers/erp_app/organizer/crm/parties_controller.rb +326 -0
- data/app/controllers/erp_app/organizer/crm/relationship_controller.rb +28 -30
- data/app/controllers/erp_app/organizer/crm/users_controller.rb +250 -0
- data/app/controllers/erp_app/public_controller.rb +9 -2
- data/app/controllers/erp_app/shared/audit_log_controller.rb +68 -0
- data/app/controllers/erp_app/shared/configuration_controller.rb +3 -3
- data/app/controllers/erp_app/shared/notes_controller.rb +50 -40
- data/app/controllers/erp_app/widget_proxy_controller.rb +6 -4
- data/app/models/application.rb +8 -2
- data/app/models/configuration.rb +46 -24
- data/app/models/configuration_item.rb +8 -0
- data/app/models/desktop.rb +0 -14
- data/app/models/organizer.rb +0 -14
- data/app/models/widget.rb +0 -3
- data/app/views/erp_app/desktop/base/index.erb +28 -35
- data/app/views/erp_app/login/index.erb +5 -2
- data/app/views/erp_app/organizer/base/index.erb +22 -17
- data/app/views/erp_app/organizer/crm/parties/details.erb +89 -0
- data/app/views/erp_app/pixlr/close.erb +5 -0
- data/config/routes.rb +74 -42
- data/db/data_migrations/20130703181549_create_tail_desktop_application.rb +4 -7
- data/db/data_migrations/20131102171801_add_customer_role_type.rb +11 -0
- data/db/data_migrations/20131108191057_add_customer_employee_reln.rb +26 -0
- data/db/data_migrations/20140122205941_remove_theme_preference.rb +21 -0
- data/db/migrate/20131112013049_add_erp_app_missing_indexes.rb +31 -0
- data/db/migrate/20131129205550_add_precedence_to_configuration_item_types.rb +7 -0
- data/lib/active_ext/active_ext.rb +1 -1
- data/lib/active_ext/ext_helpers/field_builder.rb +140 -140
- data/lib/erp_app/application_resource_loader/desktop_organizer_loader.rb +1 -2
- data/lib/erp_app/engine.rb +0 -5
- data/lib/erp_app/extensions/active_record/has_user_preferences.rb +70 -69
- data/lib/erp_app/extensions/railties/action_view/helpers/include_helper.rb +29 -27
- data/lib/erp_app/version.rb +7 -3
- data/lib/erp_app/widgets/base.rb +21 -4
- data/lib/erp_app/widgets/loader.rb +2 -2
- data/lib/erp_app.rb +1 -0
- data/lib/generators/cms_widget/USAGE +0 -6
- data/lib/generators/cms_widget/templates/javascript/base.js.erb +1 -1
- data/lib/generators/desktop_application/templates/migrate/migration_template.erb +4 -6
- data/lib/generators/organizer_application/templates/controllers/controller_template.erb +1 -2
- data/lib/generators/organizer_application/templates/public/base.js.erb +21 -25
- data/public/images/art/compass-ae-logo-reverse-1.png +0 -0
- data/public/images/btn/save/save_16x16.png +0 -0
- data/public/images/btn/save_all/save_all_16x16.png +0 -0
- data/public/images/btn_light/add/add_16x16.png +0 -0
- data/public/images/btn_light/left_panel/left_panel_16x16.png +0 -0
- data/public/images/btn_light/left_right_panel/left_right_panel_16x16.png +0 -0
- data/public/images/btn_light/right_panel/right_panel_16x16.png +0 -0
- data/public/images/btn_light/save/save_16x16.png +0 -0
- data/public/images/btn_light/save_all/save_all_16x16.png +0 -0
- data/public/images/erp_app/desktop/applications/security_management/manage_capabilities.png +0 -0
- data/public/images/erp_app/desktop/applications/security_management/manage_groups.png +0 -0
- data/public/images/erp_app/desktop/applications/security_management/manage_roles.png +0 -0
- data/public/images/erp_app/desktop/applications/security_management/manage_users.png +0 -0
- data/public/images/erp_app/desktop/compass_logo_start_icon.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/business.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/business_64x64.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/customer-contact.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/customer_360_64x64.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/people.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/person.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/toolbar_find.png +0 -0
- data/public/images/erp_app/organizer/applications/crm/vcard.png +0 -0
- data/public/images/icons/add/add_16x16.png +0 -0
- data/public/images/icons/add/add_light_16x16.png +0 -0
- data/public/images/icons/arrow_left_blue/arrow_left_blue_16x16.png +0 -0
- data/public/images/icons/arrow_left_blue/arrow_left_blue_32x32.png +0 -0
- data/public/images/icons/arrow_left_blue/arrow_left_blue_48x48.png +0 -0
- data/public/images/icons/arrow_right_blue/arrow_right_blue_16x16.png +0 -0
- data/public/images/icons/arrow_right_blue/arrow_right_blue_32x32.png +0 -0
- data/public/images/icons/arrow_right_blue/arrow_right_blue_48x48.png +0 -0
- data/public/images/icons/article/article_16x16.png +0 -0
- data/public/images/icons/blog/blog_16x16.png +0 -0
- data/public/images/icons/blog/blog_24x24.png +0 -0
- data/public/images/icons/blog/blog_32x32.png +0 -0
- data/public/images/icons/blog/blog_48x48.png +0 -0
- data/public/images/icons/book/book_16x16.png +0 -0
- data/public/images/icons/calendar/calendar_16x16.png +0 -0
- data/public/images/icons/calendar/calendar_64x64.png +0 -0
- data/public/images/icons/calendar/calendar_light_16x16.png +0 -0
- data/public/images/icons/code/code_16x16.png +0 -0
- data/public/images/icons/console/console_16x16.png +0 -0
- data/public/images/icons/console/console_64x64.png +0 -0
- data/public/images/icons/contact-us/contact-us_48x48.png +0 -0
- data/public/images/icons/content/content_16x16.png +0 -0
- data/public/images/icons/control_panel/control_panel_16x16.png +0 -0
- data/public/images/icons/control_panel/control_panel_48x48.png +0 -0
- data/public/images/icons/control_panel/control_panel_64x64.png +0 -0
- data/public/images/icons/copy/copy_16x16.png +0 -0
- data/public/images/icons/creditcards/creditcards_16x16.png +0 -0
- data/public/images/icons/creditcards/creditcards_24x24.png +0 -0
- data/public/images/icons/creditcards/creditcards_32x32.png +0 -0
- data/public/images/icons/creditcards/creditcards_48x48.png +0 -0
- data/public/images/icons/creditcards/creditcards_64x64.png +0 -0
- data/public/images/icons/crm/crm_16x16.png +0 -0
- data/public/images/icons/crm/crm_light_16x16.png +0 -0
- data/public/images/icons/csr/csr_16x16.png +0 -0
- data/public/images/icons/csr/csr_256x256.png +0 -0
- data/public/images/icons/csr/csr_500x500.png +0 -0
- data/public/images/icons/data/data_16x16.png +0 -0
- data/public/images/icons/data/data_64x64.png +0 -0
- data/public/images/icons/database/database_16x16.png +0 -0
- data/public/images/icons/database_column/database_column_16x16.png +0 -0
- data/public/images/icons/db_edit_data/db_edit_data_16x16.png +0 -0
- data/public/images/icons/db_table/db_table_16x16.png +0 -0
- data/public/images/icons/delete/delete_16x16.png +0 -0
- data/public/images/icons/doc_settings/doc_settings_16x16.png +0 -0
- data/public/images/icons/document/document_16x16.png +0 -0
- data/public/images/icons/document_lock/document_lock_16x16.png +0 -0
- data/public/images/icons/document_pulse/document_pulse_64x64.png +0 -0
- data/public/images/icons/edit/edit_16x16.png +0 -0
- data/public/images/icons/exit/exit_16x16.png +0 -0
- data/public/images/icons/eye/eye_16x16.png +0 -0
- data/public/images/icons/eye/eye_24x24.png +0 -0
- data/public/images/icons/eye/eye_32x32.png +0 -0
- data/public/images/icons/eye/eye_48x48.png +0 -0
- data/public/images/icons/fieldtypes/business_party.png +0 -0
- data/public/images/icons/fieldtypes/check.png +0 -0
- data/public/images/icons/fieldtypes/date.png +0 -0
- data/public/images/icons/fieldtypes/display.png +0 -0
- data/public/images/icons/fieldtypes/email.png +0 -0
- data/public/images/icons/fieldtypes/file.png +0 -0
- data/public/images/icons/fieldtypes/file_assets.png +0 -0
- data/public/images/icons/fieldtypes/image.png +0 -0
- data/public/images/icons/fieldtypes/money.png +0 -0
- data/public/images/icons/fieldtypes/number.png +0 -0
- data/public/images/icons/fieldtypes/password.png +0 -0
- data/public/images/icons/fieldtypes/question.png +0 -0
- data/public/images/icons/fieldtypes/radio.png +0 -0
- data/public/images/icons/fieldtypes/select.png +0 -0
- data/public/images/icons/fieldtypes/text.png +0 -0
- data/public/images/icons/fieldtypes/text.psd +0 -0
- data/public/images/icons/fieldtypes/text_area.png +0 -0
- data/public/images/icons/fieldtypes/time.png +0 -0
- data/public/images/icons/fieldtypes/yes_no.png +0 -0
- data/public/images/icons/file_manager/file_manager_16x16.png +0 -0
- data/public/images/icons/file_manager/file_manager_light_16x16.png +0 -0
- data/public/images/icons/folders/folders_64x64.png +0 -0
- data/public/images/icons/footprints/footprints_16x16.png +0 -0
- data/public/images/icons/footprints/footprints_light_16x16.png +0 -0
- data/public/images/icons/form/form_16x16.png +0 -0
- data/public/images/icons/form/form_light_16x16.png +0 -0
- data/public/images/icons/gantt/gantt_24x24.png +0 -0
- data/public/images/icons/gear/gear_16x16.png +0 -0
- data/public/images/icons/gear/gear_light_16x16.png +0 -0
- data/public/images/icons/globe/globe_16x16.png +0 -0
- data/public/images/icons/globe/globe_64x64.png +0 -0
- data/public/images/icons/globe/globe_light_16x16.png +0 -0
- data/public/images/icons/google-map/google-map_48x48.png +0 -0
- data/public/images/icons/grid/grid_16x16.png +0 -0
- data/public/images/icons/grid/grid_64x64.png +0 -0
- data/public/images/icons/hierarchy/hierarchy_16x16.png +0 -0
- data/public/images/icons/history/history_16x16.png +0 -0
- data/public/images/icons/history/history_64x64.png +0 -0
- data/public/images/icons/history/history_light_16x16.png +0 -0
- data/public/images/icons/home/home_16x16.png +0 -0
- data/public/images/icons/home/home_48x48.png +0 -0
- data/public/images/icons/ia/ia_16x16.png +0 -0
- data/public/images/icons/information/information_16x16.png +0 -0
- data/public/images/icons/invoicing/invoicing_48x48.png +0 -0
- data/public/images/icons/invoicing/invoicing_64x64.png +0 -0
- data/public/images/icons/key/key_16x16.png +0 -0
- data/public/images/icons/key/key_64x64.png +0 -0
- data/public/images/icons/knitkit/knitkit_16x16.png +0 -0
- data/public/images/icons/knitkit/knitkit_48x48.png +0 -0
- data/public/images/icons/knitkit/knitkit_light_16x16.png +0 -0
- data/public/images/icons/login/login_48x48.png +0 -0
- data/public/images/icons/magnifying-glass/magnifying-glass_48x48.png +0 -0
- data/public/images/icons/mail/mail_16x16.png +0 -0
- data/public/images/icons/mail/mail_24x24.png +0 -0
- data/public/images/icons/mail/mail_32x32.png +0 -0
- data/public/images/icons/mail/mail_48x48.png +0 -0
- data/public/images/icons/manage-profile/manage-profile_48x48.png +0 -0
- data/public/images/icons/menu/menu_16x16.png +0 -0
- data/public/images/icons/ordered_list/ordered_list_16x16.png +0 -0
- data/public/images/icons/package/package_16x16.png +0 -0
- data/public/images/icons/package/package_64x64.png +0 -0
- data/public/images/icons/package/package_light_16x16.png +0 -0
- data/public/images/icons/palette/palette_64x64.png +0 -0
- data/public/images/icons/person/person_16x16.png +0 -0
- data/public/images/icons/phone/phone_16x16.png +0 -0
- data/public/images/icons/phone/phone_64x64.png +0 -0
- data/public/images/icons/picture/picture_16x16.png +0 -0
- data/public/images/icons/play/play_16x16.png +0 -0
- data/public/images/icons/product/product_16x16.png +0 -0
- data/public/images/icons/product/product_64x64.png +0 -0
- data/public/images/icons/product/product_light_16x16.png +0 -0
- data/public/images/icons/query/query_16x16.png +0 -0
- data/public/images/icons/redo/redo_16x16.png +0 -0
- data/public/images/icons/refresh/refresh_16x16.png +0 -0
- data/public/images/icons/report/report_16x16.png +0 -0
- data/public/images/icons/reset-password/reset-password_48x48.png +0 -0
- data/public/images/icons/rowselect/rowselect_16x16.png +0 -0
- data/public/images/icons/save/save_16x16.png +0 -0
- data/public/images/icons/save_as/save_as_16x16.png +0 -0
- data/public/images/icons/scaffold/scaffold_16x16.png +0 -0
- data/public/images/icons/scaffold/scaffold_light_16x16.png +0 -0
- data/public/images/icons/search/search_16x16.png +0 -0
- data/public/images/icons/search/search_24x24.png +0 -0
- data/public/images/icons/search/search_32x32.png +0 -0
- data/public/images/icons/search/search_48x48.png +0 -0
- data/public/images/icons/search/search_light_16x16.png +0 -0
- data/public/images/icons/section/section_16x16.png +0 -0
- data/public/images/icons/section/section_24x24.png +0 -0
- data/public/images/icons/section/section_32x32.png +0 -0
- data/public/images/icons/section/section_48x48.png +0 -0
- data/public/images/icons/section_lock/section_lock_16x16.png +0 -0
- data/public/images/icons/section_lock/section_lock_24x24.png +0 -0
- data/public/images/icons/section_lock/section_lock_32x32.png +0 -0
- data/public/images/icons/section_lock/section_lock_48x48.png +0 -0
- data/public/images/icons/secure/secure_16x16.png +0 -0
- data/public/images/icons/settings/settings_16x16.png +0 -0
- data/public/images/icons/settings/settings_light_16x16.png +0 -0
- data/public/images/icons/shopping_cart/shopping_card_64x64.png +0 -0
- data/public/images/icons/shopping_cart/shopping_cart_32x32.png +0 -0
- data/public/images/icons/shopping_cart/shopping_cart_48x48.png +0 -0
- data/public/images/icons/sign_up/sign_up_32x32.png +0 -0
- data/public/images/icons/sign_up/sign_up_48x48.png +0 -0
- data/public/images/icons/sign_up/sign_up_64x64.png +0 -0
- data/public/images/icons/signup/signup_48x48.png +0 -0
- data/public/images/icons/simple_arrow/simple_arrow_16x16.png +0 -0
- data/public/images/icons/small_gear/small_gear_16x16.png +0 -0
- data/public/images/icons/sql/sql_16x16.png +0 -0
- data/public/images/icons/tables/tables_16x16.png +0 -0
- data/public/images/icons/theme/theme_16x16.png +0 -0
- data/public/images/icons/theme_upload/theme_upload_16x16.png +0 -0
- data/public/images/icons/ticket/tag_16x16.png +0 -0
- data/public/images/icons/undo/undo_16x16.png +0 -0
- data/public/images/icons/user/user_128x128.png +0 -0
- data/public/images/icons/user/user_16x16.png +0 -0
- data/public/images/icons/user/user_64x64.png +0 -0
- data/public/images/icons/user/user_light_16x16.png +0 -0
- data/public/images/icons/user_mgt/user_mgt_16x16.png +0 -0
- data/public/images/icons/user_mgt/user_mgt_light_16x16.png +0 -0
- data/public/images/icons/vcard/vcard_16x16.png +0 -0
- data/public/images/icons/view/view_16x16.png +0 -0
- data/public/images/icons/view/view_24x24.png +0 -0
- data/public/images/icons/view/view_32x32.png +0 -0
- data/public/images/icons/view/view_48x48.png +0 -0
- data/public/images/icons/warning/waring_16x16.png +0 -0
- data/public/images/icons/website/website_16x16.png +0 -0
- data/public/images/icons/website_download/website_download_16x16.png +0 -0
- data/public/images/icons/website_publications/website_publications_16x16.png +0 -0
- data/public/images/icons/website_upload/website_upload_16x16.png +0 -0
- data/public/images/loading_icon.gif +0 -0
- data/public/images/splash_screen/browse_docs_icon.png +0 -0
- data/public/images/splash_screen/desktop_icon.png +0 -0
- data/public/images/tab/tab-default-close.png +0 -0
- data/public/javascripts/erp_app/authentication/compass_user.js +77 -69
- data/public/javascripts/erp_app/ckeditor/ckeditor.js +927 -152
- data/public/javascripts/erp_app/ckeditor/config.js +12 -11
- data/public/javascripts/erp_app/ckeditor/contents.css +84 -6
- data/public/javascripts/erp_app/ckeditor/lang/en.js +3 -4
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +10 -7
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +25 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +11 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +11 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +8 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +7 -0
- data/public/javascripts/erp_app/ckeditor/plugins/about/dialogs/about.js +7 -6
- data/public/javascripts/erp_app/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/clipboard/dialogs/paste.js +11 -7
- data/public/javascripts/erp_app/ckeditor/plugins/codemirror/lang/en.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/codemirror/plugin.js +756 -59
- data/public/javascripts/erp_app/ckeditor/plugins/colordialog/dialogs/colordialog.js +13 -7
- data/public/javascripts/erp_app/ckeditor/plugins/dialog/dialogDefinition.js +4 -4
- data/public/javascripts/erp_app/ckeditor/plugins/div/dialogs/div.js +9 -8
- data/public/javascripts/erp_app/ckeditor/{images → plugins/fakeobjects/images}/spacer.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/find/dialogs/find.js +24 -10
- data/public/javascripts/erp_app/ckeditor/plugins/flash/dialogs/flash.js +24 -9
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/button.js +8 -6
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/checkbox.js +8 -6
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/form.js +8 -6
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/hiddenfield.js +8 -6
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/radio.js +8 -6
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/select.js +20 -9
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/textarea.js +8 -6
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/textfield.js +10 -6
- data/public/javascripts/erp_app/ckeditor/plugins/icons.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/icons_hidpi.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/iframe/dialogs/iframe.js +10 -7
- data/public/javascripts/erp_app/ckeditor/plugins/image/dialogs/image.js +43 -13
- data/public/javascripts/erp_app/ckeditor/{skins/kama → plugins/image}/images/noimage.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/inlineeditsave/plugin.js +3 -1
- data/public/javascripts/erp_app/ckeditor/plugins/knitkitthemes/plugin.js +2 -5
- data/public/javascripts/erp_app/ckeditor/plugins/link/dialogs/anchor.js +8 -6
- data/public/javascripts/erp_app/ckeditor/plugins/link/dialogs/link.js +36 -12
- data/public/javascripts/erp_app/ckeditor/plugins/link/images/anchor.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/liststyle/dialogs/liststyle.js +10 -7
- data/public/javascripts/erp_app/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/magicline/images/icon.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/pastefromword/filter/default.js +31 -11
- data/public/javascripts/erp_app/ckeditor/plugins/scayt/LICENSE.md +28 -0
- data/public/javascripts/erp_app/ckeditor/plugins/scayt/README.md +25 -0
- data/public/javascripts/erp_app/ckeditor/plugins/scayt/dialogs/options.js +20 -8
- data/public/javascripts/erp_app/ckeditor/plugins/scayt/dialogs/toolbar.css +70 -5
- data/public/javascripts/erp_app/ckeditor/plugins/smiley/dialogs/smiley.js +10 -7
- data/public/javascripts/erp_app/ckeditor/plugins/smiley/images/embarrassed_smile.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/smiley/images/tongue_smile.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +20 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/ar.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/bg.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/ca.js +14 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/cs.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/cy.js +14 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/de.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/el.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/en.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/eo.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/es.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/et.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/fa.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/fi.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/fr.js +11 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/gl.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/he.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/hr.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/hu.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/id.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/it.js +14 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/ja.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/ku.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/lv.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/nb.js +11 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/nl.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/no.js +11 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/pl.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +11 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/pt.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/ru.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/si.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/sk.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/sl.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/sq.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/sv.js +11 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/th.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/tr.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/ug.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/uk.js +12 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/vi.js +13 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +9 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/specialchar.js +14 -7
- data/public/javascripts/erp_app/ckeditor/plugins/syntaxhighlight/dialogs/syntaxhighlight.js +418 -0
- data/public/javascripts/erp_app/ckeditor/plugins/syntaxhighlight/icons/syntaxhighlight.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/syntaxhighlight/lang/de.js +22 -0
- data/public/javascripts/erp_app/ckeditor/plugins/syntaxhighlight/lang/en.js +22 -0
- data/public/javascripts/erp_app/ckeditor/plugins/syntaxhighlight/lang/fr.js +22 -0
- data/public/javascripts/erp_app/ckeditor/plugins/syntaxhighlight/lang/zh-cn.js +22 -0
- data/public/javascripts/erp_app/ckeditor/plugins/syntaxhighlight/plugin.js +144 -0
- data/public/javascripts/erp_app/ckeditor/plugins/table/dialogs/table.js +21 -9
- data/public/javascripts/erp_app/ckeditor/plugins/tabletools/dialogs/tableCell.js +16 -8
- data/public/javascripts/erp_app/ckeditor/plugins/templates/dialogs/templates.css +84 -0
- data/public/javascripts/erp_app/ckeditor/plugins/templates/dialogs/templates.js +10 -7
- data/public/javascripts/erp_app/ckeditor/plugins/templates/templates/default.js +6 -6
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/LICENSE.md +28 -0
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/README.md +25 -0
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/dialogs/ciframe.html +17 -0
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/dialogs/tmp.html +131 -0
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/dialogs/wsc.css +77 -1
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/dialogs/wsc.js +67 -7
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/dialogs/wsc_ie.js +11 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/dialog.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/dialog_ie.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/dialog_ie7.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/dialog_ie8.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/dialog_iequirks.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/dialog_opera.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/editor.css +20 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/editor_gecko.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/editor_ie.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/editor_ie7.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/editor_ie8.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/editor_iequirks.css +5 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/icons.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/icons_hidpi.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/arrow.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/close.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/hidpi/close.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/hidpi/lock-open.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/hidpi/lock.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/hidpi/refresh.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/lock-open.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/lock.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/images/refresh.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/moono/readme.md +51 -0
- data/public/javascripts/erp_app/ckeditor/styles.js +111 -0
- data/public/javascripts/erp_app/codemirror/lib/codemirror.css +204 -106
- data/public/javascripts/erp_app/codemirror/lib/codemirror.js +55 -3165
- data/public/javascripts/erp_app/codemirror/theme/3024-day.css +34 -0
- data/public/javascripts/erp_app/codemirror/theme/3024-night.css +34 -0
- data/public/javascripts/erp_app/codemirror/theme/ambiance-mobile.css +5 -0
- data/public/javascripts/erp_app/codemirror/theme/ambiance.css +10 -17
- data/public/javascripts/erp_app/codemirror/theme/base16-dark.css +34 -0
- data/public/javascripts/erp_app/codemirror/theme/base16-light.css +34 -0
- data/public/javascripts/erp_app/codemirror/theme/blackboard.css +7 -4
- data/public/javascripts/erp_app/codemirror/theme/cobalt.css +7 -4
- data/public/javascripts/erp_app/codemirror/theme/eclipse.css +3 -5
- data/public/javascripts/erp_app/codemirror/theme/elegant.css +4 -1
- data/public/javascripts/erp_app/codemirror/theme/erlang-dark.css +19 -10
- data/public/javascripts/erp_app/codemirror/theme/lesser-dark.css +9 -10
- data/public/javascripts/erp_app/codemirror/theme/mbo.css +37 -0
- data/public/javascripts/erp_app/codemirror/theme/mdn-like.css +44 -0
- data/public/javascripts/erp_app/codemirror/theme/midnight.css +43 -0
- data/public/javascripts/erp_app/codemirror/theme/monokai.css +5 -4
- data/public/javascripts/erp_app/codemirror/theme/neat.css +3 -0
- data/public/javascripts/erp_app/codemirror/theme/neo.css +40 -0
- data/public/javascripts/erp_app/codemirror/theme/night.css +7 -4
- data/public/javascripts/erp_app/codemirror/theme/paraiso-dark.css +34 -0
- data/public/javascripts/erp_app/codemirror/theme/paraiso-light.css +34 -0
- data/public/javascripts/erp_app/codemirror/theme/pastel-on-dark.css +48 -0
- data/public/javascripts/erp_app/codemirror/theme/rubyblue.css +6 -6
- data/public/javascripts/erp_app/codemirror/theme/solarized.css +167 -0
- data/public/javascripts/erp_app/codemirror/theme/the-matrix.css +26 -0
- data/public/javascripts/erp_app/codemirror/theme/tomorrow-night-eighties.css +34 -0
- data/public/javascripts/erp_app/codemirror/theme/twilight.css +28 -0
- data/public/javascripts/erp_app/codemirror/theme/vibrant-ink.css +9 -6
- data/public/javascripts/erp_app/codemirror/theme/xq-dark.css +8 -5
- data/public/javascripts/erp_app/codemirror/theme/xq-light.css +43 -0
- data/public/javascripts/erp_app/codemirror_highlight.js +2 -2
- data/public/javascripts/erp_app/desktop/applications/audit_log_viewer/module.js +22 -32
- data/public/javascripts/erp_app/desktop/applications/configuration_management/configuration_options_panel.js +1 -1
- data/public/javascripts/erp_app/desktop/applications/configuration_management/module.js +2 -2
- data/public/javascripts/erp_app/desktop/applications/control_panel/module.js +66 -49
- data/public/javascripts/erp_app/desktop/applications/file_manager/module.js +109 -110
- data/public/javascripts/erp_app/desktop/applications/job_tracker/jobs_grid.js +3 -3
- data/public/javascripts/erp_app/desktop/applications/job_tracker/module.js +1 -1
- data/public/javascripts/erp_app/desktop/applications/scaffold/module.js +2 -2
- data/public/javascripts/erp_app/desktop/applications/security_management/capabilities_panel.js +49 -65
- data/public/javascripts/erp_app/desktop/applications/security_management/capabilities_widget.js +206 -218
- data/public/javascripts/erp_app/desktop/applications/security_management/common_widget.js +33 -0
- data/public/javascripts/erp_app/desktop/applications/security_management/groups_effective_security.js +1 -1
- data/public/javascripts/erp_app/desktop/applications/security_management/groups_panel.js +272 -287
- data/public/javascripts/erp_app/desktop/applications/security_management/groups_widget.js +206 -218
- data/public/javascripts/erp_app/desktop/applications/security_management/module.js +150 -46
- data/public/javascripts/erp_app/desktop/applications/security_management/north_panel.js +31 -0
- data/public/javascripts/erp_app/desktop/applications/security_management/roles_panel.js +284 -287
- data/public/javascripts/erp_app/desktop/applications/security_management/roles_widget.js +206 -218
- data/public/javascripts/erp_app/desktop/applications/security_management/south_panel.js +126 -0
- data/public/javascripts/erp_app/desktop/applications/security_management/users_effective_security.js +112 -105
- data/public/javascripts/erp_app/desktop/applications/security_management/users_panel.js +53 -85
- data/public/javascripts/erp_app/desktop/applications/security_management/users_widget.js +210 -218
- data/public/javascripts/erp_app/desktop/applications/tail/module.js +2 -2
- data/public/javascripts/erp_app/desktop/applications/user_management/module.js +50 -40
- data/public/javascripts/erp_app/desktop/applications/user_management/personal_info_panel.js +113 -113
- data/public/javascripts/erp_app/desktop/applications/web_navigator/module.js +18 -8
- data/public/javascripts/erp_app/desktop/ext_ux_desktop_module.js +937 -881
- data/public/javascripts/erp_app/jquery_support.js +19 -30
- data/public/javascripts/erp_app/login/window.js +121 -110
- data/public/javascripts/erp_app/organizer/applications/crm/base.js +54 -342
- data/public/javascripts/erp_app/organizer/layout.js +184 -95
- data/public/javascripts/erp_app/organizer/preference_window.js +66 -55
- data/public/javascripts/erp_app/shared/MoneyField.js +119 -0
- data/public/javascripts/erp_app/shared/PartySearchField.js +73 -0
- data/public/javascripts/erp_app/shared/TransitionCardLayout.js +156 -0
- data/public/javascripts/erp_app/shared/audit_log/GridPanel.js +214 -0
- data/public/javascripts/erp_app/shared/audit_log/ItemGridPanel.js +103 -0
- data/public/javascripts/erp_app/shared/audit_log/TabPanel.js +103 -0
- data/public/javascripts/erp_app/shared/compass_ckeditor.js +181 -101
- data/public/javascripts/erp_app/shared/compass_codemirror.js +399 -126
- data/public/javascripts/erp_app/shared/configuration/configuration_form.js +32 -49
- data/public/javascripts/erp_app/shared/configuration/configuration_panel.js +26 -8
- data/public/javascripts/erp_app/shared/coolclock/tray_clock2.js +121 -0
- data/public/javascripts/erp_app/shared/crm/ContactMechanismGrid.js +812 -0
- data/public/javascripts/erp_app/shared/crm/PartyDetailsPanel.js +344 -0
- data/public/javascripts/erp_app/shared/crm/PartyForm.js +321 -0
- data/public/javascripts/erp_app/shared/crm/PartyFormPanel.js +316 -0
- data/public/javascripts/erp_app/shared/crm/PartyGrid.js +591 -0
- data/public/javascripts/erp_app/shared/crm/UserForm.js +307 -0
- data/public/javascripts/erp_app/shared/crm/UsersGrid.js +492 -0
- data/public/javascripts/erp_app/shared/dynamic_editable_grid.js +55 -52
- data/public/javascripts/erp_app/shared/dynamic_editable_grid_loader_panel.js +29 -36
- data/public/javascripts/erp_app/shared/dynamic_form_fields.js +99 -0
- data/public/javascripts/erp_app/shared/file_manager_tree.js +685 -658
- data/public/javascripts/erp_app/shared/google_map_panel.js +96 -68
- data/public/javascripts/erp_app/shared/notes_grid.js +317 -287
- data/public/javascripts/erp_app/shared/preferences/application_management_panel.js +137 -0
- data/public/javascripts/erp_app/shared/preferences/form.js +170 -0
- data/public/javascripts/erp_app/shared/profile_management_panel.js +62 -63
- data/public/javascripts/erp_app/utility.js +271 -65
- data/public/javascripts/erp_app/widgets.js +68 -70
- data/public/stylesheets/erp_app/desktop/applications/security_management/styles.css +12 -0
- data/public/stylesheets/erp_app/desktop/base.css +87 -11
- data/public/stylesheets/erp_app/organizer/base.css +6 -0
- data/public/stylesheets/erp_app/shared/compass-ext-all.css +335 -213
- data/public/stylesheets/erp_app/shared/crm.css +45 -0
- data/spec/controllers/organizer/crm/relationship_controller_spec.rb +1 -0
- metadata +545 -1272
- data/app/controllers/erp_app/desktop/audit_log_viewer/base_controller.rb +0 -55
- data/app/controllers/erp_app/organizer/crm/base_controller.rb +0 -333
- data/app/views/erp_app/organizer/base/get_party_details.erb +0 -19
- data/lib/erp_app/extensions/will_paginate_patch.rb +0 -26
- data/public/images/icons/about/about_16x16.png +0 -0
- data/public/images/icons/about/about_24x24.png +0 -0
- data/public/images/icons/about/about_32x32.png +0 -0
- data/public/images/icons/about/about_48x48.png +0 -0
- data/public/images/icons/add/add_24x24.png +0 -0
- data/public/images/icons/add/add_32x32.png +0 -0
- data/public/images/icons/add/add_48x48.png +0 -0
- data/public/images/icons/apartment/apartment_16x16.png +0 -0
- data/public/images/icons/apartment/apartment_24x24.png +0 -0
- data/public/images/icons/apartment/apartment_32x32.png +0 -0
- data/public/images/icons/apartment/apartment_48x48.png +0 -0
- data/public/images/icons/arrow_left_blue/arrow_left_blue_24x24.png +0 -0
- data/public/images/icons/arrow_right_blue/arrow_right_blue_24x24.png +0 -0
- data/public/images/icons/back/back_16x16.png +0 -0
- data/public/images/icons/back/back_24x24.png +0 -0
- data/public/images/icons/back/back_32x32.png +0 -0
- data/public/images/icons/back/back_48x48.png +0 -0
- data/public/images/icons/battery/battery_16x16.png +0 -0
- data/public/images/icons/battery/battery_24x24.png +0 -0
- data/public/images/icons/battery/battery_32x32.png +0 -0
- data/public/images/icons/battery/battery_48x48.png +0 -0
- data/public/images/icons/calendar/calendar_24x24.png +0 -0
- data/public/images/icons/calendar/calendar_32x32.png +0 -0
- data/public/images/icons/calendar/calendar_48x48.png +0 -0
- data/public/images/icons/clock/clock.png +0 -0
- data/public/images/icons/compass/compass_16x16.png +0 -0
- data/public/images/icons/compass/compass_24x24.png +0 -0
- data/public/images/icons/compass/compass_32x32.png +0 -0
- data/public/images/icons/compass/compass_48x48.png +0 -0
- data/public/images/icons/console/console_32x32.png +0 -0
- data/public/images/icons/console/console_48x48.png +0 -0
- data/public/images/icons/content/content_256x256.png +0 -0
- data/public/images/icons/content/content_32x32.png +0 -0
- data/public/images/icons/content/content_48x48.png +0 -0
- data/public/images/icons/control_panel/control_panel_24x24.png +0 -0
- data/public/images/icons/control_panel/control_panel_32x32.png +0 -0
- data/public/images/icons/copy/copy_24x24.png +0 -0
- data/public/images/icons/copy/copy_32x32.png +0 -0
- data/public/images/icons/copy/copy_48x48.png +0 -0
- data/public/images/icons/cut/cut_16x16.png +0 -0
- data/public/images/icons/cut/cut_24x24.png +0 -0
- data/public/images/icons/cut/cut_32x32.png +0 -0
- data/public/images/icons/cut/cut_48x48.png +0 -0
- data/public/images/icons/data/data_24x24.png +0 -0
- data/public/images/icons/data/data_48x48.png +0 -0
- data/public/images/icons/desktop/desktop_16x16.png +0 -0
- data/public/images/icons/desktop/desktop_24x24.png +0 -0
- data/public/images/icons/desktop/desktop_32x32.png +0 -0
- data/public/images/icons/desktop/desktop_48x48.png +0 -0
- data/public/images/icons/document_add/document_add_16x16.png +0 -0
- data/public/images/icons/document_add/document_add_24x24.png +0 -0
- data/public/images/icons/document_add/document_add_32x32.png +0 -0
- data/public/images/icons/document_add/document_add_48x48.png +0 -0
- data/public/images/icons/document_attachment/document_attachment_16x16.png +0 -0
- data/public/images/icons/document_attachment/document_attachment_24x24.png +0 -0
- data/public/images/icons/document_attachment/document_attachment_32x32.png +0 -0
- data/public/images/icons/document_attachment/document_attachment_48x48.png +0 -0
- data/public/images/icons/document_certificate/document_certificate_16x16.png +0 -0
- data/public/images/icons/document_certificate/document_certificate_24x24.png +0 -0
- data/public/images/icons/document_certificate/document_certificate_32x32.png +0 -0
- data/public/images/icons/document_certificate/document_certificate_48x48.png +0 -0
- data/public/images/icons/document_chart/document_chart_16x16.png +0 -0
- data/public/images/icons/document_chart/document_chart_24x24.png +0 -0
- data/public/images/icons/document_chart/document_chart_32x32.png +0 -0
- data/public/images/icons/document_chart/document_chart_48x48.png +0 -0
- data/public/images/icons/document_connection/document_connection_16x16.png +0 -0
- data/public/images/icons/document_connection/document_connection_24x24.png +0 -0
- data/public/images/icons/document_connection/document_connection_32x32.png +0 -0
- data/public/images/icons/document_connection/document_connection_48x48.png +0 -0
- data/public/images/icons/document_cup/document_cup_16x16.png +0 -0
- data/public/images/icons/document_cup/document_cup_24x24.png +0 -0
- data/public/images/icons/document_cup/document_cup_32x32.png +0 -0
- data/public/images/icons/document_cup/document_cup_48x48.png +0 -0
- data/public/images/icons/document_delete/document_delete_16x16.png +0 -0
- data/public/images/icons/document_delete/document_delete_24x24.png +0 -0
- data/public/images/icons/document_delete/document_delete_32x32.png +0 -0
- data/public/images/icons/document_delete/document_delete_48x48.png +0 -0
- data/public/images/icons/document_dirty/document_dirty_16x16.png +0 -0
- data/public/images/icons/document_dirty/document_dirty_24x24.png +0 -0
- data/public/images/icons/document_dirty/document_dirty_32x32.png +0 -0
- data/public/images/icons/document_dirty/document_dirty_48x48.png +0 -0
- data/public/images/icons/document_error/document_error_16x16.png +0 -0
- data/public/images/icons/document_error/document_error_24x24.png +0 -0
- data/public/images/icons/document_error/document_error_32x32.png +0 -0
- data/public/images/icons/document_error/document_error_48x48.png +0 -0
- data/public/images/icons/document_exchange/document_exchange_16x16.png +0 -0
- data/public/images/icons/document_exchange/document_exchange_24x24.png +0 -0
- data/public/images/icons/document_exchange/document_exchange_32x32.png +0 -0
- data/public/images/icons/document_exchange/document_exchange_48x48.png +0 -0
- data/public/images/icons/document_find/document_find_16x16.png +0 -0
- data/public/images/icons/document_find/document_find_24x24.png +0 -0
- data/public/images/icons/document_find/document_find_32x32.png +0 -0
- data/public/images/icons/document_find/document_find_48x48.png +0 -0
- data/public/images/icons/document_forbidden/document_forbidden_16x16.png +0 -0
- data/public/images/icons/document_forbidden/document_forbidden_24x24.png +0 -0
- data/public/images/icons/document_forbidden/document_forbidden_32x32.png +0 -0
- data/public/images/icons/document_forbidden/document_forbidden_48x48.png +0 -0
- data/public/images/icons/document_gear/document_gear_16x16.png +0 -0
- data/public/images/icons/document_gear/document_gear_24x24.png +0 -0
- data/public/images/icons/document_gear/document_gear_32x32.png +0 -0
- data/public/images/icons/document_gear/document_gear_48x48.png +0 -0
- data/public/images/icons/document_heart/document_heart_16x16.png +0 -0
- data/public/images/icons/document_heart/document_heart_24x24.png +0 -0
- data/public/images/icons/document_heart/document_heart_32x32.png +0 -0
- data/public/images/icons/document_heart/document_heart_48x48.png +0 -0
- data/public/images/icons/document_into/document_into_16x16.png +0 -0
- data/public/images/icons/document_into/document_into_24x24.png +0 -0
- data/public/images/icons/document_into/document_into_32x32.png +0 -0
- data/public/images/icons/document_into/document_into_48x48.png +0 -0
- data/public/images/icons/document_music/document_music_16x16.png +0 -0
- data/public/images/icons/document_music/document_music_24x24.png +0 -0
- data/public/images/icons/document_music/document_music_32x32.png +0 -0
- data/public/images/icons/document_music/document_music_48x48.png +0 -0
- data/public/images/icons/document_new/document_new_16x16.png +0 -0
- data/public/images/icons/document_new/document_new_24x24.png +0 -0
- data/public/images/icons/document_new/document_new_32x32.png +0 -0
- data/public/images/icons/document_new/document_new_48x48.png +0 -0
- data/public/images/icons/document_notebook/document_notebook_16x16.png +0 -0
- data/public/images/icons/document_notebook/document_notebook_24x24.png +0 -0
- data/public/images/icons/document_notebook/document_notebook_32x32.png +0 -0
- data/public/images/icons/document_notebook/document_notebook_48x48.png +0 -0
- data/public/images/icons/document_pinned/document_pinned_16x16.png +0 -0
- data/public/images/icons/document_pinned/document_pinned_24x24.png +0 -0
- data/public/images/icons/document_pinned/document_pinned_32x32.png +0 -0
- data/public/images/icons/document_pinned/document_pinned_48x48.png +0 -0
- data/public/images/icons/document_plain/document_plain_16x16.png +0 -0
- data/public/images/icons/document_plain/document_plain_24x24.png +0 -0
- data/public/images/icons/document_plain/document_plain_32x32.png +0 -0
- data/public/images/icons/document_plain/document_plain_48x48.png +0 -0
- data/public/images/icons/document_plain_new/document_plain_new_16x16.png +0 -0
- data/public/images/icons/document_plain_new/document_plain_new_24x24.png +0 -0
- data/public/images/icons/document_plain_new/document_plain_new_32x32.png +0 -0
- data/public/images/icons/document_plain_new/document_plain_new_48x48.png +0 -0
- data/public/images/icons/document_preferences/document_preferences_16x16.png +0 -0
- data/public/images/icons/document_preferences/document_preferences_24x24.png +0 -0
- data/public/images/icons/document_preferences/document_preferences_32x32.png +0 -0
- data/public/images/icons/document_preferences/document_preferences_48x48.png +0 -0
- data/public/images/icons/document_refresh/document_refresh_16x16.png +0 -0
- data/public/images/icons/document_refresh/document_refresh_24x24.png +0 -0
- data/public/images/icons/document_refresh/document_refresh_32x32.png +0 -0
- data/public/images/icons/document_refresh/document_refresh_48x48.png +0 -0
- data/public/images/icons/document_stop/document_stop_16x16.png +0 -0
- data/public/images/icons/document_stop/document_stop_24x24.png +0 -0
- data/public/images/icons/document_stop/document_stop_32x32.png +0 -0
- data/public/images/icons/document_stop/document_stop_48x48.png +0 -0
- data/public/images/icons/document_text/document_text_16x16.png +0 -0
- data/public/images/icons/document_text/document_text_24x24.png +0 -0
- data/public/images/icons/document_text/document_text_32x32.png +0 -0
- data/public/images/icons/document_text/document_text_48x48.png +0 -0
- data/public/images/icons/document_time/document_time_16x16.png +0 -0
- data/public/images/icons/document_time/document_time_24x24.png +0 -0
- data/public/images/icons/document_time/document_time_32x32.png +0 -0
- data/public/images/icons/document_time/document_time_48x48.png +0 -0
- data/public/images/icons/document_view/document_view_16x16.png +0 -0
- data/public/images/icons/document_view/document_view_24x24.png +0 -0
- data/public/images/icons/document_view/document_view_32x32.png +0 -0
- data/public/images/icons/document_view/document_view_48x48.png +0 -0
- data/public/images/icons/document_warning/document_warning_16x16.png +0 -0
- data/public/images/icons/document_warning/document_warning_24x24.png +0 -0
- data/public/images/icons/document_warning/document_warning_32x32.png +0 -0
- data/public/images/icons/document_warning/document_warning_48x48.png +0 -0
- data/public/images/icons/document_zoom_in/document_zoom_in_16x16.png +0 -0
- data/public/images/icons/document_zoom_in/document_zoom_in_24x24.png +0 -0
- data/public/images/icons/document_zoom_in/document_zoom_in_32x32.png +0 -0
- data/public/images/icons/document_zoom_in/document_zoom_in_48x48.png +0 -0
- data/public/images/icons/document_zoom_out/document_zoom_out_16x16.png +0 -0
- data/public/images/icons/document_zoom_out/document_zoom_out_24x24.png +0 -0
- data/public/images/icons/document_zoom_out/document_zoom_out_32x32.png +0 -0
- data/public/images/icons/document_zoom_out/document_zoom_out_48x48.png +0 -0
- data/public/images/icons/documents_gear/documents_gear_16x16.png +0 -0
- data/public/images/icons/documents_gear/documents_gear_24x24.png +0 -0
- data/public/images/icons/documents_gear/documents_gear_32x32.png +0 -0
- data/public/images/icons/documents_gear/documents_gear_48x48.png +0 -0
- data/public/images/icons/documents_new/documents_new_16x16.png +0 -0
- data/public/images/icons/documents_new/documents_new_24x24.png +0 -0
- data/public/images/icons/documents_new/documents_new_32x32.png +0 -0
- data/public/images/icons/documents_new/documents_new_48x48.png +0 -0
- data/public/images/icons/documents_preferences/documents_preferences_16x16.png +0 -0
- data/public/images/icons/documents_preferences/documents_preferences_24x24.png +0 -0
- data/public/images/icons/documents_preferences/documents_preferences_32x32.png +0 -0
- data/public/images/icons/documents_preferences/documents_preferences_48x48.png +0 -0
- data/public/images/icons/error/error_16x16.png +0 -0
- data/public/images/icons/error/error_24x24.png +0 -0
- data/public/images/icons/error/error_32x32.png +0 -0
- data/public/images/icons/error/error_48x48.png +0 -0
- data/public/images/icons/folder_gear/folder_gear_16x16.png +0 -0
- data/public/images/icons/folder_gear/folder_gear_24x24.png +0 -0
- data/public/images/icons/folder_gear/folder_gear_32x32.png +0 -0
- data/public/images/icons/folder_gear/folder_gear_48x48.png +0 -0
- data/public/images/icons/folders/folders_16x16.png +0 -0
- data/public/images/icons/folders/folders_24x24.png +0 -0
- data/public/images/icons/folders/folders_32x32.png +0 -0
- data/public/images/icons/folders/folders_48x48.png +0 -0
- data/public/images/icons/globe/globe_24x24.png +0 -0
- data/public/images/icons/globe/globe_32x32.png +0 -0
- data/public/images/icons/globe/globe_48x48.png +0 -0
- data/public/images/icons/grid/grid_32x32.gif +0 -0
- data/public/images/icons/grid/grid_48x48.gif +0 -0
- data/public/images/icons/grid/grid_48x48.png +0 -0
- data/public/images/icons/help/help_16x16.png +0 -0
- data/public/images/icons/help/help_24x24.png +0 -0
- data/public/images/icons/help/help_32x32.png +0 -0
- data/public/images/icons/help/help_48x48.png +0 -0
- data/public/images/icons/history/history_24x24.png +0 -0
- data/public/images/icons/history/history_32x32.png +0 -0
- data/public/images/icons/history/history_48x48.png +0 -0
- data/public/images/icons/house/house_16x16.png +0 -0
- data/public/images/icons/house/house_24x24.png +0 -0
- data/public/images/icons/house/house_32x32.png +0 -0
- data/public/images/icons/house/house_48x48.png +0 -0
- data/public/images/icons/information/information_24x24.png +0 -0
- data/public/images/icons/information/information_32x32.png +0 -0
- data/public/images/icons/information/information_48x48.png +0 -0
- data/public/images/icons/key/key_24x24.png +0 -0
- data/public/images/icons/key/key_32x32.png +0 -0
- data/public/images/icons/key/key_48x48.png +0 -0
- data/public/images/icons/keyboard/keyboard_16x16.png +0 -0
- data/public/images/icons/keyboard/keyboard_24x24.png +0 -0
- data/public/images/icons/keyboard/keyboard_32x32.png +0 -0
- data/public/images/icons/keyboard/keyboard_48x48.png +0 -0
- data/public/images/icons/knowledge/Knowledge_16x16.png +0 -0
- data/public/images/icons/knowledge/Knowledge_256x256.png +0 -0
- data/public/images/icons/knowledge/Knowledge_32x32.png +0 -0
- data/public/images/icons/knowledge/Knowledge_48x48.png +0 -0
- data/public/images/icons/laptop/laptop_16x16.png +0 -0
- data/public/images/icons/laptop/laptop_24x24.png +0 -0
- data/public/images/icons/laptop/laptop_32x32.png +0 -0
- data/public/images/icons/laptop/laptop_48x48.png +0 -0
- data/public/images/icons/log_out/log_out_16x16.png +0 -0
- data/public/images/icons/log_out/log_out_24x24.png +0 -0
- data/public/images/icons/log_out/log_out_32x32.png +0 -0
- data/public/images/icons/log_out/log_out_48x48.png +0 -0
- data/public/images/icons/message/message_16x16.png +0 -0
- data/public/images/icons/message/message_24x24.png +0 -0
- data/public/images/icons/message/message_32x32.png +0 -0
- data/public/images/icons/message/message_48x48.png +0 -0
- data/public/images/icons/monitor/monitor_16x16.png +0 -0
- data/public/images/icons/monitor/monitor_24x24.png +0 -0
- data/public/images/icons/monitor/monitor_32x32.png +0 -0
- data/public/images/icons/monitor/monitor_48x48.png +0 -0
- data/public/images/icons/mouse/mouse_16x16.png +0 -0
- data/public/images/icons/mouse/mouse_24x24.png +0 -0
- data/public/images/icons/mouse/mouse_32x32.png +0 -0
- data/public/images/icons/mouse/mouse_48x48.png +0 -0
- data/public/images/icons/music/music_16x16.png +0 -0
- data/public/images/icons/music/music_24x24.png +0 -0
- data/public/images/icons/music/music_32x32.png +0 -0
- data/public/images/icons/music/music_48x48.png +0 -0
- data/public/images/icons/nav_down_blue/nav_down_blue_16x16.png +0 -0
- data/public/images/icons/nav_down_blue/nav_down_blue_24x24.png +0 -0
- data/public/images/icons/nav_down_blue/nav_down_blue_32x32.png +0 -0
- data/public/images/icons/nav_down_blue/nav_down_blue_48x48.png +0 -0
- data/public/images/icons/nav_down_left_blue/nav_down_left_blue_16x16.png +0 -0
- data/public/images/icons/nav_down_left_blue/nav_down_left_blue_24x24.png +0 -0
- data/public/images/icons/nav_down_left_blue/nav_down_left_blue_32x32.png +0 -0
- data/public/images/icons/nav_down_left_blue/nav_down_left_blue_48x48.png +0 -0
- data/public/images/icons/nav_down_right_blue/nav_down_right_blue_16x16.png +0 -0
- data/public/images/icons/nav_down_right_blue/nav_down_right_blue_24x24.png +0 -0
- data/public/images/icons/nav_down_right_blue/nav_down_right_blue_32x32.png +0 -0
- data/public/images/icons/nav_down_right_blue/nav_down_right_blue_48x48.png +0 -0
- data/public/images/icons/nav_left_blue/nav_left_blue_16x16.png +0 -0
- data/public/images/icons/nav_left_blue/nav_left_blue_24x24.png +0 -0
- data/public/images/icons/nav_left_blue/nav_left_blue_32x32.png +0 -0
- data/public/images/icons/nav_left_blue/nav_left_blue_48x48.png +0 -0
- data/public/images/icons/nav_plain_blue/nav_plain_blue_16x16.png +0 -0
- data/public/images/icons/nav_plain_blue/nav_plain_blue_24x24.png +0 -0
- data/public/images/icons/nav_plain_blue/nav_plain_blue_32x32.png +0 -0
- data/public/images/icons/nav_plain_blue/nav_plain_blue_48x48.png +0 -0
- data/public/images/icons/nav_redo_blue/nav_redo_blue_16x16.png +0 -0
- data/public/images/icons/nav_redo_blue/nav_redo_blue_24x24.png +0 -0
- data/public/images/icons/nav_redo_blue/nav_redo_blue_32x32.png +0 -0
- data/public/images/icons/nav_redo_blue/nav_redo_blue_48x48.png +0 -0
- data/public/images/icons/nav_refresh_blue/nav_refresh_blue_16x16.png +0 -0
- data/public/images/icons/nav_refresh_blue/nav_refresh_blue_24x24.png +0 -0
- data/public/images/icons/nav_refresh_blue/nav_refresh_blue_32x32.png +0 -0
- data/public/images/icons/nav_refresh_blue/nav_refresh_blue_48x48.png +0 -0
- data/public/images/icons/nav_right_blue/nav_right_blue_16x16.png +0 -0
- data/public/images/icons/nav_right_blue/nav_right_blue_24x24.png +0 -0
- data/public/images/icons/nav_right_blue/nav_right_blue_32x32.png +0 -0
- data/public/images/icons/nav_right_blue/nav_right_blue_48x48.png +0 -0
- data/public/images/icons/nav_undo_blue/nav_undo_blue_16x16.png +0 -0
- data/public/images/icons/nav_undo_blue/nav_undo_blue_24x24.png +0 -0
- data/public/images/icons/nav_undo_blue/nav_undo_blue_32x32.png +0 -0
- data/public/images/icons/nav_undo_blue/nav_undo_blue_48x48.png +0 -0
- data/public/images/icons/nav_up_blue/nav_up_blue_16x16.png +0 -0
- data/public/images/icons/nav_up_blue/nav_up_blue_24x24.png +0 -0
- data/public/images/icons/nav_up_blue/nav_up_blue_32x32.png +0 -0
- data/public/images/icons/nav_up_blue/nav_up_blue_48x48.png +0 -0
- data/public/images/icons/nav_up_left_blue/nav_up_left_blue_16x16.png +0 -0
- data/public/images/icons/nav_up_left_blue/nav_up_left_blue_24x24.png +0 -0
- data/public/images/icons/nav_up_left_blue/nav_up_left_blue_32x32.png +0 -0
- data/public/images/icons/nav_up_left_blue/nav_up_left_blue_48x48.png +0 -0
- data/public/images/icons/nav_up_right_blue/nav_up_right_blue_16x16.png +0 -0
- data/public/images/icons/nav_up_right_blue/nav_up_right_blue_24x24.png +0 -0
- data/public/images/icons/nav_up_right_blue/nav_up_right_blue_32x32.png +0 -0
- data/public/images/icons/nav_up_right_blue/nav_up_right_blue_48x48.png +0 -0
- data/public/images/icons/new/new_16x16.png +0 -0
- data/public/images/icons/new/new_24x24.png +0 -0
- data/public/images/icons/new/new_32x32.png +0 -0
- data/public/images/icons/new/new_48x48.png +0 -0
- data/public/images/icons/note_add/note_add_16x16.png +0 -0
- data/public/images/icons/note_add/note_add_24x24.png +0 -0
- data/public/images/icons/note_add/note_add_32x32.png +0 -0
- data/public/images/icons/note_add/note_add_48x48.png +0 -0
- data/public/images/icons/note_delete/note_delete_16x16.png +0 -0
- data/public/images/icons/note_delete/note_delete_24x24.png +0 -0
- data/public/images/icons/note_delete/note_delete_32x32.png +0 -0
- data/public/images/icons/note_delete/note_delete_48x48.png +0 -0
- data/public/images/icons/note_edit/note_edit_16x16.png +0 -0
- data/public/images/icons/note_edit/note_edit_24x24.png +0 -0
- data/public/images/icons/note_edit/note_edit_32x32.png +0 -0
- data/public/images/icons/note_edit/note_edit_48x48.png +0 -0
- data/public/images/icons/note_error/note_error_16x16.png +0 -0
- data/public/images/icons/note_error/note_error_24x24.png +0 -0
- data/public/images/icons/note_error/note_error_32x32.png +0 -0
- data/public/images/icons/note_error/note_error_48x48.png +0 -0
- data/public/images/icons/note_find/note_find_16x16.png +0 -0
- data/public/images/icons/note_find/note_find_24x24.png +0 -0
- data/public/images/icons/note_find/note_find_32x32.png +0 -0
- data/public/images/icons/note_find/note_find_48x48.png +0 -0
- data/public/images/icons/note_information/note_information_16x16.png +0 -0
- data/public/images/icons/note_information/note_information_24x24.png +0 -0
- data/public/images/icons/note_information/note_information_32x32.png +0 -0
- data/public/images/icons/note_information/note_information_48x48.png +0 -0
- data/public/images/icons/note_new/note_new_16x16.png +0 -0
- data/public/images/icons/note_new/note_new_24x24.png +0 -0
- data/public/images/icons/note_new/note_new_32x32.png +0 -0
- data/public/images/icons/note_new/note_new_48x48.png +0 -0
- data/public/images/icons/note_ok/note_ok_16x16.png +0 -0
- data/public/images/icons/note_ok/note_ok_24x24.png +0 -0
- data/public/images/icons/note_ok/note_ok_32x32.png +0 -0
- data/public/images/icons/note_ok/note_ok_48x48.png +0 -0
- data/public/images/icons/note_pinned/note_pinned_16x16.png +0 -0
- data/public/images/icons/note_pinned/note_pinned_24x24.png +0 -0
- data/public/images/icons/note_pinned/note_pinned_32x32.png +0 -0
- data/public/images/icons/note_pinned/note_pinned_48x48.png +0 -0
- data/public/images/icons/note_plain/note_plain_16x16.png +0 -0
- data/public/images/icons/note_plain/note_plain_24x24.png +0 -0
- data/public/images/icons/note_plain/note_plain_32x32.png +0 -0
- data/public/images/icons/note_plain/note_plain_48x48.png +0 -0
- data/public/images/icons/note_view/note_view_16x16.png +0 -0
- data/public/images/icons/note_view/note_view_24x24.png +0 -0
- data/public/images/icons/note_view/note_view_32x32.png +0 -0
- data/public/images/icons/note_view/note_view_48x48.png +0 -0
- data/public/images/icons/note_warning/note_warning_16x16.png +0 -0
- data/public/images/icons/note_warning/note_warning_24x24.png +0 -0
- data/public/images/icons/note_warning/note_warning_32x32.png +0 -0
- data/public/images/icons/note_warning/note_warning_48x48.png +0 -0
- data/public/images/icons/open/open_16x16.png +0 -0
- data/public/images/icons/open/open_24x24.png +0 -0
- data/public/images/icons/open/open_32x32.png +0 -0
- data/public/images/icons/open/open_48x48.png +0 -0
- data/public/images/icons/palette/palette_16x16.png +0 -0
- data/public/images/icons/palette/palette_24x24.png +0 -0
- data/public/images/icons/palette/palette_32x32.png +0 -0
- data/public/images/icons/palette/palette_48x48.png +0 -0
- data/public/images/icons/paperclip/paperclip_16x16.png +0 -0
- data/public/images/icons/paperclip/paperclip_24x24.png +0 -0
- data/public/images/icons/paperclip/paperclip_32x32.png +0 -0
- data/public/images/icons/paperclip/paperclip_48x48.png +0 -0
- data/public/images/icons/paste/paste_16x16.png +0 -0
- data/public/images/icons/paste/paste_24x24.png +0 -0
- data/public/images/icons/paste/paste_32x32.png +0 -0
- data/public/images/icons/paste/paste_48x48.png +0 -0
- data/public/images/icons/picture/picture_24x24.png +0 -0
- data/public/images/icons/picture/picture_32x32.png +0 -0
- data/public/images/icons/picture/picture_48x48.png +0 -0
- data/public/images/icons/presentation/presentation_16x16.png +0 -0
- data/public/images/icons/presentation/presentation_24x24.png +0 -0
- data/public/images/icons/presentation/presentation_32x32.png +0 -0
- data/public/images/icons/presentation/presentation_48x48.png +0 -0
- data/public/images/icons/presentation_chart/presentation_chart_16x16.png +0 -0
- data/public/images/icons/presentation_chart/presentation_chart_24x24.png +0 -0
- data/public/images/icons/presentation_chart/presentation_chart_32x32.png +0 -0
- data/public/images/icons/presentation_chart/presentation_chart_48x48.png +0 -0
- data/public/images/icons/previous/previous_16x16.png +0 -0
- data/public/images/icons/previous/previous_24x24.png +0 -0
- data/public/images/icons/previous/previous_32x32.png +0 -0
- data/public/images/icons/previous/previous_48x48.png +0 -0
- data/public/images/icons/print/print_16x16.png +0 -0
- data/public/images/icons/print/print_24x24.png +0 -0
- data/public/images/icons/print/print_32x32.png +0 -0
- data/public/images/icons/print/print_48x48.png +0 -0
- data/public/images/icons/printer/printer_16x16.png +0 -0
- data/public/images/icons/printer/printer_24x24.png +0 -0
- data/public/images/icons/printer/printer_32x32.png +0 -0
- data/public/images/icons/printer/printer_48x48.png +0 -0
- data/public/images/icons/prodconfig/Prodconfig_16x16.png +0 -0
- data/public/images/icons/prodconfig/Prodconfig_256x256.png +0 -0
- data/public/images/icons/prodconfig/Prodconfig_32x32.png +0 -0
- data/public/images/icons/prodconfig/Prodconfig_48x48.png +0 -0
- data/public/images/icons/question_and_answer/question_and_answer_16x16.png +0 -0
- data/public/images/icons/question_and_answer/question_and_answer_24x24.png +0 -0
- data/public/images/icons/question_and_answer/question_and_answer_32x32.png +0 -0
- data/public/images/icons/question_and_answer/question_and_answer_48x48.png +0 -0
- data/public/images/icons/replace/replace_16x16.png +0 -0
- data/public/images/icons/replace/replace_24x24.png +0 -0
- data/public/images/icons/replace/replace_32x32.png +0 -0
- data/public/images/icons/replace/replace_48x48.png +0 -0
- data/public/images/icons/scroll/scroll_16x16.png +0 -0
- data/public/images/icons/scroll/scroll_24x24.png +0 -0
- data/public/images/icons/scroll/scroll_32x32.png +0 -0
- data/public/images/icons/scroll/scroll_48x48.png +0 -0
- data/public/images/icons/send/send_16x16.png +0 -0
- data/public/images/icons/send/send_24x24.png +0 -0
- data/public/images/icons/send/send_32x32.png +0 -0
- data/public/images/icons/send/send_48x48.png +0 -0
- data/public/images/icons/settings/settings_24x24.png +0 -0
- data/public/images/icons/settings/settings_32x32.png +0 -0
- data/public/images/icons/settings/settings_48x48.png +0 -0
- data/public/images/icons/shoppingbasket/shoppingbasket_16x16.png +0 -0
- data/public/images/icons/shoppingbasket/shoppingbasket_24x24.png +0 -0
- data/public/images/icons/shoppingbasket/shoppingbasket_32x32.png +0 -0
- data/public/images/icons/shoppingbasket/shoppingbasket_48x48.png +0 -0
- data/public/images/icons/shoppingbasket_add/shoppingbasket_add_16x16.png +0 -0
- data/public/images/icons/shoppingbasket_add/shoppingbasket_add_24x24.png +0 -0
- data/public/images/icons/shoppingbasket_add/shoppingbasket_add_32x32.png +0 -0
- data/public/images/icons/shoppingbasket_add/shoppingbasket_add_48x48.png +0 -0
- data/public/images/icons/shoppingbasket_delete/shoppingbasket_delete_16x16.png +0 -0
- data/public/images/icons/shoppingbasket_delete/shoppingbasket_delete_24x24.png +0 -0
- data/public/images/icons/shoppingbasket_delete/shoppingbasket_delete_32x32.png +0 -0
- data/public/images/icons/shoppingbasket_delete/shoppingbasket_delete_48x48.png +0 -0
- data/public/images/icons/shoppingbasket_edit/shoppingbasket_edit_16x16.png +0 -0
- data/public/images/icons/shoppingbasket_edit/shoppingbasket_edit_24x24.png +0 -0
- data/public/images/icons/shoppingbasket_edit/shoppingbasket_edit_32x32.png +0 -0
- data/public/images/icons/shoppingbasket_edit/shoppingbasket_edit_48x48.png +0 -0
- data/public/images/icons/shoppingbasket_full/shoppingbasket_full_16x16.png +0 -0
- data/public/images/icons/shoppingbasket_full/shoppingbasket_full_24x24.png +0 -0
- data/public/images/icons/shoppingbasket_full/shoppingbasket_full_32x32.png +0 -0
- data/public/images/icons/shoppingbasket_full/shoppingbasket_full_48x48.png +0 -0
- data/public/images/icons/shoppingcart/shoppingcart_16x16.png +0 -0
- data/public/images/icons/shoppingcart/shoppingcart_24x24.png +0 -0
- data/public/images/icons/shoppingcart/shoppingcart_32x32.png +0 -0
- data/public/images/icons/shoppingcart/shoppingcart_48x48.png +0 -0
- data/public/images/icons/shoppingcart_add/shoppingcart_add_16x16.png +0 -0
- data/public/images/icons/shoppingcart_add/shoppingcart_add_24x24.png +0 -0
- data/public/images/icons/shoppingcart_add/shoppingcart_add_32x32.png +0 -0
- data/public/images/icons/shoppingcart_add/shoppingcart_add_48x48.png +0 -0
- data/public/images/icons/shoppingcart_delete/shoppingcart_delete_16x16.png +0 -0
- data/public/images/icons/shoppingcart_delete/shoppingcart_delete_24x24.png +0 -0
- data/public/images/icons/shoppingcart_delete/shoppingcart_delete_32x32.png +0 -0
- data/public/images/icons/shoppingcart_delete/shoppingcart_delete_48x48.png +0 -0
- data/public/images/icons/shoppingcart_edit/shoppingcart_edit_16x16.png +0 -0
- data/public/images/icons/shoppingcart_edit/shoppingcart_edit_24x24.png +0 -0
- data/public/images/icons/shoppingcart_edit/shoppingcart_edit_32x32.png +0 -0
- data/public/images/icons/shoppingcart_edit/shoppingcart_edit_48x48.png +0 -0
- data/public/images/icons/shoppingcart_full/shoppingcart_full_16x16.png +0 -0
- data/public/images/icons/shoppingcart_full/shoppingcart_full_24x24.png +0 -0
- data/public/images/icons/shoppingcart_full/shoppingcart_full_32x32.png +0 -0
- data/public/images/icons/shoppingcart_full/shoppingcart_full_48x48.png +0 -0
- data/public/images/icons/sort_ascending/sort_ascending_16x16.png +0 -0
- data/public/images/icons/sort_ascending/sort_ascending_24x24.png +0 -0
- data/public/images/icons/sort_ascending/sort_ascending_32x32.png +0 -0
- data/public/images/icons/sort_ascending/sort_ascending_48x48.png +0 -0
- data/public/images/icons/sort_az_ascending/sort_az_ascending_16x16.png +0 -0
- data/public/images/icons/sort_az_ascending/sort_az_ascending_24x24.png +0 -0
- data/public/images/icons/sort_az_ascending/sort_az_ascending_32x32.png +0 -0
- data/public/images/icons/sort_az_ascending/sort_az_ascending_48x48.png +0 -0
- data/public/images/icons/sort_az_descending/sort_az_descending_16x16.png +0 -0
- data/public/images/icons/sort_az_descending/sort_az_descending_24x24.png +0 -0
- data/public/images/icons/sort_az_descending/sort_az_descending_32x32.png +0 -0
- data/public/images/icons/sort_az_descending/sort_az_descending_48x48.png +0 -0
- data/public/images/icons/sort_descending/sort_descending_16x16.png +0 -0
- data/public/images/icons/sort_descending/sort_descending_24x24.png +0 -0
- data/public/images/icons/sort_descending/sort_descending_32x32.png +0 -0
- data/public/images/icons/sort_descending/sort_descending_48x48.png +0 -0
- data/public/images/icons/sort_down/sort_down_16x16.png +0 -0
- data/public/images/icons/sort_down/sort_down_24x24.png +0 -0
- data/public/images/icons/sort_down/sort_down_32x32.png +0 -0
- data/public/images/icons/sort_down/sort_down_48x48.png +0 -0
- data/public/images/icons/sort_up/sort_up_16x16.png +0 -0
- data/public/images/icons/sort_up/sort_up_24x24.png +0 -0
- data/public/images/icons/sort_up/sort_up_32x32.png +0 -0
- data/public/images/icons/sort_up/sort_up_48x48.png +0 -0
- data/public/images/icons/spellcheck/spellcheck_16x16.png +0 -0
- data/public/images/icons/spellcheck/spellcheck_24x24.png +0 -0
- data/public/images/icons/spellcheck/spellcheck_32x32.png +0 -0
- data/public/images/icons/spellcheck/spellcheck_48x48.png +0 -0
- data/public/images/icons/synchronize/synchronize_16x16.png +0 -0
- data/public/images/icons/synchronize/synchronize_24x24.png +0 -0
- data/public/images/icons/synchronize/synchronize_32x32.png +0 -0
- data/public/images/icons/synchronize/synchronize_48x48.png +0 -0
- data/public/images/icons/toolbar/class.png +0 -0
- data/public/images/icons/toolbar/class_folder.png +0 -0
- data/public/images/icons/toolbar/mixed_folder.png +0 -0
- data/public/images/icons/toolbar/object_graph.png +0 -0
- data/public/images/icons/toolbar/package_yellow.png +0 -0
- data/public/images/icons/toolbar/table_go.png +0 -0
- data/public/images/icons/undo/undo_24x24.png +0 -0
- data/public/images/icons/undo/undo_32x32.png +0 -0
- data/public/images/icons/undo/undo_48x48.png +0 -0
- data/public/images/icons/upload/upload_16x16.png +0 -0
- data/public/images/icons/upload/upload_24x24.png +0 -0
- data/public/images/icons/upload/upload_32x32.png +0 -0
- data/public/images/icons/upload/upload_48x48.png +0 -0
- data/public/images/icons/user/user_24x24.png +0 -0
- data/public/images/icons/user/user_32x32.png +0 -0
- data/public/images/icons/user/user_48x48.png +0 -0
- data/public/images/icons/warning/warning_16x16.png +0 -0
- data/public/images/icons/warning/warning_24x24.png +0 -0
- data/public/images/icons/warning/warning_32x32.png +0 -0
- data/public/images/icons/warning/warning_48x48.png +0 -0
- data/public/images/icons/zoom_in/zoom_in_16x16.png +0 -0
- data/public/images/icons/zoom_in/zoom_in_24x24.png +0 -0
- data/public/images/icons/zoom_in/zoom_in_32x32.png +0 -0
- data/public/images/icons/zoom_in/zoom_in_48x48.png +0 -0
- data/public/images/icons/zoom_out/zoom_out_16x16.png +0 -0
- data/public/images/icons/zoom_out/zoom_out_24x24.png +0 -0
- data/public/images/icons/zoom_out/zoom_out_32x32.png +0 -0
- data/public/images/icons/zoom_out/zoom_out_48x48.png +0 -0
- data/public/images/wallpaper/blue.gif +0 -0
- data/public/javascripts/erp_app/authentication/widget_manager.js +0 -119
- data/public/javascripts/erp_app/ckeditor/lang/_languages.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/_translationstatus.txt +0 -64
- data/public/javascripts/erp_app/ckeditor/lang/af.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ar.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/bg.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/bn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/bs.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ca.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/cs.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/cy.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/da.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/de.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/el.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/en-au.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/en-ca.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/en-gb.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/eo.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/es.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/et.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/eu.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/fa.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/fi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/fo.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/fr-ca.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/fr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/gl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/gu.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/he.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/hi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/hr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/hu.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/id.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/is.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/it.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ja.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ka.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/km.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ko.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/lt.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/lv.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/mk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/mn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ms.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/nb.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/nl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/no.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/pl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/pt-br.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/pt.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ro.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ru.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/sk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/sl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/sr-latn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/sr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/sv.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/th.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/tr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/ug.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/uk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/vi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/zh-cn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/lang/zh.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/_translationstatus.txt +0 -25
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/cs.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/cy.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/da.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/de.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/el.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/en.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/eo.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/fa.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/fi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/fr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/gu.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/he.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/it.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/mk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/nb.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/nl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/no.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/pt-br.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/ro.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/tr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/ug.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/vi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/zh-cn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/adobeair/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/autogrow/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/bbcode/plugin.js +0 -9
- data/public/javascripts/erp_app/ckeditor/plugins/compassupload/plugin.js +0 -21
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/_translationstatus.txt +0 -28
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/bg.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/cs.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/cy.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/da.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/de.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/el.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/en.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/eo.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/et.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/fa.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/fi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/fr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/gu.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/he.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/hr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/it.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/nb.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/nl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/no.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/pl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/pt-br.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/tr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/ug.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/uk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/vi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/zh-cn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/docprops/dialogs/docprops.js +0 -10
- data/public/javascripts/erp_app/ckeditor/plugins/docprops/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/iframedialog/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/link/images/anchor.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/dialogs/placeholder.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/_translationstatus.txt +0 -27
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/bg.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/cs.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/cy.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/da.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/de.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/el.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/en.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/eo.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/et.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/fa.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/fi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/fr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/he.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/hr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/it.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/nb.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/nl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/no.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/pl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/pt-br.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/tr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/ug.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/uk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/vi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/zh-cn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/placeholder.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/codemirror_config.js +0 -85
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/editor.css +0 -96
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/buttonbg.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/cancel.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/highlight.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/redo.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/reindent.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/save.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/search.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/images/undo.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/config/nocolors.css +0 -24
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/LICENSE +0 -23
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/bigtest.html +0 -1296
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/compress.html +0 -169
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/csharp/css/csharpcolors.css +0 -60
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/csharp/index.html +0 -61
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/csharp/js/parsecsharp.js +0 -329
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/csharp/js/tokenizecsharp.js +0 -196
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/freemarker/LICENSE +0 -24
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/freemarker/css/freemarkercolors.css +0 -63
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/freemarker/index.html +0 -75
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/freemarker/js/parsefreemarker.js +0 -380
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/groovy/index.html +0 -57
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/java/LICENSE +0 -20
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/java/css/javacolors.css +0 -64
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/java/index.html +0 -66
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/java/js/parsejava.js +0 -285
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/java/js/tokenizejava.js +0 -222
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/lua/LICENSE +0 -32
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/lua/css/luacolors.css +0 -63
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/lua/index.html +0 -68
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/lua/js/parselua.js +0 -254
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/ometa/LICENSE +0 -23
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/ometa/css/ometacolors.css +0 -63
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/ometa/index.html +0 -77
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/ometa/js/parseometa.js +0 -364
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/ometa/js/tokenizeometa.js +0 -209
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/php/LICENSE +0 -37
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/php/css/phpcolors.css +0 -114
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/php/index.html +0 -310
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/php/js/parsephp.js +0 -419
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/php/js/parsephphtmlmixed.js +0 -116
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/php/js/tokenizephp.js +0 -1208
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/plsql/LICENSE +0 -22
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/plsql/css/plsqlcolors.css +0 -57
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/plsql/index.html +0 -67
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/plsql/js/parseplsql.js +0 -233
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/python/LICENSE +0 -32
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/python/css/pythoncolors.css +0 -58
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/python/index.html +0 -141
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/python/js/parsepython.js +0 -541
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/regex/css/js-regexcolors.css +0 -214
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/regex/css/regexcolors.css +0 -214
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/regex/index.html +0 -114
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/regex/js/parsejavascript_and_regex.js +0 -91
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/regex/js/parseregex-unicode.js +0 -284
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/regex/js/parseregex.js +0 -847
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/regex/js-regex.html +0 -118
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/scheme/LICENSE +0 -23
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/scheme/css/schemecolors.css +0 -45
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/scheme/index.html +0 -82
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/scheme/js/parsescheme.js +0 -428
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/scheme/js/tokenizescheme.js +0 -241
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/sql/LICENSE +0 -22
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/sql/css/sqlcolors.css +0 -59
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/sql/index.html +0 -56
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/sql/js/parsesql.js +0 -267
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/xquery/LICENSE +0 -13
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/xquery/css/xqcolors-dark.css +0 -93
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/xquery/css/xqcolors.css +0 -99
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/xquery/css/xqcolors2.css +0 -96
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/xquery/index.html +0 -552
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/xquery/js/parsexquery.js +0 -234
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/contrib/xquery/js/tokenizexquery.js +0 -457
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/baboon.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/baboon_vector.ai +3 -962
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/csscolors.css +0 -55
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/docs.css +0 -158
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/font.js +0 -15
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/jscolors.css +0 -59
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/people.jpg +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/sparqlcolors.css +0 -43
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/css/xmlcolors.css +0 -55
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/csstest.html +0 -60
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/faq.html +0 -86
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/favicon.ico +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/googleb196c451afc2ee11.html +0 -1
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/googlehostedservice.html +0 -1
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/highlight.html +0 -82
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/htmltest.html +0 -53
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/index.html +0 -254
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/codemirror.js +0 -582
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/editor.js +0 -1670
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/highlight.js +0 -68
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/mirrorframe.js +0 -81
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/parsecss.js +0 -161
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/parsedummy.js +0 -32
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/parsehtmlmixed.js +0 -93
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/parsejavascript.js +0 -359
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/parsesparql.js +0 -162
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/parsexml.js +0 -291
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/select.js +0 -697
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/stringstream.js +0 -159
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/tokenize.js +0 -57
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/tokenizejavascript.js +0 -174
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/undo.js +0 -413
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/unittests.js +0 -44
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/js/util.js +0 -133
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/jstest.html +0 -56
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/manual.html +0 -806
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/mixedtest.html +0 -52
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/sparqltest.html +0 -41
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/story.html +0 -672
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/unittests.html +0 -125
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/editor/xhtmltest.xhtml +0 -50
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/lang/de.js +0 -20
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/codemirror/lang/en.js +0 -20
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/dialogs/sourcepopup.js +0 -102
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/lang/de.js +0 -9
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/lang/en.js +0 -9
- data/public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js +0 -27
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/_translationstatus.txt +0 -22
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/cs.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/cy.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/de.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/el.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/en.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/eo.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/et.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/fa.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/fi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/fr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/he.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/hr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/it.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/nb.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/nl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/no.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/pt-br.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/tr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/ug.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/zh-cn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/styles/styles/default.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/stylesheetparser/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/tableresize/plugin.js +0 -7
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -7
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/_translationstatus.txt +0 -28
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/bg.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/cs.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/cy.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/da.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/de.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/el.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/en.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/eo.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/et.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/fa.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/fi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/fr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/he.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/hr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/it.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/mk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/nb.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/nl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/no.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/pl.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/pt-br.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/tr.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/ug.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/uk.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/vi.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/zh-cn.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/uicolor.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -6
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/yui/yui.js +0 -76
- data/public/javascripts/erp_app/ckeditor/plugins/xml/plugin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/skins/kama/dialog.css +0 -10
- data/public/javascripts/erp_app/ckeditor/skins/kama/editor.css +0 -13
- data/public/javascripts/erp_app/ckeditor/skins/kama/icons.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/icons_rtl.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/images/dialog_sides.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/images/mini.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/images/sprites.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/kama/skin.js +0 -7
- data/public/javascripts/erp_app/ckeditor/skins/kama/templates.css +0 -6
- data/public/javascripts/erp_app/ckeditor/skins/office2003/dialog.css +0 -10
- data/public/javascripts/erp_app/ckeditor/skins/office2003/editor.css +0 -14
- data/public/javascripts/erp_app/ckeditor/skins/office2003/icons.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/icons_rtl.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/images/mini.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/images/noimage.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/images/sprites.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/office2003/skin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/skins/office2003/templates.css +0 -6
- data/public/javascripts/erp_app/ckeditor/skins/v2/dialog.css +0 -9
- data/public/javascripts/erp_app/ckeditor/skins/v2/editor.css +0 -13
- data/public/javascripts/erp_app/ckeditor/skins/v2/icons.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/icons_rtl.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/dialog_sides.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/mini.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/noimage.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/sprites.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
- data/public/javascripts/erp_app/ckeditor/skins/v2/skin.js +0 -6
- data/public/javascripts/erp_app/ckeditor/skins/v2/templates.css +0 -6
- data/public/javascripts/erp_app/ckeditor/themes/default/theme.js +0 -8
- data/public/javascripts/erp_app/codemirror/LICENSE +0 -23
- data/public/javascripts/erp_app/codemirror/README.md +0 -8
- data/public/javascripts/erp_app/codemirror/doc/baboon.png +0 -0
- data/public/javascripts/erp_app/codemirror/doc/baboon_vector.svg +0 -153
- data/public/javascripts/erp_app/codemirror/doc/compress.html +0 -165
- data/public/javascripts/erp_app/codemirror/doc/docs.css +0 -165
- data/public/javascripts/erp_app/codemirror/doc/internals.html +0 -497
- data/public/javascripts/erp_app/codemirror/doc/manual.html +0 -1231
- data/public/javascripts/erp_app/codemirror/doc/oldrelease.html +0 -356
- data/public/javascripts/erp_app/codemirror/doc/realworld.html +0 -72
- data/public/javascripts/erp_app/codemirror/doc/reporting.html +0 -60
- data/public/javascripts/erp_app/codemirror/doc/upgrade_v2.2.html +0 -98
- data/public/javascripts/erp_app/codemirror/keymap/emacs.js +0 -29
- data/public/javascripts/erp_app/codemirror/keymap/vim.js +0 -788
- data/public/javascripts/erp_app/codemirror/lib/util/closetag.js +0 -164
- data/public/javascripts/erp_app/codemirror/lib/util/dialog.css +0 -27
- data/public/javascripts/erp_app/codemirror/lib/util/dialog.js +0 -70
- data/public/javascripts/erp_app/codemirror/lib/util/foldcode.js +0 -196
- data/public/javascripts/erp_app/codemirror/lib/util/formatting.js +0 -193
- data/public/javascripts/erp_app/codemirror/lib/util/javascript-hint.js +0 -134
- data/public/javascripts/erp_app/codemirror/lib/util/loadmode.js +0 -51
- data/public/javascripts/erp_app/codemirror/lib/util/match-highlighter.js +0 -44
- data/public/javascripts/erp_app/codemirror/lib/util/multiplex.js +0 -77
- data/public/javascripts/erp_app/codemirror/lib/util/overlay.js +0 -59
- data/public/javascripts/erp_app/codemirror/lib/util/pig-hint.js +0 -123
- data/public/javascripts/erp_app/codemirror/lib/util/runmode-standalone.js +0 -90
- data/public/javascripts/erp_app/codemirror/lib/util/runmode.js +0 -53
- data/public/javascripts/erp_app/codemirror/lib/util/search.js +0 -118
- data/public/javascripts/erp_app/codemirror/lib/util/searchcursor.js +0 -119
- data/public/javascripts/erp_app/codemirror/lib/util/simple-hint.css +0 -16
- data/public/javascripts/erp_app/codemirror/lib/util/simple-hint.js +0 -102
- data/public/javascripts/erp_app/codemirror/lib/util/xml-hint.js +0 -137
- data/public/javascripts/erp_app/codemirror/mode/clike/clike.js +0 -285
- data/public/javascripts/erp_app/codemirror/mode/clike/index.html +0 -102
- data/public/javascripts/erp_app/codemirror/mode/clike/scala.html +0 -766
- data/public/javascripts/erp_app/codemirror/mode/clojure/clojure.js +0 -206
- data/public/javascripts/erp_app/codemirror/mode/clojure/index.html +0 -67
- data/public/javascripts/erp_app/codemirror/mode/coffeescript/LICENSE +0 -22
- data/public/javascripts/erp_app/codemirror/mode/coffeescript/coffeescript.js +0 -346
- data/public/javascripts/erp_app/codemirror/mode/coffeescript/index.html +0 -728
- data/public/javascripts/erp_app/codemirror/mode/commonlisp/commonlisp.js +0 -101
- data/public/javascripts/erp_app/codemirror/mode/commonlisp/index.html +0 -165
- data/public/javascripts/erp_app/codemirror/mode/css/css.js +0 -448
- data/public/javascripts/erp_app/codemirror/mode/css/index.html +0 -58
- data/public/javascripts/erp_app/codemirror/mode/css/test.js +0 -501
- data/public/javascripts/erp_app/codemirror/mode/diff/diff.js +0 -32
- data/public/javascripts/erp_app/codemirror/mode/diff/index.html +0 -105
- data/public/javascripts/erp_app/codemirror/mode/ecl/ecl.js +0 -203
- data/public/javascripts/erp_app/codemirror/mode/ecl/index.html +0 -42
- data/public/javascripts/erp_app/codemirror/mode/erlang/erlang.js +0 -463
- data/public/javascripts/erp_app/codemirror/mode/erlang/index.html +0 -63
- data/public/javascripts/erp_app/codemirror/mode/gfm/gfm.js +0 -94
- data/public/javascripts/erp_app/codemirror/mode/gfm/index.html +0 -71
- data/public/javascripts/erp_app/codemirror/mode/gfm/test.js +0 -225
- data/public/javascripts/erp_app/codemirror/mode/go/go.js +0 -170
- data/public/javascripts/erp_app/codemirror/mode/go/index.html +0 -73
- data/public/javascripts/erp_app/codemirror/mode/groovy/groovy.js +0 -210
- data/public/javascripts/erp_app/codemirror/mode/groovy/index.html +0 -72
- data/public/javascripts/erp_app/codemirror/mode/haskell/haskell.js +0 -242
- data/public/javascripts/erp_app/codemirror/mode/haskell/index.html +0 -61
- data/public/javascripts/erp_app/codemirror/mode/haxe/haxe.js +0 -429
- data/public/javascripts/erp_app/codemirror/mode/haxe/index.html +0 -91
- data/public/javascripts/erp_app/codemirror/mode/htmlembedded/htmlembedded.js +0 -73
- data/public/javascripts/erp_app/codemirror/mode/htmlembedded/index.html +0 -50
- data/public/javascripts/erp_app/codemirror/mode/htmlmixed/htmlmixed.js +0 -84
- data/public/javascripts/erp_app/codemirror/mode/htmlmixed/index.html +0 -52
- data/public/javascripts/erp_app/codemirror/mode/javascript/index.html +0 -85
- data/public/javascripts/erp_app/codemirror/mode/javascript/javascript.js +0 -409
- data/public/javascripts/erp_app/codemirror/mode/javascript/typescript.html +0 -48
- data/public/javascripts/erp_app/codemirror/mode/jinja2/index.html +0 -38
- data/public/javascripts/erp_app/codemirror/mode/jinja2/jinja2.js +0 -42
- data/public/javascripts/erp_app/codemirror/mode/less/index.html +0 -740
- data/public/javascripts/erp_app/codemirror/mode/less/less.js +0 -266
- data/public/javascripts/erp_app/codemirror/mode/lua/index.html +0 -73
- data/public/javascripts/erp_app/codemirror/mode/lua/lua.js +0 -140
- data/public/javascripts/erp_app/codemirror/mode/markdown/index.html +0 -343
- data/public/javascripts/erp_app/codemirror/mode/markdown/markdown.js +0 -481
- data/public/javascripts/erp_app/codemirror/mode/markdown/test.js +0 -1266
- data/public/javascripts/erp_app/codemirror/mode/mysql/index.html +0 -42
- data/public/javascripts/erp_app/codemirror/mode/mysql/mysql.js +0 -186
- data/public/javascripts/erp_app/codemirror/mode/ntriples/index.html +0 -33
- data/public/javascripts/erp_app/codemirror/mode/ntriples/ntriples.js +0 -172
- data/public/javascripts/erp_app/codemirror/mode/ocaml/index.html +0 -130
- data/public/javascripts/erp_app/codemirror/mode/ocaml/ocaml.js +0 -114
- data/public/javascripts/erp_app/codemirror/mode/pascal/LICENSE +0 -7
- data/public/javascripts/erp_app/codemirror/mode/pascal/index.html +0 -49
- data/public/javascripts/erp_app/codemirror/mode/pascal/pascal.js +0 -94
- data/public/javascripts/erp_app/codemirror/mode/perl/LICENSE +0 -19
- data/public/javascripts/erp_app/codemirror/mode/perl/index.html +0 -63
- data/public/javascripts/erp_app/codemirror/mode/perl/perl.js +0 -816
- data/public/javascripts/erp_app/codemirror/mode/php/index.html +0 -49
- data/public/javascripts/erp_app/codemirror/mode/php/php.js +0 -148
- data/public/javascripts/erp_app/codemirror/mode/pig/index.html +0 -43
- data/public/javascripts/erp_app/codemirror/mode/pig/pig.js +0 -172
- data/public/javascripts/erp_app/codemirror/mode/plsql/index.html +0 -63
- data/public/javascripts/erp_app/codemirror/mode/plsql/plsql.js +0 -217
- data/public/javascripts/erp_app/codemirror/mode/properties/index.html +0 -41
- data/public/javascripts/erp_app/codemirror/mode/properties/properties.js +0 -63
- data/public/javascripts/erp_app/codemirror/mode/python/LICENSE.txt +0 -21
- data/public/javascripts/erp_app/codemirror/mode/python/index.html +0 -123
- data/public/javascripts/erp_app/codemirror/mode/python/python.js +0 -338
- data/public/javascripts/erp_app/codemirror/mode/r/LICENSE +0 -24
- data/public/javascripts/erp_app/codemirror/mode/r/index.html +0 -74
- data/public/javascripts/erp_app/codemirror/mode/r/r.js +0 -141
- data/public/javascripts/erp_app/codemirror/mode/rpm/changes/changes.js +0 -19
- data/public/javascripts/erp_app/codemirror/mode/rpm/changes/index.html +0 -54
- data/public/javascripts/erp_app/codemirror/mode/rpm/spec/index.html +0 -100
- data/public/javascripts/erp_app/codemirror/mode/rpm/spec/spec.css +0 -5
- data/public/javascripts/erp_app/codemirror/mode/rpm/spec/spec.js +0 -66
- data/public/javascripts/erp_app/codemirror/mode/rst/index.html +0 -526
- data/public/javascripts/erp_app/codemirror/mode/rst/rst.js +0 -326
- data/public/javascripts/erp_app/codemirror/mode/ruby/LICENSE +0 -24
- data/public/javascripts/erp_app/codemirror/mode/ruby/index.html +0 -172
- data/public/javascripts/erp_app/codemirror/mode/ruby/ruby.js +0 -195
- data/public/javascripts/erp_app/codemirror/mode/rust/index.html +0 -49
- data/public/javascripts/erp_app/codemirror/mode/rust/rust.js +0 -432
- data/public/javascripts/erp_app/codemirror/mode/scheme/index.html +0 -65
- data/public/javascripts/erp_app/codemirror/mode/scheme/scheme.js +0 -230
- data/public/javascripts/erp_app/codemirror/mode/shell/index.html +0 -50
- data/public/javascripts/erp_app/codemirror/mode/shell/shell.js +0 -118
- data/public/javascripts/erp_app/codemirror/mode/sieve/LICENSE +0 -23
- data/public/javascripts/erp_app/codemirror/mode/sieve/index.html +0 -81
- data/public/javascripts/erp_app/codemirror/mode/sieve/sieve.js +0 -156
- data/public/javascripts/erp_app/codemirror/mode/smalltalk/index.html +0 -56
- data/public/javascripts/erp_app/codemirror/mode/smalltalk/smalltalk.js +0 -139
- data/public/javascripts/erp_app/codemirror/mode/smarty/index.html +0 -83
- data/public/javascripts/erp_app/codemirror/mode/smarty/smarty.js +0 -148
- data/public/javascripts/erp_app/codemirror/mode/sparql/index.html +0 -41
- data/public/javascripts/erp_app/codemirror/mode/sparql/sparql.js +0 -143
- data/public/javascripts/erp_app/codemirror/mode/stex/index.html +0 -98
- data/public/javascripts/erp_app/codemirror/mode/stex/stex.js +0 -182
- data/public/javascripts/erp_app/codemirror/mode/stex/test.js +0 -343
- data/public/javascripts/erp_app/codemirror/mode/tiddlywiki/index.html +0 -141
- data/public/javascripts/erp_app/codemirror/mode/tiddlywiki/tiddlywiki.css +0 -14
- data/public/javascripts/erp_app/codemirror/mode/tiddlywiki/tiddlywiki.js +0 -384
- data/public/javascripts/erp_app/codemirror/mode/tiki/index.html +0 -83
- data/public/javascripts/erp_app/codemirror/mode/tiki/tiki.css +0 -26
- data/public/javascripts/erp_app/codemirror/mode/tiki/tiki.js +0 -309
- data/public/javascripts/erp_app/codemirror/mode/vb/LICENSE.txt +0 -21
- data/public/javascripts/erp_app/codemirror/mode/vb/index.html +0 -89
- data/public/javascripts/erp_app/codemirror/mode/vb/vb.js +0 -260
- data/public/javascripts/erp_app/codemirror/mode/vbscript/index.html +0 -43
- data/public/javascripts/erp_app/codemirror/mode/vbscript/vbscript.js +0 -26
- data/public/javascripts/erp_app/codemirror/mode/velocity/index.html +0 -104
- data/public/javascripts/erp_app/codemirror/mode/velocity/velocity.js +0 -146
- data/public/javascripts/erp_app/codemirror/mode/verilog/index.html +0 -211
- data/public/javascripts/erp_app/codemirror/mode/verilog/verilog.js +0 -194
- data/public/javascripts/erp_app/codemirror/mode/xml/index.html +0 -45
- data/public/javascripts/erp_app/codemirror/mode/xml/xml.js +0 -318
- data/public/javascripts/erp_app/codemirror/mode/xquery/LICENSE +0 -20
- data/public/javascripts/erp_app/codemirror/mode/xquery/index.html +0 -223
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/index.html +0 -27
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testBase.js +0 -42
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testEmptySequenceKeyword.js +0 -16
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testMultiAttr.js +0 -16
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testNamespaces.js +0 -91
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testProcessingInstructions.js +0 -16
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testQuotes.js +0 -19
- data/public/javascripts/erp_app/codemirror/mode/xquery/xquery.js +0 -451
- data/public/javascripts/erp_app/codemirror/mode/yaml/index.html +0 -68
- data/public/javascripts/erp_app/codemirror/mode/yaml/yaml.js +0 -95
- data/public/javascripts/erp_app/codemirror/package.json +0 -21
- data/public/javascripts/erp_app/codemirror/test/driver.js +0 -129
- data/public/javascripts/erp_app/codemirror/test/index.html +0 -171
- data/public/javascripts/erp_app/codemirror/test/lint/lint.js +0 -120
- data/public/javascripts/erp_app/codemirror/test/lint/parse-js.js +0 -1372
- data/public/javascripts/erp_app/codemirror/test/mode_test.css +0 -10
- data/public/javascripts/erp_app/codemirror/test/mode_test.js +0 -203
- data/public/javascripts/erp_app/codemirror/test/phantom_driver.js +0 -30
- data/public/javascripts/erp_app/codemirror/test/run.js +0 -32
- data/public/javascripts/erp_app/codemirror/test/test.js +0 -677
- data/public/javascripts/erp_app/desktop/applications/control_panel/application_management_panel.js +0 -109
- data/public/javascripts/erp_app/desktop/applications/control_panel/desktop_management_panel.js +0 -218
- data/public/javascripts/erp_app/organizer/applications/crm/contact_mechanism_grid.js +0 -559
- data/public/javascripts/erp_app/organizer/applications/crm/individual_windows.js +0 -237
- data/public/javascripts/erp_app/organizer/applications/crm/organization_windows.js +0 -167
- data/public/javascripts/erp_app/organizer/applications/crm/party_grid.js +0 -423
- data/public/javascripts/erp_app/organizer/applications/crm/userinfo.js +0 -215
- data/public/javascripts/erp_app/shared/audit_log/audit_log_grid_panel.js +0 -169
- data/public/javascripts/erp_app/shared/audit_log/audit_log_item_grid_panel.js +0 -99
- data/public/javascripts/erp_app/shared/audit_log/audit_log_tab_panel.js +0 -52
- data/public/javascripts/erp_app/shared/coolclock/coolclock.js +0 -314
- data/public/javascripts/erp_app/shared/coolclock/moreskins.js +0 -212
- data/public/javascripts/erp_app/shared/coolclock/tray_clock.js +0 -145
- data/public/javascripts/erp_app/shared/dynamic_forms/dynamic_form_fields.js +0 -99
- data/public/javascripts/erp_app/shared/preference_form.js +0 -155
@@ -1,672 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Implementing a Syntax-Highlighting JavaScript Editor In JavaScript</title>
|
5
|
-
<link rel="stylesheet" type="text/css" href="css/docs.css"/>
|
6
|
-
<link rel="stylesheet" type="text/css" href="css/jscolors.css"/>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
8
|
-
</head>
|
9
|
-
<body>
|
10
|
-
|
11
|
-
<h1 style="letter-spacing: -2px; font-size: 2.7em;">Implementing a Syntax-Highlighting<br/> JavaScript Editor—In JavaScript</h1>
|
12
|
-
|
13
|
-
<pre class="grey">
|
14
|
-
<img src="css/baboon.png" class="logo" alt="logo"/>/* A brutal odyssey to the dark
|
15
|
-
side of the DOM tree */
|
16
|
-
</pre>
|
17
|
-
|
18
|
-
<div class="clear"><div class="leftbig blk">
|
19
|
-
|
20
|
-
<p>In one of his (very informative) <a
|
21
|
-
href="http://www.learnwebdesignonline.com/videos/programming/javascript/yahoo-douglas-crockford">video
|
22
|
-
lectures</a>, Douglas Crockford remarks that writing JavaScript
|
23
|
-
for the web is 'programming in a hostile environment'. I had done
|
24
|
-
my fair share of weird workarounds, and even occasonally gave up
|
25
|
-
an on idea entirely because browsers just wouldn't support it, but
|
26
|
-
before this project I never really realized just how powerless a
|
27
|
-
programmer can be in the face of buggy, incompatible, and poorly
|
28
|
-
designed platforms.</p>
|
29
|
-
|
30
|
-
<p>The plan was not ridiculously ambitious. I wanted to 'enhance' a
|
31
|
-
textarea to the point where writing code in it is pleasant. This meant
|
32
|
-
automatic indentation and, if possible at all, syntax highlighting.</p>
|
33
|
-
|
34
|
-
<p>In this document I describe the story of implementing this, for your
|
35
|
-
education and amusement. A demonstration of the resulting program,
|
36
|
-
along with the source code, can be found at <a
|
37
|
-
href="http://codemirror.net/">the project website</a>.</p>
|
38
|
-
|
39
|
-
<p style="color: #811; font-size: 90%; font-style: italic">Note:
|
40
|
-
some of the details given here no longer apply to the current <a
|
41
|
-
href="http://codemirror.net/">CodeMirror</a> codebase, which has
|
42
|
-
evolved quite a bit in the meantime.</p>
|
43
|
-
|
44
|
-
<h2 id="indent">Take one: Only indentation</h2>
|
45
|
-
|
46
|
-
<p>The very first attempt merely added auto-indentation to a textarea
|
47
|
-
element. It would scan backwards through the content of the area,
|
48
|
-
starting from the cursor, until it had enough information to decide
|
49
|
-
how to indent the current line. It took me a while to figure out a
|
50
|
-
decent model for indenting JavaScript code, but in the end this seems
|
51
|
-
to work:</p>
|
52
|
-
|
53
|
-
<ul>
|
54
|
-
<li>Code that sits inside a block is indented one unit (generally two
|
55
|
-
spaces) more than the statement or brace that opened the block.</li>
|
56
|
-
<li>A statement that is continued to the next line is indented one unit
|
57
|
-
more than the line that starts the statement.</li>
|
58
|
-
<li>When dealing with lists of arguments or the content of array and
|
59
|
-
object literals there are two possible models. If there is any text
|
60
|
-
directly after the opening brace, bracket, or parenthesis,
|
61
|
-
subsequent lines are aligned with this opening character. If the
|
62
|
-
opening character is followed by a newline (optionally with whitespace
|
63
|
-
or comments before it), the next line is indented one unit further
|
64
|
-
than the line that started the list.</li>
|
65
|
-
<li>And, obviously, if a statement follows another statement it is
|
66
|
-
indented the same amount as the one before it.</li>
|
67
|
-
</ul>
|
68
|
-
|
69
|
-
<p>When scanning backwards through code one has to take string values,
|
70
|
-
comments, and regular expressions (which are delimited by slashes)
|
71
|
-
into account, because braces and semicolons and such are not
|
72
|
-
significant when they appear inside them. Single-line ('//') comments
|
73
|
-
turned out to be rather inefficient to check for when doing a
|
74
|
-
backwards scan, since every time you encounter a newline you have to
|
75
|
-
go on to the next newline to determine whether this line ends in a
|
76
|
-
comment or not. Regular expressions are even worse ― without
|
77
|
-
contextual information they are impossible to distinguish from the
|
78
|
-
division operator, and I didn't get them working in this first
|
79
|
-
version.</p>
|
80
|
-
|
81
|
-
<p>To find out which line to indent, and to make sure that adding or
|
82
|
-
removing whitespace doesn't cause the cursor to jump in strange ways,
|
83
|
-
it is necessary to determine which text the user has selected. Even
|
84
|
-
though I was working with just a simple textarea at this point, this
|
85
|
-
was already a bit of a headache.</p>
|
86
|
-
|
87
|
-
<p>On W3C-standards-respecting browsers, textarea nodes have
|
88
|
-
<code>selectionStart</code> and <code>selectionEnd</code>
|
89
|
-
properties which nicely give you the amount of characters before
|
90
|
-
the start and end of the selection. Great!</p>
|
91
|
-
|
92
|
-
<p>Then, there is Internet Explorer. Internet Explorer also has an API
|
93
|
-
for looking at and manipulating selections. It gives you information
|
94
|
-
such as a detailed map of the space the selected lines take up on the
|
95
|
-
screen, in pixels, and of course the text inside the selection. It
|
96
|
-
does, however, not give you much of a clue on where the selection is
|
97
|
-
located in the document.</p>
|
98
|
-
|
99
|
-
<p>After some experimentation I managed to work out an elaborate
|
100
|
-
method for getting something similar to the
|
101
|
-
<code>selectionStart</code> and <code>selectionEnd</code> values
|
102
|
-
in other browsers. It worked like this:</p>
|
103
|
-
|
104
|
-
<ul>
|
105
|
-
<li>Get the <code>TextRange</code> object corresponding to the selection.</li>
|
106
|
-
<li>Record the length of the text inside it.</li>
|
107
|
-
<li>Make another <code>TextRange</code> that covers the whole textarea element.</li>
|
108
|
-
<li>Set the start of the first <code>TextRange</code> to the start of the second one.</li>
|
109
|
-
<li>Again get the length of the text in the first object.</li>
|
110
|
-
<li>Now <code>selectionEnd</code> is the second length, and <code>selectionStart</code> is
|
111
|
-
the second minus the first one.</li>
|
112
|
-
</ul>
|
113
|
-
|
114
|
-
<p>That seemed to work, but when resetting the selection after modifying
|
115
|
-
the content of the textarea I ran into another interesting feature of
|
116
|
-
these <code>TextRange</code>s: You can move their endpoints by a given number of
|
117
|
-
characters, which is useful when trying to set a cursor at the Nth
|
118
|
-
character of a textarea, but in this context, newlines are <em>not</em>
|
119
|
-
considered to be characters, so you'll always end up one character too
|
120
|
-
far for every newline you passed. Of course, you can count newlines
|
121
|
-
and compensate for this (though it is still not possible to position
|
122
|
-
the cursor right in front of a newline). Sheesh.</p>
|
123
|
-
|
124
|
-
<p>After ragging on Internet Explorer for a while, let us move on and rag
|
125
|
-
on Firefox a bit. It turns out that, in Firefox, getting and setting
|
126
|
-
the text content of a DOM element is unexplainably expensive,
|
127
|
-
especially when there is a lot of text involved. As soon as I tried to
|
128
|
-
use my indentation code to indent itself (some 400 lines), I found
|
129
|
-
myself waiting for over four seconds every time I pressed enter. That
|
130
|
-
seemed a little slow.</p>
|
131
|
-
|
132
|
-
<h2 id="designmode">designMode it is</h2>
|
133
|
-
|
134
|
-
<p>The solution was obvious: Since the text inside a textarea can only be
|
135
|
-
manipulated as one single big string, I had to spread it out over
|
136
|
-
multiple nodes. How do you spread editable content over multiple
|
137
|
-
nodes? Right! <code>designMode</code> or <code>contentEditable</code>.</p>
|
138
|
-
|
139
|
-
<p>Now I wasn't entirely naive about <code>designMode</code>, I had been looking
|
140
|
-
into writing a non-messy WYSIWYG editor before, and at that time I had
|
141
|
-
concluded two things:</p>
|
142
|
-
|
143
|
-
<ul>
|
144
|
-
<li>It is impossible to prevent the user from inserting whichever HTML
|
145
|
-
junk he wants into the document.</li>
|
146
|
-
<li>In Internet Explorer, it is extemely hard to get a good view
|
147
|
-
on what nodes the user has selected.</li>
|
148
|
-
</ul>
|
149
|
-
|
150
|
-
<p>Basically, the good folks at Microsoft designed a really bad interface
|
151
|
-
for putting editable documents in pages, and the other browsers, not
|
152
|
-
wanting to be left behind, more or less copied that. And there isn't
|
153
|
-
much hope for a better way to do this appearing anytime soon. Wise
|
154
|
-
people probably use a Flash movie or (God forbid) a Java applet for
|
155
|
-
these kind of things, though those are not without drawbacks either.</p>
|
156
|
-
|
157
|
-
<p>Anyway, seeing how using an editable document would also make syntax
|
158
|
-
highlighting possible, I foolishly went ahead. There is something
|
159
|
-
perversely fascinating about trying to build a complicated system on a
|
160
|
-
lousy, unsuitable platform.</p>
|
161
|
-
|
162
|
-
<h2 id="parser">A parser</h2>
|
163
|
-
|
164
|
-
<p>How does one do decent syntax highlighting? A very simple scanning can
|
165
|
-
tell the difference between strings, comments, keywords, and other
|
166
|
-
code. But this time I wanted to actually be able to recognize regular
|
167
|
-
expressions, so that I didn't have any blatant incorrect behaviour
|
168
|
-
anymore.</p>
|
169
|
-
|
170
|
-
<p>That brought me to the idea of doing a serious parse on the code. This
|
171
|
-
would not only make detecting regular expressions much easier, it
|
172
|
-
would also give me detailed information about the code, which can be
|
173
|
-
used to determine proper indentation levels, and to make subtle
|
174
|
-
distinctions in colouring, for example the difference between variable
|
175
|
-
names and property names.</p>
|
176
|
-
|
177
|
-
<p>And hey, when we're parsing the whole thing, it would even be possible
|
178
|
-
to make a distinction between local and global variables, and colour
|
179
|
-
them differently. If you've ever programmed JavaScript you can
|
180
|
-
probably imagine how useful this would be ― it is ridiculously easy
|
181
|
-
to accidentally create global instead of local variables. I don't
|
182
|
-
consider myself a JavaScript rookie anymore, but it was (embarrasingly
|
183
|
-
enough) only this week that I realized that my habit of typing <code>for
|
184
|
-
(name in object) ...</code> was creating a global variable <code>name</code>, and that
|
185
|
-
I should be typing <code>for (var name in object) ...</code> instead.</p>
|
186
|
-
|
187
|
-
<p>Re-parsing all the code the user has typed in every time he hits a key
|
188
|
-
is obviously not feasible. So how does one combine on-the-fly
|
189
|
-
highlighting with a serious parser? One option would be to split the
|
190
|
-
code into top-level statements (functions, variable definitions, etc.)
|
191
|
-
and parse these separately. This is horribly clunky though, especially
|
192
|
-
considering the fact that modern JavaScripters often put all the code
|
193
|
-
in a file in a single big object or function to prevent namespace
|
194
|
-
pollution.</p>
|
195
|
-
|
196
|
-
<p>I have always liked continuation-passing style and generators. So the
|
197
|
-
idea I came up with is this: An interruptable, resumable parser. This
|
198
|
-
is a parser that does not run through a whole document at once, but
|
199
|
-
parses on-demand, a little bit at a time. At any moment you can create
|
200
|
-
a copy of its current state, which can be resumed later. You start
|
201
|
-
parsing at the top of the code, and keep going as long as you like,
|
202
|
-
but throughout the document, for example at every end of line, you
|
203
|
-
store a copy of the current parser state. Later on, when line 106
|
204
|
-
changes, you grab the interrupted parser that was stored at the end of
|
205
|
-
line 105, and use it to re-parse line 106. It still knows exactly what
|
206
|
-
the context was at that point, which local variables were defined,
|
207
|
-
which unfinished statements were encountered, and so on.</p>
|
208
|
-
|
209
|
-
<p>But that, unfortunately, turned out to be not quite as easy as it
|
210
|
-
sounds.</p>
|
211
|
-
|
212
|
-
<h2 id="dom">The DOM nodes underfoot</h2>
|
213
|
-
|
214
|
-
<p>Of course, when working inside an editable frame we don't just
|
215
|
-
have to deal with text. The code will be represented by some kind
|
216
|
-
of DOM tree. My first idea was to set the <code>white-space:
|
217
|
-
pre</code> style for the frame and try to work with mostly text,
|
218
|
-
with the occasional coloured <code>span</code> element. It turned
|
219
|
-
out that support for <code>white-space: pre</code> in browsers,
|
220
|
-
especially in editable frames, is so hopelessly glitchy that this
|
221
|
-
was unworkable.</p>
|
222
|
-
|
223
|
-
<p>Next I tried a series of <code>div</code> elements, one per
|
224
|
-
line, with <code>span</code> elements inside them. This seemed to
|
225
|
-
nicely reflect the structure of the code in a shallowly
|
226
|
-
hierarchical way. I soon realized, however, that my code would be
|
227
|
-
much more straightfoward when using no hierarchy whatsoever
|
228
|
-
― a series of <code>span</code>s, with <code>br</code> tags
|
229
|
-
at the end of every line. This way, the DOM nodes form a flat
|
230
|
-
sequence that corresponds to the sequence of the text ―
|
231
|
-
just extract text from <code>span</code> nodes and substitute
|
232
|
-
newlines for <code>br</code> nodes.</p>
|
233
|
-
|
234
|
-
<p>It would be a shame if the editor would fall apart as soon as
|
235
|
-
someone pastes some complicated HTML into it. I wanted it to be
|
236
|
-
able to deal with whatever mess it finds. This means using some
|
237
|
-
kind of HTML-normalizer that takes arbitrary HTML and flattens it
|
238
|
-
into a series of <code>br</code>s and <code>span</code> elements
|
239
|
-
that contain a single text node. Just like the parsing process, it
|
240
|
-
would be best if this did not have to done to the entire buffer
|
241
|
-
every time something changes.</p>
|
242
|
-
|
243
|
-
<p>It took some banging my head against my keyboard, but I found a very
|
244
|
-
nice way to model this. It makes heavy use of generators, for which I
|
245
|
-
used <a href="http://www.mochikit.com">MochiKit</a>'s iterator
|
246
|
-
framework. Bob Ippolito explains the concepts in this library very
|
247
|
-
well in his <a
|
248
|
-
href="http://bob.pythonmac.org/archives/2005/07/06/iteration-in-javascript/">blog
|
249
|
-
post</a> about it. (Also notice some of the dismissive comments at the
|
250
|
-
bottom of that post. They say "I don't think I really want to learn
|
251
|
-
this, so I'll make up some silly reason to condemn it.")</p>
|
252
|
-
|
253
|
-
<p>The highlighting process consists of the following elements:
|
254
|
-
normalizing the DOM tree, extracting the text from the DOM tree,
|
255
|
-
tokenizing this text, parsing the tokens, and finally adjusting the
|
256
|
-
DOM nodes to reflect the structure of the code.</p>
|
257
|
-
|
258
|
-
<p>The first two, I put into a single generator. It scans the DOM
|
259
|
-
tree, fixing anything that is not a simple top-level
|
260
|
-
<code>span</code> or <code>br</code>, and it produces the text
|
261
|
-
content of the nodes (or a newline in case of a <code>br</code>)
|
262
|
-
as its output ― each time it is called, it yields a string.
|
263
|
-
Continuation passing style was a good way to model this process in
|
264
|
-
an iterator, which has to be processed one step at a time. Look at
|
265
|
-
this simplified version:</p>
|
266
|
-
|
267
|
-
<pre class="code" style="width: 110%"><span class="js-keyword">function</span> <span class="js-variable">traverseDOM</span>(<span class="js-variabledef">start</span>){
|
268
|
-
<span class="js-keyword">var</span> <span class="js-variabledef">cc</span> = <span class="js-keyword">function</span>(){<span class="js-keyword">return</span> <span class="js-variable">scanNode</span>(<span class="js-localvariable">start</span>, <span class="js-variable">stop</span>);};
|
269
|
-
<span class="js-keyword">function</span> <span class="js-variabledef">stop</span>(){
|
270
|
-
<span class="js-localvariable">cc</span> = <span class="js-localvariable">stop</span>;
|
271
|
-
<span class="js-keyword">throw</span> <span class="js-variable">StopIteration</span>;
|
272
|
-
}
|
273
|
-
<span class="js-keyword">function</span> <span class="js-variabledef">yield</span>(<span class="js-variabledef">value</span>, <span class="js-variabledef">c</span>){
|
274
|
-
<span class="js-localvariable">cc</span> = <span class="js-localvariable">c</span>;
|
275
|
-
<span class="js-keyword">return</span> <span class="js-localvariable">value</span>;
|
276
|
-
}
|
277
|
-
|
278
|
-
<span class="js-keyword">function</span> <span class="js-variabledef">scanNode</span>(<span class="js-variabledef">node</span>, <span class="js-variabledef">c</span>){
|
279
|
-
<span class="js-keyword">if</span> (<span class="js-localvariable">node</span>.<span class="js-property">nextSibling</span>)
|
280
|
-
<span class="js-keyword">var</span> <span class="js-variabledef">nextc</span> = <span class="js-keyword">function</span>(){<span class="js-keyword">return</span> <span class="js-localvariable">scanNode</span>(<span class="js-localvariable">node</span>.<span class="js-property">nextSibling</span>, <span class="js-localvariable">c</span>);};
|
281
|
-
<span class="js-keyword">else</span>
|
282
|
-
<span class="js-keyword">var</span> <span class="js-variabledef">nextc</span> = <span class="js-localvariable">c</span>;
|
283
|
-
|
284
|
-
<span class="js-keyword">if</span> (<span class="js-comment">/* node is proper span element */</span>)
|
285
|
-
<span class="js-keyword">return</span> <span class="js-localvariable">yield</span>(<span class="js-localvariable">node</span>.<span class="js-property">firstChild</span>.<span class="js-property">nodeValue</span>, <span class="js-localvariable">nextc</span>);
|
286
|
-
<span class="js-keyword">else</span> <span class="js-keyword">if</span> (<span class="js-comment">/* node is proper br element */</span>)
|
287
|
-
<span class="js-keyword">return</span> <span class="js-localvariable">yield</span>(<span class="js-string">"\n"</span>, <span class="js-localvariable">nextc</span>);
|
288
|
-
<span class="js-keyword">else</span>
|
289
|
-
<span class="js-comment">/* flatten node, yield its textual content */</span>;
|
290
|
-
}
|
291
|
-
|
292
|
-
<span class="js-keyword">return</span> {<span class="js-property">next</span>: <span class="js-keyword">function</span>(){<span class="js-keyword">return</span> <span class="js-localvariable">cc</span>();}};
|
293
|
-
}</pre>
|
294
|
-
|
295
|
-
<p>The variable <code>c</code> stands for 'continuation', and <code>cc</code> for 'current
|
296
|
-
continuation' ― that last variable is used to store the function to
|
297
|
-
continue with, when yielding a value to the outside world. Every time
|
298
|
-
control leaves this function, it has to make sure that <code>cc</code> is set to
|
299
|
-
a suitable value, which is what <code>yield</code> and <code>stop</code> take care of.</p>
|
300
|
-
|
301
|
-
<p>The object that is returned contains a <code>next</code> method, which is
|
302
|
-
MochiKit's idea of an iterator, and the initial continuation just
|
303
|
-
throws a <code>StopIteration</code>, which is how MochiKit signals that an
|
304
|
-
iterator has reached its end.</p>
|
305
|
-
|
306
|
-
<p>The first lines of <code>scanNode</code> extend the continuation with the task of
|
307
|
-
scanning the next node, if there is a next node. The rest of the
|
308
|
-
function decides what kind of value to <code>yield</code>. Note that this is a
|
309
|
-
rather trivial example of this technique, since the process of going
|
310
|
-
through these nodes is basically linear (it was much, much more
|
311
|
-
complex in earlier versions), but still the trick with the
|
312
|
-
continuations makes the code shorter and, for those in the know,
|
313
|
-
clearer than the equivalent 'storing the iterator state in variables'
|
314
|
-
approach.</p>
|
315
|
-
|
316
|
-
<p>The next iterator that the input passes through is the
|
317
|
-
tokenizer. Well, actually, there is another iterator in between
|
318
|
-
that isolates the tokenizer from the fact that the DOM traversal
|
319
|
-
yields a bunch of separate strings, and presents them as a single
|
320
|
-
character stream (with a convenient <code>peek</code> operation),
|
321
|
-
but this is not a very interesting one. What the tokenizer returns
|
322
|
-
is a stream of token objects, each of which has a
|
323
|
-
<code>value</code>, its textual content, a <code>type</code>, like
|
324
|
-
<code>"variable"</code>, <code>"operator"</code>, or just itself,
|
325
|
-
<code>"{"</code> for example, in the case of significant
|
326
|
-
punctuation or special keywords. They also have a
|
327
|
-
<code>style</code>, which is used later by the highlighter to give
|
328
|
-
their <code>span</code> elements a class name (the parser will
|
329
|
-
still adjust this in some cases).</p>
|
330
|
-
|
331
|
-
<p>At first I assumed the parser would have to talk back to the
|
332
|
-
tokenizer about the current context, in order to be able to
|
333
|
-
distinguish those accursed regular expressions from divisions, but
|
334
|
-
it seems that regular expressions are only allowed if the previous
|
335
|
-
(non-whitespace, non-comment) token was either an operator, a
|
336
|
-
keyword like <code>new</code> or <code>throw</code>, or a specific
|
337
|
-
kind of punctuation (<code>"[{}(,;:"</code>) that indicates a new
|
338
|
-
expression can be started here. This made things considerably
|
339
|
-
easier, since the 'regexp or no regexp' question could stay
|
340
|
-
entirely within the tokenizer.</p>
|
341
|
-
|
342
|
-
<p>The next step, then, is the parser. It does not do a very
|
343
|
-
thorough job because, firstly, it has to be fast, and secondly, it
|
344
|
-
should not go to pieces when fed an incorrect program. So only
|
345
|
-
superficial constructs are recognized, keywords that resemble each
|
346
|
-
other in syntax, such as <code>while</code> and <code>if</code>,
|
347
|
-
are treated in precisely the same way, as are <code>try</code> and
|
348
|
-
<code>else</code> ― the parser doesn't mind if an
|
349
|
-
<code>else</code> appears without an <code>if</code>. Stuff that
|
350
|
-
binds variables, <code>var</code>, <code>function</code>, and
|
351
|
-
<code>catch</code> to be precise, is treated with more care,
|
352
|
-
because the parser wants to know about local variables.</p>
|
353
|
-
|
354
|
-
<p>Inside the parser, three kinds of context are stored. Firstly, a set
|
355
|
-
of known local variables, which is used to adjust the style of
|
356
|
-
variable tokens. Every time the parser enters a function, a new set of
|
357
|
-
variables is created. If there was already such a set (entering an
|
358
|
-
inner function), a pointer to the old one is stored in the new one. At
|
359
|
-
the end of the function, the current variable set is 'popped' off and
|
360
|
-
the previous one is restored.</p>
|
361
|
-
|
362
|
-
<p>The second kind of context is the lexical context, this keeps track of
|
363
|
-
whether we are inside a statement, block, or list. Like the variable
|
364
|
-
context, it also forms a stack of contexts, with each one containing a
|
365
|
-
pointer to the previous ones so that they can be popped off again when
|
366
|
-
they are finished. This information is used for indentation. Every
|
367
|
-
time the parser encounters a newline token, it attaches the current
|
368
|
-
lexical context and a 'copy' of itself (more about that later) to this
|
369
|
-
token.</p>
|
370
|
-
|
371
|
-
<p>The third context is a continuation context. This parser does not use
|
372
|
-
straight continuation style, instead it uses a stack of actions that
|
373
|
-
have to be performed. These actions are simple functions, a kind of
|
374
|
-
minilanguage, they act on tokens, and decide what kind of new actions
|
375
|
-
should be pushed onto the stack. Here are some examples:</p>
|
376
|
-
|
377
|
-
<pre class="code" style="width: 110%"><span class="js-keyword">function</span> <span class="js-variable">expression</span>(<span class="js-variabledef">type</span>){
|
378
|
-
<span class="js-keyword">if</span> (<span class="js-localvariable">type</span> in <span class="js-variable">atomicTypes</span>)
|
379
|
-
<span class="js-variable">cont</span>(<span class="js-variable">maybeoperator</span>);
|
380
|
-
<span class="js-keyword">else</span> <span class="js-keyword">if</span> (<span class="js-localvariable">type</span> == <span class="js-string">"function"</span>)
|
381
|
-
<span class="js-variable">cont</span>(<span class="js-variable">functiondef</span>);
|
382
|
-
<span class="js-keyword">else</span> <span class="js-keyword">if</span> (<span class="js-localvariable">type</span> == <span class="js-string">"("</span>)
|
383
|
-
<span class="js-variable">cont</span>(<span class="js-variable">pushlex</span>(<span class="js-string">"list"</span>), <span class="js-variable">expression</span>, <span class="js-variable">expect</span>(<span class="js-string">")"</span>), <span class="js-variable">poplex</span>);
|
384
|
-
<span class="js-keyword">else</span> <span class="js-keyword">if</span> (<span class="js-localvariable">type</span> == <span class="js-string">"operator"</span>)
|
385
|
-
<span class="js-variable">cont</span>(<span class="js-variable">expression</span>);
|
386
|
-
<span class="js-keyword">else</span> <span class="js-keyword">if</span> (<span class="js-localvariable">type</span> == <span class="js-string">"["</span>)
|
387
|
-
<span class="js-variable">cont</span>(<span class="js-variable">pushlex</span>(<span class="js-string">"list"</span>), <span class="js-variable">commasep</span>(<span class="js-variable">expression</span>), <span class="js-variable">expect</span>(<span class="js-string">"]"</span>), <span class="js-variable">poplex</span>);
|
388
|
-
<span class="js-keyword">else</span> <span class="js-keyword">if</span> (<span class="js-localvariable">type</span> == <span class="js-string">"{"</span>)
|
389
|
-
<span class="js-variable">cont</span>(<span class="js-variable">pushlex</span>(<span class="js-string">"list"</span>), <span class="js-variable">commasep</span>(<span class="js-variable">objprop</span>), <span class="js-variable">expect</span>(<span class="js-string">"}"</span>), <span class="js-variable">poplex</span>);
|
390
|
-
<span class="js-keyword">else</span> <span class="js-keyword">if</span> (<span class="js-localvariable">type</span> == <span class="js-string">"keyword c"</span>)
|
391
|
-
<span class="js-variable">cont</span>(<span class="js-variable">expression</span>);
|
392
|
-
}
|
393
|
-
|
394
|
-
<span class="js-keyword">function</span> <span class="js-variable">block</span>(<span class="js-variabledef">type</span>){
|
395
|
-
<span class="js-keyword">if</span> (<span class="js-localvariable">type</span> == <span class="js-string">"}"</span>) <span class="js-variable">cont</span>();
|
396
|
-
<span class="js-keyword">else</span> <span class="js-variable">pass</span>(<span class="js-variable">statement</span>, <span class="js-variable">block</span>);
|
397
|
-
}</pre>
|
398
|
-
|
399
|
-
<p>The function <code>cont</code> (for continue), will push the actions it is given
|
400
|
-
onto the stack (in reverse order, so that the first one will be popped
|
401
|
-
first). Actions such as <code>pushlex</code> and <code>poplex</code> merely adjust the
|
402
|
-
lexical environment, while others, such as <code>expression</code> itself, do
|
403
|
-
actual parsing. <code>pass</code>, as seen in <code>block</code>, is similar to <code>cont</code>, but
|
404
|
-
it does not 'consume' the current token, so the next action will again
|
405
|
-
see this same token. In <code>block</code>, this happens when the function
|
406
|
-
determines that we are not at the end of the block yet, so it pushes
|
407
|
-
the <code>statement</code> function which will interpret the current token as the
|
408
|
-
start of a statement.</p>
|
409
|
-
|
410
|
-
<p>These actions are called by a 'driver' function, which filters out the
|
411
|
-
whitespace and comments, so that the parser actions do not have to
|
412
|
-
think about those, and keeps track of some things like the indentation
|
413
|
-
of the current line and the column at which the current token ends,
|
414
|
-
which are stored in the lexical context and used for indentation.
|
415
|
-
After calling an action, if the action called <code>cont</code>, this driver
|
416
|
-
function will return the current token, if <code>pass</code> (or nothing) was
|
417
|
-
called, it will immediately continue with the next action.</p>
|
418
|
-
|
419
|
-
<p>This goes to show that it is viable to write a quite elaborate
|
420
|
-
minilanguage in a macro-less language like JavaScript. I don't think
|
421
|
-
it would be possible to do something like this without closures (or
|
422
|
-
similarly powerful abstraction) though, I've certainly never seen
|
423
|
-
anything like it in Java code.</p>
|
424
|
-
|
425
|
-
<p>The way a 'copy' of the parser was produced shows a nice usage
|
426
|
-
of closures. Like with the DOM transformer shown above, most of
|
427
|
-
the local state of the parser is held in a closure produced by
|
428
|
-
calling <code>parse(stream)</code>. The function
|
429
|
-
<code>copy</code>, which is local to the parser function, produces
|
430
|
-
a new closure, with copies of all the relevant variables:</p>
|
431
|
-
|
432
|
-
<pre class="code"><span class="js-keyword">function</span> <span class="js-variable">copy</span>(){
|
433
|
-
<span class="js-keyword">var</span> <span class="js-variabledef">_context</span> = <span class="js-variable">context</span>, <span class="js-variabledef">_lexical</span> = <span class="js-variable">lexical</span>,
|
434
|
-
<span class="js-variabledef">_actions</span> = <span class="js-variable">copyArray</span>(<span class="js-variable">actions</span>);
|
435
|
-
|
436
|
-
<span class="js-keyword">return</span> <span class="js-keyword">function</span>(<span class="js-variabledef">_tokens</span>){
|
437
|
-
<span class="js-variable">context</span> = <span class="js-localvariable">_context</span>;
|
438
|
-
<span class="js-variable">lexical</span> = <span class="js-localvariable">_lexical</span>;
|
439
|
-
<span class="js-variable">actions</span> = <span class="js-variable">copyArray</span>(<span class="js-localvariable">_actions</span>);
|
440
|
-
<span class="js-variable">tokens</span> = <span class="js-localvariable">_tokens</span>;
|
441
|
-
<span class="js-keyword">return</span> <span class="js-variable">parser</span>;
|
442
|
-
};
|
443
|
-
}</pre>
|
444
|
-
|
445
|
-
<p>Where <code>parser</code> is the object that contains the <code>next</code> (driver)
|
446
|
-
function, and a reference to this <code>copy</code> function. When the function
|
447
|
-
that <code>copy</code> produces is called with a token stream as argument, it
|
448
|
-
updates the local variables in the parser closure, and returns the
|
449
|
-
corresponding iterator object.</p>
|
450
|
-
|
451
|
-
<p>Moving on, we get to the last stop in this chain of generators, the
|
452
|
-
actual highlighter. You can view this one as taking two streams as
|
453
|
-
input, on the one hand there is the stream of tokens from the parser,
|
454
|
-
and on the other hand there is the DOM tree as left by the DOM
|
455
|
-
transformer. If everything went correctly, these two should be
|
456
|
-
synchronized. The highlighter can look at the current token, see if
|
457
|
-
the <code>span</code> in the DOM tree corresponds to it (has the same text
|
458
|
-
content, and the correct class), and if not it can chop up the DOM
|
459
|
-
nodes to conform to the tokens.</p>
|
460
|
-
|
461
|
-
<p>Every time the parser yields a newline token, the highligher
|
462
|
-
encounters a <code>br</code> element in the DOM stream. It takes the copy of the
|
463
|
-
parser and the lexical context from this token and attaches them to
|
464
|
-
the DOM node. This way, a new highlighting process can be started from
|
465
|
-
that node by re-starting the copy of the parser with a new token
|
466
|
-
stream, which reads tokens from the DOM nodes starting at that <code>br</code>
|
467
|
-
element, and the indentation code can use the lexical context
|
468
|
-
information to determine the correct indentation at that point.</p>
|
469
|
-
|
470
|
-
<h2 id="selection">Selection woes</h2>
|
471
|
-
|
472
|
-
<p>All the above can be done using the DOM interface that all major
|
473
|
-
browsers have in common, and which is relatively free of weird bugs
|
474
|
-
and abberrations. However, when the user is typing in new code, this
|
475
|
-
must also be highlighted. For this to happen, the program must know
|
476
|
-
where the cursor currently is, and because it mucks up the DOM tree,
|
477
|
-
it has to restore this cursor position after doing the highlighting.</p>
|
478
|
-
|
479
|
-
<p>Re-highlighting always happens per line, because the copy of the
|
480
|
-
parser is stored only at the end of lines. Doing this every time the
|
481
|
-
user presses a key is terribly slow and obnoxious, so what I did was
|
482
|
-
keep a list of 'dirty' nodes, and as soon as the user didn't type
|
483
|
-
anyting for 300 milliseconds the program starts re-highlighting these
|
484
|
-
nodes. If it finds more than ten lines must be re-parsed, it does only
|
485
|
-
ten and waits another 300 milliseconds before it continues, this way
|
486
|
-
the browser never freezes up entirely.</p>
|
487
|
-
|
488
|
-
<p>As mentioned earlier, Internet Explorer's selection model is not the
|
489
|
-
most practical one. My attempts to build a wrapper that makes it look
|
490
|
-
like the W3C model all stranded. In the end I came to the conclusion
|
491
|
-
that I only needed two operations:</p>
|
492
|
-
|
493
|
-
<ul>
|
494
|
-
<li>Creating a selection 'snapshot' that can be restored after
|
495
|
-
highlighting, in such a way that it still works if some of the nodes
|
496
|
-
that were selected are replaced by other nodes with the same
|
497
|
-
size but a different structure.</li>
|
498
|
-
<li>Finding the top-level node around or before the cursor, to mark it
|
499
|
-
dirty or to insert indentation whitespace at the start of that line.</li>
|
500
|
-
</ul>
|
501
|
-
|
502
|
-
<p>It turns out that the pixel-based selection model that Internet
|
503
|
-
Explorer uses, which always seemed completely ludricrous to me, is
|
504
|
-
perfect for the first case. Since the DOM transformation (generally)
|
505
|
-
does not change the position of things, storing the pixel offsets of
|
506
|
-
the selection makes it possible to restore that same selection, never
|
507
|
-
mind what happened to the underlying DOM structure.</p>
|
508
|
-
|
509
|
-
<p>[Later addition: Note that this, due to the very random design
|
510
|
-
of the <a
|
511
|
-
href="http://msdn2.microsoft.com/en-us/library/ms535872(VS.85).aspx#">TextRange
|
512
|
-
interface</a>, only really works when the whole selection falls
|
513
|
-
within the visible part of the document.]</p>
|
514
|
-
|
515
|
-
<p>Doing the same with the W3C selection model is a lot harder. What I
|
516
|
-
ended up with was this:</p>
|
517
|
-
|
518
|
-
<ul>
|
519
|
-
<li>Create an object pointing to the nodes at the start and end of the
|
520
|
-
selection, and the offset within those nodes. This is basically the
|
521
|
-
information that the <code>Range</code> object gives you.</li>
|
522
|
-
<li>Make references from these nodes back to that object.</li>
|
523
|
-
<li>When replacing (part of) a node with another one, check for such a
|
524
|
-
reference, and when it is present, check whether this new node will
|
525
|
-
get the selection. If it does, move the reference from the old to the
|
526
|
-
new node, if it does not, adjust the offset in the selection object to
|
527
|
-
reflect the fact that part of the old node has been replaced.</li>
|
528
|
-
</ul>
|
529
|
-
|
530
|
-
<p>Now in the second case (getting the top-level node at the
|
531
|
-
cursor) the Internet Explorer cheat does not work. In the W3C
|
532
|
-
model this is rather easy, you have to do some creative parent-
|
533
|
-
and sibling-pointer following to arrive at the correct top-level
|
534
|
-
node, but nothing weird. In Internet Explorer, all we have to go
|
535
|
-
on is the <code>parentElement</code> method on a
|
536
|
-
<code>TextRange</code>, which gives the first element that
|
537
|
-
completely envelops the selection. If the cursor is inside a text
|
538
|
-
node, this is good, that text node tells us where we are. If the
|
539
|
-
cursor is between nodes, for example between two <code>br</code>
|
540
|
-
nodes, you get to top-level node itself back, which is remarkably
|
541
|
-
useless. In cases like this I stoop to a rather ugly hack (which
|
542
|
-
fortunately turned out to be acceptably fast) ― I create a
|
543
|
-
temporary empty <code>span</code> with an ID inside the selection,
|
544
|
-
get a reference to this <code>span</code> by ID, take its
|
545
|
-
<code>previousSibling</code>, and remove it again.</p>
|
546
|
-
|
547
|
-
<p>Unfortunately, Opera's selection implementation is buggy, and it
|
548
|
-
will give wildly incorrect <code>Range</code> objects when the cursor
|
549
|
-
is between two nodes. This is a bit of a showstopper, and until I find
|
550
|
-
a workaround for that or it gets fixed, the highlighter doesn't work
|
551
|
-
properly in Opera.</p>
|
552
|
-
|
553
|
-
<p>Also, when one presses enter in a <code>designMode</code>
|
554
|
-
document in Firefox or Opera, a <code>br</code> tag is inserted.
|
555
|
-
In Internet Explorer, pressing enter causes some maniacal gnome to
|
556
|
-
come out and start wrapping all the content before and after the
|
557
|
-
cursor in <code>p</code> tags. I suppose there is something to be
|
558
|
-
said for that, in principle, though if you saw the tag soup of
|
559
|
-
<code>font</code>s and nested paragraphs Internet Explorer
|
560
|
-
generates you would soon enough forget all about principle.
|
561
|
-
Anyway, getting unwanted <code>p</code> tags slowed the
|
562
|
-
highlighter down terribly ― it had to overhaul the whole
|
563
|
-
DOM tree to remove them again, every time the user pressed enter.
|
564
|
-
Fortunately I could fix this by capturing the enter presses and
|
565
|
-
manually inserting a <code>br</code> tag at the cursor.</p>
|
566
|
-
|
567
|
-
<p>On the subject of Internet Explorer's tag soup, here is an interesting
|
568
|
-
anecdote: One time, when testing the effect that modifying the content
|
569
|
-
of a selection had, I inspected the DOM tree and found a <code>"/B"</code>
|
570
|
-
element. This was not a closing tag, there are no closing tags in the
|
571
|
-
DOM tree, just elements. The <code>nodeName</code> of this element was actually
|
572
|
-
<code>"/B"</code>. That was when I gave up any notions of ever understanding the
|
573
|
-
profound mystery that is Internet Explorer.</p>
|
574
|
-
|
575
|
-
<h2 id="closing">Closing thoughts</h2>
|
576
|
-
|
577
|
-
<p>Well, I despaired at times, but I did end up with a working JavaScript
|
578
|
-
editor. I did not keep track of the amount of time I wasted on this,
|
579
|
-
but I would estimate it to be around fifty hours. Finding workarounds
|
580
|
-
for browser bugs can be a terribly nonlinear process. I just spent
|
581
|
-
half a day working on a weird glitch in Firefox that caused the cursor
|
582
|
-
in the editable frame to be displayed 3/4 line too high when it was at
|
583
|
-
the very end of the document. Then I found out that setting the
|
584
|
-
style.display of the iframe to "block" fixed this (why not?). I'm
|
585
|
-
amazed how often issues that seem hopeless do turn out to be
|
586
|
-
avoidable, even if it takes hours of screwing around and some truly
|
587
|
-
non-obvious ideas.</p>
|
588
|
-
|
589
|
-
<p>For a lot of things, JavaScript + DOM elements are a surprisingly
|
590
|
-
powerful platform. Simple interactive documents and forms can be
|
591
|
-
written in browsers with very little effort, generally less than with
|
592
|
-
most 'traditional' platforms (Java, Win32, things like WxWidgets).
|
593
|
-
Libraries like Dojo (and a similar monster I once wrote myself) even
|
594
|
-
make complex, composite widgets workable. However, when applications
|
595
|
-
go sufficiently beyond the things that browsers were designed for, the
|
596
|
-
available APIs do not give enough control, are nonstandard and buggy,
|
597
|
-
and are often poorly designed. Because of this, writing such
|
598
|
-
applications, when it is even possible, is <em>painful</em> process.</p>
|
599
|
-
|
600
|
-
<p>And who likes pain? Sure, when finding that crazy workaround,
|
601
|
-
subdueing the damn browser, and getting everything to work, there
|
602
|
-
is a certain macho thrill. But one can't help wondering how much
|
603
|
-
easier things like preventing the user from pasting pictures in
|
604
|
-
his source code would be on another platform. Maybe something like
|
605
|
-
Silverlight or whatever other new browser plugin gizmos people are
|
606
|
-
pushing these days will become the way to solve things like this
|
607
|
-
in the future. But, personally, I would prefer for those browser
|
608
|
-
companies to put some real effort into things like cleaning up and
|
609
|
-
standardising shady things like <code>designMode</code>, fixing
|
610
|
-
their bugs, and getting serious about ECMAScript 4.</p>
|
611
|
-
|
612
|
-
<p>Which is probably not realistically going to happen anytime soon.</p>
|
613
|
-
|
614
|
-
<hr/>
|
615
|
-
|
616
|
-
<p>Some interesting projects similar to this:</p>
|
617
|
-
|
618
|
-
<ul>
|
619
|
-
<li><a href="http://www.ymacs.org">Ymacs</a></li>
|
620
|
-
<li><a href="http://gpl.internetconnection.net/vi/">vi clone</a></li>
|
621
|
-
<li><a href="http://robrohan.com/projects/9ne/">Emacs clone</a></li>
|
622
|
-
<li><a href="http://codepress.sourceforge.net/">CodePress</a></li>
|
623
|
-
<li><a href="http://www.codeide.com">CodeIDE</a></li>
|
624
|
-
<li><a href="http://www.cdolivet.net/editarea">EditArea</a></li>
|
625
|
-
</ul>
|
626
|
-
|
627
|
-
<hr/>
|
628
|
-
|
629
|
-
<p>If you have any remarks, criticism, or hints related to the
|
630
|
-
above, drop me an e-mail at <a
|
631
|
-
href="mailto:marijnh@gmail.com">marijnh@gmail.com</a>. If you say
|
632
|
-
something generally interesting, I'll include your reaction here
|
633
|
-
at the bottom of this page.</p>
|
634
|
-
|
635
|
-
</div><div class="rightsmall blk">
|
636
|
-
|
637
|
-
<p style="font-size: 80%">
|
638
|
-
<b>Topics</b>: JavaScript, advanced browser weirdness, cool programming techniques<br/>
|
639
|
-
<b>Audience</b>: Programmers, especially JavaScript programmers<br/>
|
640
|
-
<b>Author</b>: Marijn Haverbeke<br/>
|
641
|
-
<b>Date</b>: May 24th 2007
|
642
|
-
</p>
|
643
|
-
|
644
|
-
<h2>Contents</h2>
|
645
|
-
|
646
|
-
<ul>
|
647
|
-
<li><a href="#indent">Only Indentation</a></li>
|
648
|
-
<li><a href="#designmode"><code>designMode</code></a></li>
|
649
|
-
<li><a href="#parser">A Parser</a></li>
|
650
|
-
<li><a href="#dom">DOM Nodes</a></li>
|
651
|
-
<li><a href="#selection">Selection Woes</a></li>
|
652
|
-
<li><a href="#closing">Closing Thoughts</a></li>
|
653
|
-
</ul>
|
654
|
-
|
655
|
-
<h2>Site</h2>
|
656
|
-
|
657
|
-
<ul>
|
658
|
-
<li><a href="index.html">Front Page</a></li>
|
659
|
-
<li><a href="manual.html">User Manual</a></li>
|
660
|
-
<li><a href="faq.html">FAQ</a></li>
|
661
|
-
<li><a href="http://groups.google.com/group/codemirror">Google Group</a></li>
|
662
|
-
<li><a href="compress.html">Compression Helper</a></li>
|
663
|
-
</ul>
|
664
|
-
|
665
|
-
</div></div>
|
666
|
-
|
667
|
-
<div style="height: 2em"> </div>
|
668
|
-
|
669
|
-
<script type="text/javascript" src="css/font.js"></script>
|
670
|
-
|
671
|
-
</body>
|
672
|
-
</html>
|