/[drupal]/contributions/modules/l10n_server/README.txt
ViewVC logotype

Log of /contributions/modules/l10n_server/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.1.2.9.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Oct 2 11:36:51 2009 UTC (7 weeks, 6 days ago) by goba
Branch: DRUPAL-6--1
Changes since 1.1.2.9: +9 -28 lines
Diff to previous 1.1.2.9
Updated README and ARCHITECTURE docs to reflect current reality. Underline details of l10n_localpacks and complete docs for implemented l10n_client connection

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Apr 25 14:36:23 2009 UTC (7 months ago) by goba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +10 -3 lines
Diff to previous 1.1
More specific information on branches available for the module.

Revision 1.1.2.9 - (view) (download) (annotate) - [select for diffs]
Thu Dec 27 16:05:04 2007 UTC (23 months ago) by goba
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-ALPHA3, DRUPAL-5--1-0-ALPHA4, DRUPAL-5--1-0-ALPHA5, DRUPAL-5--1-0-ALPHA6, DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-ALPHA2, DRUPAL-6--1-0-ALPHA3, DRUPAL-6--1-0-ALPHA4, DRUPAL-6--1-0-ALPHA5
Branch point for: DRUPAL-6--1
Changes since 1.1.2.8: +3 -3 lines
Diff to previous 1.1.2.8 , to branch point 1.1 , to next main 1.2
#203866 follow up by keith.smith: spelling fixes in the README

Revision 1.1.2.8 - (view) (download) (annotate) - [select for diffs]
Thu Dec 27 13:49:01 2007 UTC (23 months ago) by goba
Branch: DRUPAL-5
Changes since 1.1.2.7: +43 -26 lines
Diff to previous 1.1.2.7 , to branch point 1.1
Update README with information on the current module structure and behavior.
Also includes dingbat font explanation by keith.smith from #203866

Revision 1.1.2.7 - (view) (download) (annotate) - [select for diffs]
Mon Dec 24 23:43:40 2007 UTC (23 months ago) by goba
Branch: DRUPAL-5
Changes since 1.1.2.6: +5 -4 lines
Diff to previous 1.1.2.6 , to branch point 1.1
#203680 by keith.smith: better help texts and typos fixed; I also noticed bad links in help text

Revision 1.1.2.6 - (view) (download) (annotate) - [select for diffs]
Fri Sep 28 17:05:53 2007 UTC (2 years, 1 month ago) by goba
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-ALPHA1, DRUPAL-5--1-0-ALPHA2
Changes since 1.1.2.5: +38 -31 lines
Diff to previous 1.1.2.5 , to branch point 1.1
*MAJOR* architecture overhaul:
 - previously l10n_server and l10n_community were divided with the thinking
   that a different editing interface might be used on the same data
 - but real life discussions showed that a cool interface is supposed
   to be tied to different data sources

So this upgrade separated the data sources (connectors) from the community interface.
Now only the previously implemented l10n_drupalorg connector is here, but it is easy
to implement others, as I'll do later.

There are also some smaller bugs fixed, but otherwise a huge reorganization was enough
for starters. I could not stop myself from cleaning up the suggestions architecture
at the same time though. So now the history and suggestions are not stored separately,
but are accessible from the same table (as inactive records for history values and as
suggestion records for suggestions). Otherwise they use the same data as translations,
so there was no reason to separate that out.

I also fixed smaller import and export issues, so these operations work better.

HTML and form structure cleanup is on the TODO list for the string editing interface,
which will be hopefully followed by a great UI improvement session later.

Revision 1.1.2.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 7 11:58:37 2007 UTC (2 years, 3 months ago) by goba
Branch: DRUPAL-5
Changes since 1.1.2.4: +3 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
architecture overview with an overview figure

Revision 1.1.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Jul 19 18:43:58 2007 UTC (2 years, 4 months ago) by goba
Branch: DRUPAL-5
Changes since 1.1.2.3: +0 -0 lines
Diff to previous 1.1.2.3 , to branch point 1.1
another significant update:
 - renamed teams to groups to be in line with the OG interface
 - take over site homepage and title when installed
 - add a default list of languages with plural forms (list from contrib HEAD translations)
 - better help text, and a new translatable homepage for the l10n_server site
 - add links to organic groups where applicable
 - temporarily use randomized data for overview pages to have a realistic look and feel
 - better behaviour when user has no permission to translate: display an overview
 - store errors when parsing a project
 - modified plural storage to store strings 'serialized' in a field, which is more performant in this case
 - added some stub code to the string query function to only deal with source strings for now

Revision 1.1.2.3 - (view) (download) (annotate) - [select for diffs]
Sun Jul 8 16:38:14 2007 UTC (2 years, 4 months ago) by goba
Branch: DRUPAL-5
Changes since 1.1.2.2: +0 -0 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Significant functionality update:
 - decoupled l10n_community schema from l10n_server
 - syncronized project module and l10n_server schema, using uri, title and other well known column names
 - instead of relating strings to projects (and only the latest 5.x release of a project),
   we have a list of projects, lists of project releases, lists of files in these releases,
   then the strings and connections between what line of a file a string appeared on...
   this achieves full sharing of strings between different lines, files, releases and projects
   (multiple string occurances on the same line are not counted, and are not planned)
 - migrated the code to the XML file interface of updates.drupal.org, instead of using the
   depreciated XML-RPC API, which will be discontinued

There are lots of TODOs, including making less HTTP requests, and implementing project module
backend sources for some of our needs to replace some stuf code in this update. The web
translation interface is also completely broken with this update, will be brought in line
later.

Revision 1.1.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Jul 3 20:56:01 2007 UTC (2 years, 4 months ago) by goba
Branch: DRUPAL-5
Changes since 1.1.2.1: +20 -22 lines
Diff to previous 1.1.2.1 , to branch point 1.1
lots of updates:
l10n_server:
 - made it reuse potx, instead of copying it
 - redone the UI to simplify user interations
 - simplified the URL scheme
 - organized functions logically
 - fixed coding style issues, like single qoutes instead of double quotes
l10n_community:
 - completely redone the UI, tabs instead of select boxes and arbitrary forms
 - abstracted common theme functions (copy icon, progress bar) out
 - constants instead of magic numbers
 - predictable help instead of global variable mangling
 - added more documentation
 - ordered the functions logically

Lots more to come. These big changes are not the end.

Revision 1.1.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Jun 19 22:16:50 2007 UTC (2 years, 5 months ago) by goba
Branch: DRUPAL-5
Changes since 1.1: +72 -4 lines
Diff to previous 1.1
migrating lt_server and lt_wt to l10n_server and l10n_community, cleaning up README and TODO list, hook ordering and code comments

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Jun 19 20:26:51 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Branch point for: DRUPAL-5
starting lt_server migration to l10n_server with a HEAD readme to point people to the Drupal 5 branch

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2