In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Viewing Issue Simple Details Jump to Notes ] Wiki ]  Related Changesets ] View Advanced ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0000034 [In-Portal CMS] Localization bug report always 2009-05-26 23:56 2009-10-03 07:56
Reporter Dmitry View Status public Project Name In-Portal CMS
Assigned To Dmitry Developer
Priority normal Resolution fixed Fixed in Version 5.0.1
Status closed Product Version 4.3.9 Target Version 5.0.1
Time EstimateNo estimate
Summary 0000034: Update English lang. Pack
Description Check and update English lang. Pack for Missing / New phrases.
Additional Information
Tags No tags attached.
Reference
Change Log Message
Estimate Points 0
Attached Files ? file icon phrase_locator.php [^] (3,851 bytes) 2009-06-16 15:01

- Relationships Relation Graph ] Dependency Graph ]
parent of 0000160closedDmitry Missing Phrase in "Home > My Account > My Preferences" 
has duplicate 0000074closed (5.0.0)ilya Missing Phrases 

-  Notes
User avatar (0000068)
Dmitry (manager)
2009-06-15 23:36

In-Portal CMS (only)
=============
1. Structure & Data -> Add/Edit -> Images Tab -> !LA_COL_ALTNAME!
2. Community -> Ban List -> Add -> Item Field Dropdown -> !LA_OPT_EMAIL!
3. Configuration -> Website -> Themes -> Modify -> Files Tab -> !LA_COL_FILEPATH!
4. Configuration -> Website -> Themes -> Modify -> Files Tab -> !LA_COL_FILENAME!
5. Configuration -> Website -> E-mail -> !LA_COL_FROMTOUSER!
User avatar (0000069)
Dmitry (manager)
2009-06-16 11:00

LA_EVENT_LINK.RECIPROCAL.CHECK.FAILED => Name of Email Event (In-Link)
User avatar (0000074)
alex (manager)
2009-06-16 14:22

!LU_FLD_REVIEWBY! - link details page in default2009/default2007 themes
User avatar (0000075)
alex (manager)
2009-06-16 15:05

Here is some help from me (see attached "phrases_locator.php"). Create "internal" folder under "tools" folder. Place file there and run. Currently all files (even from not-installed/disabled modules) are scanned, so keep that in mind reviewing missing phrase results.

Some phrases, like "la_{$type}" should not be translated, because actual used phrase name are formed during script run.
User avatar (0000082)
alex (manager)
2009-06-17 02:17

!LU_SECTION_ARTICLEDETAILS! - "Home > My Account > My Articles > sample article > Modify Article" (default2009 theme)
User avatar (0000093)
alex (manager)
2009-06-20 12:30
edited on: 2009-06-20 12:33

Name - !LA_ERR_PRIMARY_LANG_REQUIRED!

Site have 2 languages. I switch admin to non-primary language. Then go to item adding screen (item, that has multilingual required fields). Hit save. This is error message for such fields. I doubt, that this phrase was ever translated even once, because it's damn hard to reproduce accidentally, because most of users visit admin on primary language.

User avatar (0000178)
Dmitry (manager)
2009-07-22 21:55

Fix committed to RC branch. Commit Message:

Fixes 0000034: Update English lang. Pack for v5.0.0
User avatar (0000189)
alex (manager)
2009-07-25 06:35

Phrases not in place:
"Link Validation" (in tree) is in Core, but should be in In-Link
"Censorship", "Smileys" (in tree) are in Core, but should be in In-Bulletin
User avatar (0000190)
Dmitry (manager)
2009-07-25 14:42

Fix committed to RC branch. Commit Message:

1. Fixes 0000034: Update English lang. Pack for v5.0.0
2. Moving phrases from Core to Modules
User avatar (0000198)
alex (manager)
2009-07-31 12:09

There are still phrases missing. Mostly in configuration variables.

"Configuration -> Users -> General": !LA_USER_UPON_APPROVAL!
"Configuration -> Website -> Advanced": !LU_QUERY_STRING!, !LU_COOKIES!, !LU_AUTO!

This happened before you renamed phrases in install/install_data.sql, but forgot to add sqls to upgrades.sql file, that will rename phrases in language pack and in ConfigurationAdmin table.
User avatar (0000202)
Dmitry (manager)
2009-07-31 14:00

Another missing phrase:

Home > My Account > My Preferences > !LU_BTN_VIEWYOURPROFILE! (Front)
User avatar (0000208)
Dmitry (manager)
2009-07-31 16:02

Admin: In-Bulletin -> Polls
---------------------------
LA_FLD_POLLANSWER
LA_TITLE_EDITING_ANSWER
LA_TITLE_ADDING_ANSWER
User avatar (0000232)
Dmitry (manager)
2009-08-04 11:22

Check on !LA_NEW!" !LA_HOT!"
User avatar (0000257)
alex (manager)
2009-08-06 12:03

UPDATE Phrase SET Phrase = 'la_opt_Tab' WHERE Phrase = 'la_Tab';
UPDATE ConfigurationAdmin SET ValueList = 'new phrase names here' WHERE VariableName = '....';
User avatar (0000263)
Dmitry (manager)
2009-08-07 10:43

Fix committed to 5.0.x branch. Commit Message:

1. Fixes 0000034: Update English lang. Pack
2. Fixes 0000183: Remove "Additional Headers" from all Email Events (Checked all Events, Removed Extra Headers and switched to HTML type)
3. Fixes 0000190: Not all Email Events are created during Installation (Checked all Events and Added Missing)
User avatar (0000302)
alex (manager)
2009-08-11 04:10

It appears, that "Core" module wasn't only one, that have configuration variables with incorrectly named phrases:

Affiliate Storage Method
[40.02] Comm_AffiliateStorageMethod !LU_PER_SESSION! !LU_IN_COOKIE_PERMANENT!

Calculate Pricing by
[50] Comm_PriceBracketCalculation !LU_PRICE_CALC_PRIMARY! !LU_PRICE_CALC_OPTIMAL!

Make sure to went though ALL install_data.sql files of ALL modules to see if there are any untranslated variables left.
User avatar (0000328)
Dmitry (manager)
2009-08-16 21:28

Move to In-Commerce module:

<PHRASE Label="la_OnlineStore" Module="In-Auction" Type="1">T25saW5lIFN0b3Jl</PHRASE>

<PHRASE Label="la_col_GMV" Module="In-Auction" Type="1">R01W</PHRASE>

<PHRASE Label="la_col_Marketplace" Module="In-Auction" Type="1">TWFya2V0cGxhY2U=</PHRASE>
User avatar (0000338)
Dmitry (manager)
2009-08-18 00:49

Fix committed to 5.0.x branch. Commit Message:

1. Fixes 0000034: Update English lang. Pack
2. Ability to translate system buttons used on Browse Modes, ie. Edit block, Section Template
User avatar (0000469)
Dmitry (manager)
2009-09-16 16:18

Fix committed to 5.0.x branch. Commit Message:

1. Fixes 0000034: Update English lang. Pack
2. Updates after Icons clean-up
User avatar (0000541)
alex (manager)
2009-09-24 09:43
edited on: 2009-09-24 09:43

Missing:
!LA_TOOLTIP_DETAILS! - change log, toolbar button
!LA_COL_FROMTOUSER! - email setting list, grid column

Clean install of 5.0.x without modules.

User avatar (0000561)
Dmitry (manager)
2009-09-27 01:35

Fix committed to 5.0.x branch. Commit Message:

1. Fixes 0000034: Update English lang. Pack
2. Minor fixes
User avatar (0000720)
administrator (administrator)
2009-10-03 07:56

Closing issues from 5.0.1 version, because version was already released.

- Related Changesets
In-Portal CMS: 5.0.x r12613
Timestamp: 2009-09-27 01:35:13
Author: Dmitry
Details ] Diff ]
1. Fixes 0000034: Update English lang. Pack
2. Minor fixes
mod - /in-portal/branches/5.0.x/core/install/english.lang Diff ] File ]
Modules :: Custom: 1.0.x r12612
Timestamp: 2009-09-27 01:34:50
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Minor fixes
mod - /custom/branches/1.0.x/custom/install/english.lang Diff ] File ]
Modules :: In-Commerce: 5.0.x r12610
Timestamp: 2009-09-27 01:34:10
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Minor fixes
mod - /in-commerce/branches/5.0.x/in-commerce/install/english.lang Diff ] File ]
In-Portal CMS: 5.0.x r12575
Timestamp: 2009-09-20 21:05:55
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Removing duplicate phrase "lu_title_PrivaryPolicy"
3. Minor English Language pack clean-up
mod - /in-portal/branches/5.0.x/core/install/english.lang Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/upgrades.sql Diff ] File ]
In-Portal CMS: 5.0.x r12574
Timestamp: 2009-09-20 21:05:20
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Removing duplicate phrase "lu_title_PrivaryPolicy"
mod - /in-portal/branches/5.0.x/themes/advanced/platform/privacy.tpl Diff ] File ]
Themes :: Advanced: 5.0.x r12574
Timestamp: 2009-09-20 21:05:20
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Removing duplicate phrase "lu_title_PrivaryPolicy"
mod - /in-portal/branches/5.0.x/themes/advanced/platform/privacy.tpl Diff ] File ]
In-Portal CMS: 5.0.x r12548
Timestamp: 2009-09-16 16:19:09
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Updates after Icons clean-up
mod - /in-portal/branches/5.0.x/core/install/english.lang Diff ] File ]
Modules :: In-Bulletin: 5.0.x r12546
Timestamp: 2009-09-16 16:18:53
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Updates after Icons clean-up
mod - /in-bulletin/branches/5.0.x/in-bulletin/install/english.lang Diff ] File ]
Modules :: In-Commerce: 5.0.x r12545
Timestamp: 2009-09-16 16:18:45
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Updates after Icons clean-up
mod - /in-commerce/branches/5.0.x/in-commerce/install/english.lang Diff ] File ]
Modules :: In-Link: 5.0.x r12544
Timestamp: 2009-09-16 16:18:34
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Updates after Icons clean-up
mod - /in-link/branches/5.0.x/in-link/install/english.lang Diff ] File ]
Modules :: In-News: 5.0.x r12543
Timestamp: 2009-09-16 16:18:14
Author: Dmitry
Details ] Diff ]
1. Fixes 0000034: Update English lang. Pack
2. Updates after Icons clean-up
mod - /in-news/branches/5.0.x/in-news/install/english.lang Diff ] File ]
Modules :: In-News: 5.0.x r12470
Timestamp: 2009-09-08 11:09:49
Author: alex
Details ] Diff ]
1. Bug 0000238: Cosmetic + Minor Changes1.
2. Bug 0000034: Update English lang. Pack.
mod - /in-news/branches/5.0.x/in-news/install/install_data.sql Diff ] File ]
mod - /in-news/branches/5.0.x/in-news/install/upgrades.sql Diff ] File ]
Modules :: In-Link: 5.0.x r12469
Timestamp: 2009-09-08 11:09:18
Author: alex
Details ] Diff ]
1. Bug 0000238: Cosmetic + Minor Changes1.
2. Bug 0000034: Update English lang. Pack.
mod - /in-link/branches/5.0.x/in-link/install/install_data.sql Diff ] File ]
mod - /in-link/branches/5.0.x/in-link/install/upgrades.sql Diff ] File ]
Modules :: In-Link: 5.0.x r12461
Timestamp: 2009-09-08 06:23:36
Author: alex
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack.
2. Duplicate <inp2:<inp2: tags, that raised fatal error on email event sending (4 events).
mod - /in-link/branches/5.0.x/in-link/install/english.lang Diff ] File ]
Modules :: In-Link: 5.0.x r12460
Timestamp: 2009-09-08 06:06:16
Author: alex
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack.
2. Duplicate <inp2:<inp2: tags, that raised fatal error on email event sending (4 events).
mod - /in-link/branches/5.0.x/in-link/install/english.lang Diff ] File ]
In-Portal CMS: 5.0.x r12399
Timestamp: 2009-09-01 13:40:51
Author: alex
Details ] Diff ]
1. Fixes 0000215: Session Security Checks.
2. Bug 0000034: Update English lang. Pack.
mod - /in-portal/branches/5.0.x/core/install/english.lang Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/install_schema.sql Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/upgrades.sql Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/session/inp_session.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/session/session.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/utility/unit_config_reader.php Diff ] File ]
Modules :: Custom: 1.0.x r12398
Timestamp: 2009-09-01 13:36:55
Author: alex
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack.
2. Incorrect time format.
3. Fixed compatibility with PHP 5.3.
mod - /custom/branches/1.0.x/custom/install/english.lang Diff ] File ]
mod - /custom/branches/1.0.x/custom/units/sections/custom_eh.php Diff ] File ]
Modules :: In-News: 5.0.x r12397
Timestamp: 2009-09-01 13:34:51
Author: alex
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack.
2. Incorrect time format.
mod - /in-news/branches/5.0.x/in-news/install/english.lang Diff ] File ]
Modules :: In-Link: 5.0.x r12384
Timestamp: 2009-08-25 13:29:33
Author: alex
Details ] Diff ]
Bug 0000034: Update English lang. Pack
mod - /in-link/branches/5.0.x/in-link/install/upgrades.sql Diff ] File ]
Modules :: In-News: 5.0.x r12383
Timestamp: 2009-08-25 13:29:21
Author: alex
Details ] Diff ]
Bug 0000034: Update English lang. Pack
mod - /in-news/branches/5.0.x/in-news/install/upgrades.sql Diff ] File ]
In-Portal CMS: 5.0.x r12344
Timestamp: 2009-08-18 05:35:00
Author: alex
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Improved way, how parser edit button translations are applied.
mod - /in-portal/branches/5.0.x/core/kernel/nparser/nparser.php Diff ] File ]
In-Portal CMS: 5.0.x r12335
Timestamp: 2009-08-18 00:49:45
Author: Dmitry
Details ] Diff ]
1. Fixes 0000034: Update English lang. Pack
2. Ability to translate system buttons used on Browse Modes, ie. Edit block, Section Template
mod - /in-portal/branches/5.0.x/core/install/english.lang Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/nparser/nparser.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/categories/categories_tag_processor.php Diff ] File ]
Modules :: In-Bulletin: 5.0.x r12333
Timestamp: 2009-08-18 00:47:24
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Update Configuration Variables
mod - /in-bulletin/branches/5.0.x/in-bulletin/install/install_data.sql Diff ] File ]
mod - /in-bulletin/branches/5.0.x/in-bulletin/install/upgrades.sql Diff ] File ]
Modules :: In-Commerce: 5.0.x r12332
Timestamp: 2009-08-18 00:47:06
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Update Configuration Variables
mod - /in-commerce/branches/5.0.x/in-commerce/install/english.lang Diff ] File ]
mod - /in-commerce/branches/5.0.x/in-commerce/install/upgrades.sql Diff ] File ]
Modules :: In-Link: 5.0.x r12331
Timestamp: 2009-08-18 00:46:52
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Update Configuration Variables
mod - /in-link/branches/5.0.x/in-link/install/install_data.sql Diff ] File ]
mod - /in-link/branches/5.0.x/in-link/install/upgrades.sql Diff ] File ]
Modules :: In-News: 5.0.x r12330
Timestamp: 2009-08-18 00:46:38
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Update Configuration Variables
mod - /in-news/branches/5.0.x/in-news/install/upgrades.sql Diff ] File ]
In-Portal CMS: 5.0.x r12216
Timestamp: 2009-08-07 10:43:44
Author: Dmitry
Details ] Diff ]
1. Fixes 0000034: Update English lang. Pack
2. Fixes 0000183: Remove "Additional Headers" from all Email Events (Checked all Events, Removed Extra Headers and switched to HTML type)
3. Fixes 0000190: Not all Email Events are created during Installation (Checked all Events and Added Missing)
mod - /in-portal/branches/5.0.x/core/install/english.lang Diff ] File ]
mod - /in-portal/branches/5.0.x/core/install/upgrades.sql Diff ] File ]
Modules :: In-Bulletin: 5.0.x r12214
Timestamp: 2009-08-07 10:41:36
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Bug 0000183: Remove "Additional Headers" from all Email Events (Checked all Events, Removed Extra Headers and switched to HTML type)
3. Bug 0000190: Not all Email Events are created during Installation (Checked all Events and Added Missing)
mod - /in-bulletin/branches/5.0.x/in-bulletin/install/english.lang Diff ] File ]
Modules :: In-Commerce: 5.0.x r12213
Timestamp: 2009-08-07 10:41:23
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Bug 0000183: Remove "Additional Headers" from all Email Events (Checked all Events, Removed Extra Headers and switched to HTML type)
3. Bug 0000190: Not all Email Events are created during Installation (Checked all Events and Added Missing)
mod - /in-commerce/branches/5.0.x/in-commerce/install/english.lang Diff ] File ]
Modules :: In-Link: 5.0.x r12212
Timestamp: 2009-08-07 10:41:15
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. Bug 0000183: Remove "Additional Headers" from all Email Events (Checked all Events, Removed Extra Headers and switched to HTML type)
3. Bug 0000190: Not all Email Events are created during Installation (Checked all Events and Added Missing)
mod - /in-link/branches/5.0.x/in-link/install/english.lang Diff ] File ]
Modules :: In-News: 5.0.x r12211
Timestamp: 2009-08-07 10:39:31
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack
2. 0000183: Remove "Additional Headers" from all Email Events (Checked all Events, Removed Extra Headers and switched to HTML type)
3. Bug 0000190: Not all Email Events are created during Installation (Checked all Events and Added Missing)
mod - /in-news/branches/5.0.x/in-news/install/english.lang Diff ] File ]
In-Portal CMS: RC r12022
Timestamp: 2009-07-26 04:04:12
Author: alex
Details ] Diff ]
Bug 0000034: Update English lang. Pack for v5.0.0
mod - /in-portal/branches/RC/core/install/english.lang Diff ] File ]
Modules :: In-Link: RC r12021
Timestamp: 2009-07-26 04:03:36
Author: alex
Details ] Diff ]
Bug 0000034: Update English lang. Pack for v5.0.0
mod - /in-link/branches/RC/in-link/install/english.lang Diff ] File ]
mod - /in-link/branches/RC/in-link/install/upgrades.sql Diff ] File ]
In-Portal CMS: RC r12012
Timestamp: 2009-07-25 14:42:20
Author: Dmitry
Details ] Diff ]
1. Fixes 0000034: Update English lang. Pack for v5.0.0
2. Moving phrases from Core to Modules
mod - /in-portal/branches/RC/core/install/english.lang Diff ] File ]
Modules :: In-Bulletin: RC r12011
Timestamp: 2009-07-25 14:42:07
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack for v5.0.0
2. Moving phrases from Core to Modules
mod - /in-bulletin/branches/RC/in-bulletin/install/english.lang Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/install/upgrades.sql Diff ] File ]
Modules :: In-Link: RC r12010
Timestamp: 2009-07-25 14:41:48
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack for v5.0.0
2. Moving phrases from Core to Modules
mod - /in-link/branches/RC/in-link/install/english.lang Diff ] File ]
mod - /in-link/branches/RC/in-link/install/upgrades.sql Diff ] File ]
In-Portal CMS: RC r11997
Timestamp: 2009-07-24 19:16:43
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack for v5.0.0
2. Deleting Deprecated / old phrases
mod - /in-portal/branches/RC/core/install/english.lang Diff ] File ]
mod - /in-portal/branches/RC/core/install/install_data.sql Diff ] File ]
Modules :: In-News: RC r11996
Timestamp: 2009-07-24 19:16:24
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack for v5.0.0
2. Deleting Deprecated / old phrases
mod - /in-news/branches/RC/in-news/install/english.lang Diff ] File ]
mod - /in-news/branches/RC/in-news/install/install_data.sql Diff ] File ]
mod - /in-news/branches/RC/in-news/install/upgrades.sql Diff ] File ]
Modules :: In-Link: RC r11995
Timestamp: 2009-07-24 19:16:08
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack for v5.0.0
2. Deleting Deprecated / old phrases
mod - /in-link/branches/RC/in-link/install/english.lang Diff ] File ]
mod - /in-link/branches/RC/in-link/install/install_data.sql Diff ] File ]
mod - /in-link/branches/RC/in-link/install/upgrades.sql Diff ] File ]
Modules :: In-Commerce: RC r11994
Timestamp: 2009-07-24 19:15:57
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack for v5.0.0
2. Deleting Deprecated / old phrases
mod - /in-commerce/branches/RC/in-commerce/install/english.lang Diff ] File ]
mod - /in-commerce/branches/RC/in-commerce/install/install_data.sql Diff ] File ]
mod - /in-commerce/branches/RC/in-commerce/install/upgrades.sql Diff ] File ]
Modules :: In-Bulletin: RC r11993
Timestamp: 2009-07-24 19:15:40
Author: Dmitry
Details ] Diff ]
1. Bug 0000034: Update English lang. Pack for v5.0.0
2. Deleting Deprecated / old phrases
mod - /in-bulletin/branches/RC/in-bulletin/install/english.lang Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/install/install_data.sql Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/install/upgrades.sql Diff ] File ]
In-Portal CMS: RC r11986
Timestamp: 2009-07-22 21:58:42
Author: Dmitry
Details ] Diff ]
Bug 0000034: Update English lang. Pack for v5.0.0
mod - /in-portal/branches/RC/core/install/upgrades.sql Diff ] File ]
In-Portal CMS: RC r11985
Timestamp: 2009-07-22 21:55:15
Author: Dmitry
Details ] Diff ]
Fixes 0000034: Update English lang. Pack for v5.0.0
mod - /in-portal/branches/RC/core/install/english.lang Diff ] File ]
mod - /in-portal/branches/RC/core/install/upgrades.sql Diff ] File ]
Modules :: In-Bulletin: RC r11984
Timestamp: 2009-07-22 21:54:58
Author: Dmitry
Details ] Diff ]
Bug 0000034: Update English lang. Pack for v5.0.0
mod - /in-bulletin/branches/RC/themes/default2009/in-bulletin/elements/content_boxes/add_poll_comment.elm.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/themes/default2009/in-bulletin/elements/content_boxes/poll_comments.elm.tpl Diff ] File ]
mod - /in-bulletin/branches/RC/themes/default2009/in-bulletin/elements/side_boxes/polls.elm.tpl Diff ] File ]
Modules :: In-Link: RC r11983
Timestamp: 2009-07-22 21:54:49
Author: Dmitry
Details ] Diff ]
Bug 0000034: Update English lang. Pack for v5.0.0
mod - /in-link/branches/RC/themes/default2009/in-link/links/modify_link.tpl Diff ] File ]
mod - /in-link/branches/RC/themes/default2009/in-link/links/suggest_link.tpl Diff ] File ]
Modules :: In-News: RC r11982
Timestamp: 2009-07-22 21:54:40
Author: Dmitry
Details ] Diff ]
Bug 0000034: Update English lang. Pack for v5.0.0
mod - /in-news/branches/RC/themes/default2009/in-news/articles/modify_article.tpl Diff ] File ]
mod - /in-news/branches/RC/themes/default2009/in-news/articles/suggest_article.tpl Diff ] File ]
Modules :: In-News: RC r11981
Timestamp: 2009-07-22 21:54:10
Author: Dmitry
Details ] Diff ]
Bug 0000034: Update English lang. Pack for v5.0.0
mod - /in-news/branches/RC/in-news/install/english.lang Diff ] File ]
mod - /in-news/branches/RC/in-news/units/articles/articles_config.php Diff ] File ]
Modules :: In-Link: RC r11980
Timestamp: 2009-07-22 21:53:55
Author: Dmitry
Details ] Diff ]
Bug 0000034: Update English lang. Pack for v5.0.0
mod - /in-link/branches/RC/in-link/install/english.lang Diff ] File ]
mod - /in-link/branches/RC/in-link/install/install_data.sql Diff ] File ]
mod - /in-link/branches/RC/in-link/install/upgrades.sql Diff ] File ]
Modules :: In-Commerce: RC r11979
Timestamp: 2009-07-22 21:53:34
Author: Dmitry
Details ] Diff ]
Bug 0000034: Update English lang. Pack for v5.0.0
mod - /in-commerce/branches/RC/in-commerce/install/english.lang Diff ] File ]
mod - /in-commerce/branches/RC/in-commerce/install/upgrades.sql Diff ] File ]
Modules :: In-Bulletin: RC r11978
Timestamp: 2009-07-22 21:53:16
Author: Dmitry
Details ] Diff ]
Bug 0000034: Update English lang. Pack for v5.0.0
mod - /in-bulletin/branches/RC/in-bulletin/install/english.lang Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/poll_comments/poll_comment_eh.php Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/private_messages/private_messages_config.php Diff ] File ]

- Issue History
Date Modified Username Field Change
2009-11-13 12:57 Dmitry Changeset attached 5.0.x r12574
2009-10-03 07:56 administrator Note Added: 0000720
2009-10-03 07:56 administrator Status resolved => closed
2009-09-27 06:27 alex Fixed in Version => 5.0.1
2009-09-27 01:35 Dmitry Note Added: 0000561
2009-09-27 01:35 Dmitry Status needs feedback => resolved
2009-09-27 01:35 Dmitry Fixed in Version 5.0.1 =>
2009-09-27 01:35 Dmitry Resolution reopened => fixed
2009-09-27 01:35 Dmitry Changeset attached 5.0.x r12613
2009-09-27 01:34 Dmitry Changeset attached 1.0.x r12612
2009-09-27 01:34 Dmitry Changeset attached 5.0.x r12611
2009-09-27 01:34 Dmitry Changeset attached 5.0.x r12610
2009-09-24 09:43 alex Note Edited: 0000541 View Revisions
2009-09-24 09:43 alex Note Added: 0000541
2009-09-24 09:43 alex Status resolved => needs feedback
2009-09-24 09:43 alex Resolution fixed => reopened
2009-09-21 03:17 alex Fixed in Version => 5.0.1
2009-09-20 21:05 Dmitry Changeset attached 5.0.x r12575
2009-09-20 21:05 Dmitry Changeset attached 5.0.x r12574
2009-09-16 16:19 Dmitry Changeset attached 5.0.x r12548
2009-09-16 16:19 Dmitry Changeset attached 5.0.x r12547
2009-09-16 16:18 Dmitry Changeset attached 5.0.x r12546
2009-09-16 16:18 Dmitry Changeset attached 5.0.x r12545
2009-09-16 16:18 Dmitry Changeset attached 5.0.x r12544
2009-09-16 16:18 Dmitry Note Added: 0000469
2009-09-16 16:18 Dmitry Fixed in Version 5.0.1 =>
2009-09-16 16:18 Dmitry Changeset attached 5.0.x r12543
2009-09-08 11:09 alex Changeset attached 5.0.x r12470
2009-09-08 11:09 alex Changeset attached 5.0.x r12469
2009-09-08 06:23 alex Changeset attached 5.0.x r12461
2009-09-08 06:06 alex Changeset attached 5.0.x r12460
2009-09-04 12:24 Dmitry Changeset attached 5.0.x r12444
2009-09-01 13:40 alex Changeset attached 5.0.x r12399
2009-09-01 13:36 alex Changeset attached 1.0.x r12398
2009-09-01 13:34 alex Changeset attached 5.0.x r12397
2009-08-25 13:29 alex Changeset attached 5.0.x r12384
2009-08-25 13:29 alex Changeset attached 5.0.x r12383
2009-08-18 23:54 Dmitry Fixed in Version => 5.0.1
2009-08-18 05:35 alex Changeset attached 5.0.x r12344
2009-08-18 00:49 Dmitry Note Added: 0000338
2009-08-18 00:49 Dmitry Status needs feedback => resolved
2009-08-18 00:49 Dmitry Fixed in Version 5.0.1 =>
2009-08-18 00:49 Dmitry Resolution reopened => fixed
2009-08-18 00:49 Dmitry Changeset attached 5.0.x r12335
2009-08-18 00:47 Dmitry Changeset attached 5.0.x r12334
2009-08-18 00:47 Dmitry Changeset attached 5.0.x r12333
2009-08-18 00:47 Dmitry Changeset attached 5.0.x r12332
2009-08-18 00:46 Dmitry Changeset attached 5.0.x r12331
2009-08-18 00:46 Dmitry Changeset attached 5.0.x r12330
2009-08-16 21:28 Dmitry Note Added: 0000328
2009-08-11 04:10 alex Note Added: 0000302
2009-08-11 04:10 alex Status resolved => needs feedback
2009-08-11 04:10 alex Resolution fixed => reopened
2009-08-08 03:10 alex Fixed in Version => 5.0.1
2009-08-07 10:43 Dmitry Note Added: 0000263
2009-08-07 10:43 Dmitry Status needs feedback => resolved
2009-08-07 10:43 Dmitry Fixed in Version 5.0.0 =>
2009-08-07 10:43 Dmitry Resolution reopened => fixed
2009-08-07 10:43 Dmitry Changeset attached 5.0.x r12216
2009-08-07 10:41 Dmitry Changeset attached 5.0.x r12214
2009-08-07 10:41 Dmitry Changeset attached 5.0.x r12213
2009-08-07 10:41 Dmitry Changeset attached 5.0.x r12212
2009-08-07 10:39 Dmitry Changeset attached 5.0.x r12211
2009-08-06 12:03 alex Note Added: 0000257
2009-08-04 11:22 Dmitry Note Added: 0000232
2009-07-31 16:13 Dmitry Target Version 5.0.0 => 5.0.1
2009-07-31 16:02 Dmitry Note Added: 0000208
2009-07-31 14:00 Dmitry Note Added: 0000202
2009-07-31 13:58 Dmitry Relationship added parent of 0000160
2009-07-31 12:09 alex Note Added: 0000198
2009-07-31 12:09 alex Status resolved => needs feedback
2009-07-31 12:09 alex Resolution fixed => reopened
2009-07-26 04:04 alex Changeset attached RC r12022
2009-07-26 04:03 alex Changeset attached RC r12021
2009-07-26 03:37 Dmitry Fixed in Version => 5.0.0
2009-07-25 14:42 Dmitry Note Added: 0000190
2009-07-25 14:42 Dmitry Status needs feedback => resolved
2009-07-25 14:42 Dmitry Fixed in Version 5.0.0 =>
2009-07-25 14:42 Dmitry Resolution reopened => fixed
2009-07-25 14:42 Dmitry Changeset attached RC r12012
2009-07-25 14:42 Dmitry Changeset attached RC r12011
2009-07-25 14:41 Dmitry Changeset attached RC r12010
2009-07-25 06:35 alex Note Added: 0000189
2009-07-25 06:35 alex Status resolved => needs feedback
2009-07-25 06:35 alex Resolution fixed => reopened
2009-07-24 19:16 Dmitry Changeset attached RC r11997
2009-07-24 19:16 Dmitry Changeset attached RC r11996
2009-07-24 19:16 Dmitry Changeset attached RC r11995
2009-07-24 19:15 Dmitry Changeset attached RC r11994
2009-07-24 19:15 Dmitry Changeset attached RC r11993
2009-07-22 21:58 Dmitry Changeset attached RC r11986
2009-07-22 21:55 Dmitry Fixed in Version => 5.0.0
2009-07-22 21:55 Dmitry Note Added: 0000178
2009-07-22 21:55 Dmitry Status reviewed and tested => resolved
2009-07-22 21:55 Dmitry Resolution open => fixed
2009-07-22 21:55 Dmitry Changeset attached RC r11985
2009-07-22 21:54 Dmitry Changeset attached RC r11984
2009-07-22 21:54 Dmitry Changeset attached RC r11983
2009-07-22 21:54 Dmitry Changeset attached RC r11982
2009-07-22 21:54 Dmitry Changeset attached RC r11981
2009-07-22 21:53 Dmitry Changeset attached RC r11980
2009-07-22 21:53 Dmitry Changeset attached RC r11979
2009-07-22 21:53 Dmitry Changeset attached RC r11978
2009-06-20 12:33 alex Note Edited: 0000093 View Revisions
2009-06-20 12:30 alex Note Added: 0000093
2009-06-17 02:17 alex Note Added: 0000082
2009-06-16 15:05 alex Note Added: 0000075
2009-06-16 15:01 alex File Added: phrase_locator.php
2009-06-16 14:22 alex Note Added: 0000074
2009-06-16 11:00 Dmitry Note Added: 0000069
2009-06-15 23:36 Dmitry Note Added: 0000068
2009-06-15 23:33 Dmitry Relationship added has duplicate 0000074
2009-05-26 23:56 Dmitry New Issue
2009-05-26 23:56 Dmitry Status active => reviewed and tested
2009-05-26 23:56 Dmitry Assigned To => Dmitry



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker