pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/opengoo Update opengoo package to 1.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e8a0dc7394e
branches:  trunk
changeset: 568350:9e8a0dc7394e
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Dec 11 16:32:31 2009 +0000

description:
Update opengoo package to 1.6.

Since 1.6-rc
------------

bugfix: Some widgets in the dashboard showed wrong icons when item spanned more than one line.
bugfix: Template subtasks don't keep linked objects.
bugfix: Query error when upgrading from 1.5.3.
bugfix: Missing lang for archived objects in objects' history.
bugfix: Don't allow trashing the owner company.
bugfix: Opengoo stops working if owner company was trashed.
bugfix: When discarding an email, two confirmation prompts pop up.
bugfix: When clicking on print report, on time module, the active workspace should be set as the workspace for the report.
bugfix: Linked "Weblink files" showed a "Download" shortcut instead of an "Open weblink" shortcut.
bigfix: Importing calendar ics file wasn't working.
bugfix: When editing a document, tags were lost.
bugfix: Send email buttons unaligned on some languages.
bugfix: Some contact websites were missing the "http://"; in the contacts listing.
bugfix: Fixed detection of autodetect timezone config option.
bugfix: Repeating events a fixed number of times didn't show the last repetition.
bugfix: Changed how quoted text is hidden.
bugfix: Added a tabstop to HTML email composing.
bugfix: Sorting emails by subject sorted by date.
bugfix: Sometimes completed tasks were shown when filtering by "Pending" (completed_by_id was 0).


Since 1.6-beta3
---------------

feature: User config option to hide quoted text added.
feature: Added a cron event to clear tmp folder.

usability: Added an icon for archived objects on the object's view, like there is for trashed objects.
usability: When deleting a company warn about deleting users.

bugfix: Displaying a document in IIS showed "Connection reset error".
bugfix: Tags with accents don't filter correctly on IE.
bugfix: '24 hour' / 'AM-PM' user config option not respected in listings.
bugfix: Add user: billing category is mandatory, it shouldn't be mandatory.
bugfix: Error importing companies when no workspace is selected.
bugfix: If forwarding an email with attachments, saving a draft, and sending the email, an error pops up about not being able to attach.
bugfix: When importing contacts from a vCard file, all contacts with no email were considered as the same contact.
bugfix: Fixed several Errors and warnings logged in log.php.
bugfix: Objects of archived workspaces were not being filtered out.
bugfix: Archived documents and messages were not being filtered out of the Dashboard.
bugfix: Search results were printed in reverse modified date order.
bugfix: Contact birthdays were not being shown in the dashboard calendar.
bugfix: When viewing a custom report, date parameters in conditions were shown as today's date.


Since 1.6-beta2
---------------

usability: Added pagination to the Time module.
usability: Show 'Archived by' in object properties if an object is archived.
usability: Show read/unread status in Dahsboard/View as list.
usability: Warn a user when replying or forwarding an email and a new email arrives at the conversation.
usability: Add the magnifying glass to the email views.
usability: Removed 'Account already being checked' error message.

bugfix: An empty 'Custom properties' fieldset is shown in 'Update profile'.
bugfix: Fix autodetect timezone with DST and enable by default.
bugfix: Check mail doesn't refresh view if an error occurs in one account.
bugfix: Filtering email conversations by tag is not working correctly. It should show a conversation if any one email in it is tagged.
bugfix: If someone replies to an email but changes the subject the email should be put into a new conversation.
bugfix: If you delete the newest email in a conversation, the conversation is no longer listed (when email is shown as conversation).
bugfix: Notifications are not sent when subscribing from 'Modify subscribers'.
bugfix: Put default repetition value for repeating events and tasks.
bugfix: Remove illegal UTF-8 characters before saving an email.
bugfix: Save custom fields when saving an email draft.
bugfix: Sort emails by received date instead of sent date in email listing and in conversation listing (in email view).
bugfix: Value for 'mail_drag_prompt' user config option is not loaded correctly.
bugfix: Wrap HTML emails in a div with CKEditor style.
bugfix: Delete conversation after deleting last email in conversation.
bugfix: An email's quoted reply is deleted when changing 'From' account.
bugfix: Replying to an email, saving as draft, loading the draft and sending the email doesn't add the reply to the conversation.
bugfix: Unauthenticated content warnings over SSL in FF 3.5.
bugfix: User-type custom reports fail to execute.
bugfix: When a file is downloaded it should be marked as read.
bugfix: Wrong initial email filters for new installations.


Since 1.6-beta
--------------

feature: Added an experimental new search mechanism. It can be much slower but finds more results.

usability: Added description to system permissions
usability: CKEditor is shown in user's language
usability: Linked objects section in an object's view has no title telling what it is

bugfix: Check write permissions for file installed_version.php when upgrading
bugfix: CKEditor images should point to the actual image in OpenGoo
bugfix: Contact import from csv does not import contacts if user does not have 'can manage contacts' permission but has write permissions on the workspace.
bugfix: Custom reports can only be printed once in Chrome.
bugfix: Edit comment textbox is too small.
bugfix: Email links are opened on the email's body when showing quoted text.
bugfix: Error 500 when adding a file web link.
bugfix: Forgot password token is always the same.
bugfix: If I click on 'Print' when on 'Time' tab it should print by default 'General Timeslots' or 'All timeslots', not 'Task timeslots'.
bugfix: If you delete a signature with images from the email's body, the images are sent anyway.
bugfix: MySQL Error Message when adding a user and no data has been entered.
bugfix: Removed private milestone options.
bugfix: Search ignores tags on newly uploaded files.
bugfix: Show all linked objects pagination is not working correctly.
bugfix: Show that an email has attachment on search results.
bugfix: Changed all PHP 5.3 deprecated functions for non-depracated alternatives.
bugfix: When printing reports: substitute true/false with yes/no.
bugfix: When user does not have write contact permissions over a workspace, import from csv does not display errors.
bugfix: HTML editor's height is not adjusted correctly when changing format in a new email.
bugfix: Error when creating new user.
bugfix: Error when adding a task.

diffstat:

 www/opengoo/Makefile |    11 +-
 www/opengoo/PLIST    |  1276 +++++++++++++++++++++++++------------------------
 www/opengoo/distinfo |     8 +-
 3 files changed, 654 insertions(+), 641 deletions(-)

diffs (truncated from 1665 to 300 lines):

diff -r d640456a597d -r 9e8a0dc7394e www/opengoo/Makefile
--- a/www/opengoo/Makefile      Fri Dec 11 16:23:49 2009 +0000
+++ b/www/opengoo/Makefile      Fri Dec 11 16:32:31 2009 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2009/09/06 03:59:49 taca Exp $
+# $NetBSD: Makefile,v 1.11 2009/12/11 16:32:31 taca Exp $
 #
 
-DISTNAME=      opengoo_1.5.3
-PKGNAME=       ${DISTNAME:S/_/-/}
-PKGREVISION=   1
+DISTNAME=      opengoo_1.6
+PKGNAME=       ${DISTNAME:S/_/-/:S/.rc/rc1/}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=opengoo/}
 EXTRACT_SUFX=  .zip
-DIST_SUBDIR=   ${PKGBASE}-20090906
+DIST_SUBDIR=   ${PKGBASE}-20091207
 
 MAINTAINER=    taca%NetBSD.org@localhost
 HOMEPAGE=      http://www.opengoo.org/
@@ -50,7 +49,7 @@
        cd ${WRKSRC}; ${FIND} . -type f -exec ${CHMOD} -x {} \;
 
 pre-install:
-       cd ${WRKSRC}; ${RM} -f .buildpath .project \
+       cd ${WRKSRC}; ${RM} -f .htaccess .project \
                application/views/files/.cvsignore \
                environment/classes/.cvsignore \
                config/empty.config.php
diff -r d640456a597d -r 9e8a0dc7394e www/opengoo/PLIST
--- a/www/opengoo/PLIST Fri Dec 11 16:23:49 2009 +0000
+++ b/www/opengoo/PLIST Fri Dec 11 16:32:31 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2009/09/05 09:48:38 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2009/12/11 16:32:31 taca Exp $
 ${OG_DIR}/application/application.php
 ${OG_DIR}/application/controllers/AccessController.class.php
 ${OG_DIR}/application/controllers/AccountController.class.php
@@ -55,6 +55,7 @@
 ${OG_DIR}/application/layouts/error.php
 ${OG_DIR}/application/layouts/html.php
 ${OG_DIR}/application/layouts/ical.php
+${OG_DIR}/application/layouts/iframe.php
 ${OG_DIR}/application/layouts/javascripts.php
 ${OG_DIR}/application/layouts/json.php
 ${OG_DIR}/application/layouts/listeners.php
@@ -92,10 +93,13 @@
 ${OG_DIR}/application/models/config_categories/ConfigCategory.class.php
 ${OG_DIR}/application/models/config_categories/base/BaseConfigCategories.class.php
 ${OG_DIR}/application/models/config_categories/base/BaseConfigCategory.class.php
+${OG_DIR}/application/models/config_handlers/complex/DragDropPromptConfigHandler.class.php
 ${OG_DIR}/application/models/config_handlers/complex/FileStorageConfigHandler.class.php
 ${OG_DIR}/application/models/config_handlers/complex/InitialWorkspaceConfigHandler.class.php
 ${OG_DIR}/application/models/config_handlers/complex/LocalizationConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/MailDragDropPromptConfigHandler.class.php
 ${OG_DIR}/application/models/config_handlers/complex/MailTransportConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/SearchEngineConfigHandler.class.php
 ${OG_DIR}/application/models/config_handlers/complex/SecureSmtpConnectionConfigHandler.class.php
 ${OG_DIR}/application/models/config_handlers/complex/ShowContextHelpConfigHandler.class.php
 ${OG_DIR}/application/models/config_handlers/complex/ThemeConfigHandler.class.php
@@ -129,6 +133,10 @@
 ${OG_DIR}/application/models/custom_properties/CustomProperty.class.php
 ${OG_DIR}/application/models/custom_properties/base/BaseCustomProperties.class.php
 ${OG_DIR}/application/models/custom_properties/base/BaseCustomProperty.class.php
+${OG_DIR}/application/models/custom_properties_by_co_type/CustomPropertiesByCoType.class.php
+${OG_DIR}/application/models/custom_properties_by_co_type/CustomPropertyByCoType.class.php
+${OG_DIR}/application/models/custom_properties_by_co_type/base/BaseCustomPropertiesByCoType.class.php
+${OG_DIR}/application/models/custom_properties_by_co_type/base/BaseCustomPropertyByCoType.class.php
 ${OG_DIR}/application/models/custom_property_values/CustomPropertyValue.class.php
 ${OG_DIR}/application/models/custom_property_values/CustomPropertyValues.class.php
 ${OG_DIR}/application/models/custom_property_values/base/BaseCustomPropertyValue.class.php
@@ -167,6 +175,10 @@
 ${OG_DIR}/application/models/mail_account_imap_folder/MailAccountImapFolders.class.php
 ${OG_DIR}/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolder.class.php
 ${OG_DIR}/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolders.class.php
+${OG_DIR}/application/models/mail_account_users/MailAccountUser.class.php
+${OG_DIR}/application/models/mail_account_users/MailAccountUsers.class.php
+${OG_DIR}/application/models/mail_account_users/base/BaseMailAccountUser.class.php
+${OG_DIR}/application/models/mail_account_users/base/BaseMailAccountUsers.class.php
 ${OG_DIR}/application/models/mail_accounts/MailAccount.class.php
 ${OG_DIR}/application/models/mail_accounts/MailAccounts.class.php
 ${OG_DIR}/application/models/mail_accounts/base/BaseMailAccount.class.php
@@ -216,6 +228,10 @@
 ${OG_DIR}/application/models/project_charts/types/ObjectTypeCount.class.php
 ${OG_DIR}/application/models/project_charts/types/ProjectBillingByUser.class.php
 ${OG_DIR}/application/models/project_charts/types/TasksByDueDate.class.php
+${OG_DIR}/application/models/project_co_types/ProjectCoType.class.php
+${OG_DIR}/application/models/project_co_types/ProjectCoTypes.class.php
+${OG_DIR}/application/models/project_co_types/base/BaseProjectCoType.class.php
+${OG_DIR}/application/models/project_co_types/base/BaseProjectCoTypes.class.php
 ${OG_DIR}/application/models/project_companies/ProjectCompanies.class.php
 ${OG_DIR}/application/models/project_companies/ProjectCompany.class.php
 ${OG_DIR}/application/models/project_companies/base/BaseProjectCompanies.class.php
@@ -356,6 +372,7 @@
 ${OG_DIR}/application/views/access/complete_installation.php
 ${OG_DIR}/application/views/access/forgot_password.php
 ${OG_DIR}/application/views/access/login.php
+${OG_DIR}/application/views/access/reset_password.php
 ${OG_DIR}/application/views/account/edit_avatar.php
 ${OG_DIR}/application/views/account/edit_password.php
 ${OG_DIR}/application/views/account/edit_profile.php
@@ -370,6 +387,7 @@
 ${OG_DIR}/application/views/administration/groups.php
 ${OG_DIR}/application/views/administration/index.php
 ${OG_DIR}/application/views/administration/list_users.php
+${OG_DIR}/application/views/administration/mail_accounts.php
 ${OG_DIR}/application/views/administration/members.php
 ${OG_DIR}/application/views/administration/password_autentify.php
 ${OG_DIR}/application/views/administration/projects.php
@@ -381,6 +399,7 @@
 ${OG_DIR}/application/views/advanced_pagination.php
 ${OG_DIR}/application/views/application/system_notices.php
 ${OG_DIR}/application/views/application/user_box.php
+${OG_DIR}/application/views/back.php
 ${OG_DIR}/application/views/billing/add.php
 ${OG_DIR}/application/views/billing/assign_users.php
 ${OG_DIR}/application/views/billing/index.php
@@ -407,6 +426,7 @@
 ${OG_DIR}/application/views/contact/edit_contact.php
 ${OG_DIR}/application/views/contact/edit_picture.php
 ${OG_DIR}/application/views/contact/list_contacts.php
+${OG_DIR}/application/views/contact/vcard_import.php
 ${OG_DIR}/application/views/cron/getmails.php
 ${OG_DIR}/application/views/custom_properties/object_custom_properties.php
 ${OG_DIR}/application/views/custom_properties/view.php
@@ -447,10 +467,12 @@
 ${OG_DIR}/application/views/files/add_spreadsheet.php
 ${OG_DIR}/application/views/files/download_file.php
 ${OG_DIR}/application/views/files/empty.php
+${OG_DIR}/application/views/files/fckImagesBrowser.php
 ${OG_DIR}/application/views/files/file_details.php
 ${OG_DIR}/application/views/files/file_details_content.php
 ${OG_DIR}/application/views/files/index.php
 ${OG_DIR}/application/views/files/order_and_pagination.php
+${OG_DIR}/application/views/files/quick_add_files.php
 ${OG_DIR}/application/views/files/slideshow.php
 ${OG_DIR}/application/views/files/text_edit.php
 ${OG_DIR}/application/views/form/add_project_form.php
@@ -459,6 +481,7 @@
 ${OG_DIR}/application/views/form_errors.php
 ${OG_DIR}/application/views/group/add_group.php
 ${OG_DIR}/application/views/group/group_permission_control.php
+${OG_DIR}/application/views/group/group_users_control.php
 ${OG_DIR}/application/views/group/view_group.php
 ${OG_DIR}/application/views/help/context_help.php
 ${OG_DIR}/application/views/help/context_help_tasks.php
@@ -468,6 +491,8 @@
 ${OG_DIR}/application/views/mail/add_mail.php
 ${OG_DIR}/application/views/mail/classify.php
 ${OG_DIR}/application/views/mail/fetch_imap_folders.php
+${OG_DIR}/application/views/mail/llo_email_conversation.php
+${OG_DIR}/application/views/mail/print_view.php
 ${OG_DIR}/application/views/mail/view.php
 ${OG_DIR}/application/views/message/add_message.php
 ${OG_DIR}/application/views/message/print_view.php
@@ -489,7 +514,12 @@
 ${OG_DIR}/application/views/object/link_to_object.php
 ${OG_DIR}/application/views/object/linked_objects.php
 ${OG_DIR}/application/views/object/list_linked_objects.php
+${OG_DIR}/application/views/object/list_linked_objects_main.php
 ${OG_DIR}/application/views/object/list_subscribers.php
+${OG_DIR}/application/views/object/llo_contact.php
+${OG_DIR}/application/views/object/llo_email.php
+${OG_DIR}/application/views/object/llo_generic.php
+${OG_DIR}/application/views/object/llo_task.php
 ${OG_DIR}/application/views/object/send_reminders.php
 ${OG_DIR}/application/views/object/share.php
 ${OG_DIR}/application/views/object/view_history.php
@@ -500,9 +530,11 @@
 ${OG_DIR}/application/views/project/permissions.php
 ${OG_DIR}/application/views/project/pre_delete.php
 ${OG_DIR}/application/views/project/search.php
+${OG_DIR}/application/views/project/workspace_permissions_control.php
 ${OG_DIR}/application/views/reporting/add_chart.php
 ${OG_DIR}/application/views/reporting/add_custom_report.php
 ${OG_DIR}/application/views/reporting/chart_details.php
+${OG_DIR}/application/views/reporting/column_list.php
 ${OG_DIR}/application/views/reporting/custom_report_parameters.php
 ${OG_DIR}/application/views/reporting/index.php
 ${OG_DIR}/application/views/reporting/report_printer.php
@@ -547,6 +579,7 @@
 ${OG_DIR}/application/views/webpage/add.php
 ${OG_DIR}/application/views/webpage/view.php
 ${OG_DIR}/application/views/webpage/view_content.php
+${OG_DIR}/console.php
 ${OG_DIR}/cron.php
 ${OG_DIR}/crossdomain.xml
 ${OG_DIR}/dummy.php
@@ -649,6 +682,24 @@
 ${OG_DIR}/favicon.ico
 ${OG_DIR}/index.php
 ${OG_DIR}/init.php
+${OG_DIR}/language/ca_es/actions.php
+${OG_DIR}/language/ca_es/administration.php
+${OG_DIR}/language/ca_es/calendar.php
+${OG_DIR}/language/ca_es/countries.php
+${OG_DIR}/language/ca_es/emails.php
+${OG_DIR}/language/ca_es/errors.php
+${OG_DIR}/language/ca_es/fields.php
+${OG_DIR}/language/ca_es/general.php
+${OG_DIR}/language/ca_es/help.php
+${OG_DIR}/language/ca_es/lang.js
+${OG_DIR}/language/ca_es/messages.php
+${OG_DIR}/language/ca_es/objects.php
+${OG_DIR}/language/ca_es/project_interface.php
+${OG_DIR}/language/ca_es/reporting.php
+${OG_DIR}/language/ca_es/site_interface.php
+${OG_DIR}/language/ca_es/slimey.js
+${OG_DIR}/language/ca_es/timezones.php
+${OG_DIR}/language/ca_es/upgrade.php
 ${OG_DIR}/language/cs_cz.php
 ${OG_DIR}/language/cs_cz/actions.php
 ${OG_DIR}/language/cs_cz/administration.php
@@ -670,7 +721,9 @@
 ${OG_DIR}/language/cs_cz/project_interface.php
 ${OG_DIR}/language/cs_cz/reporting.php
 ${OG_DIR}/language/cs_cz/site_interface.php
+${OG_DIR}/language/cs_cz/slimey.js
 ${OG_DIR}/language/cs_cz/timezones.php
+${OG_DIR}/language/cs_cz/upgrade.php
 ${OG_DIR}/language/de_de.php
 ${OG_DIR}/language/de_de/actions.php
 ${OG_DIR}/language/de_de/administration.php
@@ -826,7 +879,9 @@
 ${OG_DIR}/language/it_it/project_interface.php
 ${OG_DIR}/language/it_it/reporting.php
 ${OG_DIR}/language/it_it/site_interface.php
+${OG_DIR}/language/it_it/slimey.js
 ${OG_DIR}/language/it_it/timezones.php
+${OG_DIR}/language/it_it/upgrade.php
 ${OG_DIR}/language/ja_jp.php
 ${OG_DIR}/language/ja_jp/actions.php
 ${OG_DIR}/language/ja_jp/administration.php
@@ -883,6 +938,7 @@
 ${OG_DIR}/language/nl_nl/project_interface.php
 ${OG_DIR}/language/nl_nl/reporting.php
 ${OG_DIR}/language/nl_nl/site_interface.php
+${OG_DIR}/language/nl_nl/slimey.js
 ${OG_DIR}/language/nl_nl/timezones.php
 ${OG_DIR}/language/nl_nl/upgrade.php
 ${OG_DIR}/language/pl_pl.php
@@ -944,7 +1000,10 @@
 ${OG_DIR}/language/ru_ru/fields.php
 ${OG_DIR}/language/ru_ru/general.php
 ${OG_DIR}/language/ru_ru/help.php
+${OG_DIR}/language/ru_ru/help/account.html
+${OG_DIR}/language/ru_ru/help/dashboard.html
 ${OG_DIR}/language/ru_ru/help/dummy.txt
+${OG_DIR}/language/ru_ru/help/no_help.html
 ${OG_DIR}/language/ru_ru/lang.js
 ${OG_DIR}/language/ru_ru/messages.php
 ${OG_DIR}/language/ru_ru/objects.php
@@ -1119,6 +1178,7 @@
 ${OG_DIR}/library/filerepository/errors/FileNotInRepositoryError.class.php
 ${OG_DIR}/library/filerepository/errors/FileRepositoryAddError.class.php
 ${OG_DIR}/library/filerepository/errors/FileRepositoryDeleteError.class.php
+${OG_DIR}/library/html2text/class.html2text.inc
 ${OG_DIR}/library/htmlpurifier/HTMLPurifier.standalone.php
 ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php
 ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder/Xml.php
@@ -1313,6 +1373,7 @@
 ${OG_DIR}/library/utf8/utils/specials.php
 ${OG_DIR}/library/utf8/utils/unicode.php
 ${OG_DIR}/library/utf8/utils/validation.php
+${OG_DIR}/library/vcard/vcard.php
 ${OG_DIR}/library/zend/Zend/Exception.php
 ${OG_DIR}/library/zend/Zend/Search/Exception.php
 ${OG_DIR}/library/zend/Zend/Search/Lucene.php
@@ -1396,6 +1457,259 @@
 ${OG_DIR}/public/assets/flash/SoundBridge.swf
 ${OG_DIR}/public/assets/flash/open-flash-chart.swf
 ${OG_DIR}/public/assets/flash/visorFreemind.swf
+${OG_DIR}/public/assets/javascript/ckeditor/.htaccess
+${OG_DIR}/public/assets/javascript/ckeditor/CHANGES.html
+${OG_DIR}/public/assets/javascript/ckeditor/INSTALL.html
+${OG_DIR}/public/assets/javascript/ckeditor/LICENSE.html
+${OG_DIR}/public/assets/javascript/ckeditor/ck_upload_handler.php
+${OG_DIR}/public/assets/javascript/ckeditor/ckeditor.js
+${OG_DIR}/public/assets/javascript/ckeditor/ckeditor.pack
+${OG_DIR}/public/assets/javascript/ckeditor/ckeditor_basic.js
+${OG_DIR}/public/assets/javascript/ckeditor/config.js
+${OG_DIR}/public/assets/javascript/ckeditor/contents.css
+${OG_DIR}/public/assets/javascript/ckeditor/images/spacer.gif
+${OG_DIR}/public/assets/javascript/ckeditor/lang/_languages.js
+${OG_DIR}/public/assets/javascript/ckeditor/lang/_translationstatus.txt
+${OG_DIR}/public/assets/javascript/ckeditor/lang/af.js
+${OG_DIR}/public/assets/javascript/ckeditor/lang/ar.js
+${OG_DIR}/public/assets/javascript/ckeditor/lang/bg.js
+${OG_DIR}/public/assets/javascript/ckeditor/lang/bn.js
+${OG_DIR}/public/assets/javascript/ckeditor/lang/bs.js
+${OG_DIR}/public/assets/javascript/ckeditor/lang/ca.js
+${OG_DIR}/public/assets/javascript/ckeditor/lang/cs.js
+${OG_DIR}/public/assets/javascript/ckeditor/lang/da.js
+${OG_DIR}/public/assets/javascript/ckeditor/lang/de.js
+${OG_DIR}/public/assets/javascript/ckeditor/lang/el.js
+${OG_DIR}/public/assets/javascript/ckeditor/lang/en-au.js
+${OG_DIR}/public/assets/javascript/ckeditor/lang/en-ca.js
+${OG_DIR}/public/assets/javascript/ckeditor/lang/en-uk.js
+${OG_DIR}/public/assets/javascript/ckeditor/lang/en.js



Home | Main Index | Thread Index | Old Index