[damned-lies] We don't need ChangeLog any more
- From: Claude Paroz <claudep src gnome org>
- To: svn-commits-list gnome org
- Subject: [damned-lies] We don't need ChangeLog any more
- Date: Fri, 17 Apr 2009 17:24:27 -0400 (EDT)
commit 214906d3eb3ba393de1cc93d03f4ac3cf3a55584
Author: Claude Paroz <claude 2xlibre net>
Date: Fri Apr 17 22:50:15 2009 +0200
We don't need ChangeLog any more
---
ChangeLog | 2061 ----------------------------------------------------------
po/ChangeLog | 1653 ----------------------------------------------
2 files changed, 0 insertions(+), 3714 deletions(-)
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index ab25bf5..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,2061 +0,0 @@
-2009-04-16 Claude Paroz <claude 2xlibre net>
-
- * stats/management/commands/update-stats.py: Allow more than one branch to
- be passed on command line. Commit mail from git may contain multiple
- branches.
- * templates/module_detail.html: Minor reformatting.
-
-2009-04-15 Claude Paroz <claude 2xlibre net>
-
- * media/img/open.png:
- * media/img/closed.png: triangle icons to indicate the hidden/displayed
- states.
- * stats/templatetags/stats_extras.py: Add a custom tag to be able to do an
- 'if less than' in templates.
- * stats/views.py:
- * templates/branch_detail.html: Separate the branch stats to be able to
- load them dynamically from the module_detail template.
- * templates/module_detail.html: Only two first branch stats are displayed
- initially. Other branch stats can be loaded dynamically (jquery).
- * urls.py: Add the url for the single branch view.
- * templates/languages/language_all_modules.html:
- * templates/languages/language_release.html:
- * templates/people/person_detail.html:
- * templates/release_compare.html:
- * templates/base.html: Add the jquery include in the base.
-
-2009-04-05 Stéphane Raimbault <stephane raimbault gmail com>
-
- * vertimus/tests/__init__.py: Added a failing test for MySQL.
- Related to #568195.
-
-2009-04-04 Claude Paroz <claude 2xlibre net>
-
- * stats/management/commands/update-stats.py: Fix variable name.
- * vertimus/forms.py: Add custom widget to enable the separator in
- dropdowns.
- * vertimus/models.py: Add backup action to most states. Add a new
- fake separator action to add separators in dropdown action list.
- * vertimus/tests/__init__.py: Adapted to new action list.
- Fixes bugs #568773, #571826, #569864.
-
-2009-04-04 Claude Paroz <claude 2xlibre net>
-
- * people/models.py: get_languages allows to get all languages from all
- teams the user is subscribed to.
- * stats/models.py: Pass a list of languages to stat generation so as they
- are always present.
- * stats/views.py: Generate and cache branch stats in the view.
- * templates/module_detail.html: branches is now a context variable.
- * templates/stats_show.html: stat1 renamed to clearer pot_stat.
- The authenticated user's language(s) are now always shown on the module
- detail page, even when no po file have been committed.
- Fixes bug #577700.
-
-2009-04-04 Claude Paroz <claude 2xlibre net>
-
- * media/css/main.css: Slightly reduce spacing on titles.
- * templates/feeds/actions_title.html: Description is more useful than
- state.
-
-2009-04-01 Claude Paroz <claude 2xlibre net>
-
- * vertimus/views.py: Catch Unicode decoding errors on file content
- conversion.
-
-2009-03-30 Claude Paroz <claude 2xlibre net>
-
- * settings_sample.py: Add settings for defining the project VCS.
- * stats/models.py: New method to determine if module is hosted in project
- VCS.
- * stats/views.py:
- * vertimus/views.py: Pass non_standard_repo_msg to the templates.
- * templates/module_detail.html:
- * templates/vertimus/vertimus_detail.html: Use new method of specifying if
- module is hosted on project VCS.
-
-2009-03-24 Claude Paroz <claude 2xlibre net>
-
- * templates/vertimus/vertimus_detail.html:
- * vertimus/views.py: Add a note in vertimus detail when there is activity
- on another branch of the same module. So when a module branches in a
- release, it's easier to see that there is some ongoing activity in another
- branch (e.g. HEAD).
-
-2009-03-21 Claude Paroz <claude 2xlibre net>
-
- * stats/management/commands/migrate-to-git.py: New script in prevision to
- git migration in April.
- * stats/models.py: branch is considered new if checkout folder does not
- exist.
-
-2009-03-20 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Fix git branch handling. The checkout dir is common to
- master and branches.
-
-2009-03-17 Claude Paroz <claude 2xlibre net>
-
- * stats/forms.py:
- * stats/views.py: Fixed saving logic for branch edit form.
-
-2009-03-16 Claude Paroz <claude 2xlibre net>
-
- * settings_sample.py: SERVER_EMAIL is still needed (server error mail).
- * stats/forms.py: Reverse branch order, fix initial order of popup.
- * stats/models.py: get_branches may be reverse sorted.
-
-2009-03-16 Claude Paroz <claude 2xlibre net>
-
- * stats/forms.py:
- * stats/views.py:
- * templates/module_edit_branches.html: Instead of using a 'delete'
- checkbox to delete a category, use the empty value of the release popup to
- signify 'delete'. Probably more intuitive, as old delete checkbox could be
- interpreted as the branch deletion.
- Fixes bug #575541.
-
-2009-03-14 Claude Paroz <claude 2xlibre net>
-
- * templates/release_compare.html: Sort by language name by default.
- * media/css/main.css: Add style for comment in language_release.
- * stats/models.py: Fill stateDb objects with last comment, if any.
- * templates/languages/language_release_stats.html: Show last comment on
- module, if any and state is None (Inactive).
- Fixes (partially?) bug #566429.
-
-2009-03-13 Claude Paroz <claude 2xlibre net>
-
- * README: Add note about SCRATCHDIR.
- * media/css/main.css: Add translation coverage classes.
- * stats/templatetags/stats_extras.py: New filter to produce css class for
- translation coverage.
- * stats/models.py: New total_by_releases method to compute multi-release
- stats.
- * stats/views.py:
- * templates/release_compare.html:
- * urls.py: Add view, template and url for release comparison.
- * templates/registration/password_reset_complete.html: Fix login link.
- * vertimus/views.py: Set max column width in diff view (translator
- comments are not wrapped).
-
-2009-03-07 Claude Paroz <claude 2xlibre net>
-
- * common/views.py:
- * templates/register.html:
- * templates/register_success.html: Moved templates into registration
- folder.
- * templates/registration/password_reset*: Customize 'reset password'
- templates from contrib/admin/templates/registration.
- * media/css/layout.css: Unite link colors.
- * settings_sample.py:
- * stats/utils.py:
- * vertimus/models.py:
- * people/forms.py: Renamed SERVER_EMAIL to Django standard
- DEFAULT_FROM_EMAIL.
- * templates/login.html: Add link to forgotten password page.
- * urls.py: Add new urls for forgotten password functionality.
-
-2009-03-07 Claude Paroz <claude 2xlibre net>
-
- * stats/utils.py: Fix detection of previous msgid.
- * templates/module_images.html: Fixed class name of fuzzy-containing
- cells.
-
-2009-03-07 Claude Paroz <claude 2xlibre net>
-
- * stats/utils.py: With msgmerge --previous flag, previous msgid may now be
- inserted between the "#, fuzzy" marker and the new msgid. Detect that.
-
-2009-03-06 Stéphane Raimbault <stephane raimbault gmail com>
-
- * vertimus/feeds.py: Ooops, removed pdb.set_trace() too :-D
-
-2009-03-05 Stéphane Raimbault <stephane raimbault gmail com>
-
- * common/utils.py: New version of merge_sorted_by_field using only
- iterators.
- * vertimus/feeds.py: Use the new function with islice.
-
-2009-03-04 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: bugs_base and bugs_product may be null.
- commit_po takes a user argument so the commit can be attributed to the
- right person.
- * vertimus/models.py: New 'Submit to repository' action for modules which
- have write access.
-
-2009-03-04 Claude Paroz <claude 2xlibre net>
-
- * vertimus/models.py: ActionDbBackup also needs the get_action method for
- rss feeds.
-
-2009-03-04 Claude Paroz <claude 2xlibre net>
-
- * templates/feeds/actions_description.html:
- * vertimus/feeds.py: Strings improvement regarding the new feeds
- fonctionality.
-
-2009-03-04 Stéphane Raimbault <stephane raimbault gmail com>
-
- New RSS feeds to follow the Vertimus actions by team or
- language (#566504).
-
- * common/utils.py: Add a function to merge and sort two list of
- objects.
- * feeds/urls.py: Feed urls.
- * settings_sample.py: Add the feed application.
- * templates/feeds/actions_description.html: Feed item content.
- * templates/feeds/actions_title.html: Feed item title.
- * templates/languages/language_list.html: Add an RSS icon to each
- languages.
- * templates/teams/team_detail.html: Associate the feed to the page.
- * media/img/feed-icon-10x10.png: Added feed icon.
- * urls.py: Add the '/rss' path.
- * vertimus/feeds.py: Generate the content of the Vertimus feeds.
- * vertimus/models.py: Add __unicode__ function to the archived actions.
-
-2009-03-04 Wouter Bolsterlee <wbolster svn gnome org>
-
- * vertimus/models.py: Added translator comment.
-
-2009-03-03 Claude Paroz <claude 2xlibre net>
-
- * languages/models.py:
- * languages/views.py:
- * stats/models.py: Now that URLs admit '@', slug/unslug locale is of no
- use.
-
-2009-03-03 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/forms.py:
- * stats/models.py:
- * stats/utils.py:
- * teams/forms.py: Removed useless imports.
-
-2009-03-01 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: More info for branch checkout error. Changed git
- update command.
-
-2009-02-27 Stéphane Raimbault <stephane raimbault gmail com>
-
- * templates/vertimus/vertimus_detail.html: Rename action to action_id.
- * vertimus/models.py: Useless default_storage import. Add
- get_previous_action_with_po() and state in ActionAbstract. Rename
- action to action_db when it's an ActionDb instance.
- * vertimus/urls.py: action_id_1 and action_id_2.
- * vertimus/views.py: Remove useless imports. Use real action and
- state objects. Use get_object_or_404 for the action_id_2 (URL arg).
- Coding conventions details.
-
-2009-02-27 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/management/commands/update-stats.py: Fix help message.
-
-2009-02-14 Claude Paroz <claude 2xlibre net>
-
- * docs/notes-upgrade.txt: enlarge information.type varchar to 10 chars.
- * stats/models.py: Add 2 more information type (warn-ext, error-ext) to
- be able to select informations with external warnings/errors. These are
- always checked when recomputing stats.
- * stats/utils.py: LINGUAS warnings are of type 'warn-ext'.
- Fixes bug #567680.
-
-2009-02-14 Claude Paroz <claude 2xlibre net>
-
- * templates/teams/team_detail.html: Also fix RTL display.
- Really fixes #571349.
-
-2009-02-12 Claude Paroz <claude 2xlibre net>
-
- * templates/languages/language_release_stats.html: Fix graph direction
- for RTL languages.
- Fixes bug #571349.
-
-2009-02-11 Claude Paroz <claude 2xlibre net>
-
- * stats/management/commands/update-stats.py: Implement a basic lock
- mecanism to prevent multiple stats running on same module/branch.
- Fixes bug #562947.
-
-2009-02-10 Claude Paroz <claude 2xlibre net>
-
- * stats/management/commands/update-stats.py: Added an option to update
- all non-GNOME modules.
-
-2009-02-06 Claude Paroz <claude 2xlibre net>
-
- * vertimus/views.py: Argh... removed pdb.set_trace() :-D
-
-2009-02-06 Claude Paroz <claude 2xlibre net>
-
- * vertimus/views.py: Reordered if... else section. Get merged file for
- action2 also.
-
-2009-02-04 Claude Paroz <claude 2xlibre net>
-
- * stats/potdiff.py: potdiff returns two result sets in all cases, so as it
- has not to be called twice.
- * stats/utils.py: Added a pot diff function.
- * stats/models.py: Uses utils.pot_diff_status and act upon the result
- code.
- The pot_has_changed signal is now sent even for formatting changes, so as
- the diff view get rid of code line numbers stuff.
-
-2009-02-03 Stéphane Raimbault <stephane raimbault gmail com>
-
- Patch made with Claude to fix #570247.
-
- * media/css/layout.css: New 'inline' class to avoid style tag in
- HTML code.
- * people/urls.py: New team_leave view (GET).
- * people/views.py: Messages are passed by the message_set
- relation (the old message still present in templates/base.html for
- stats). New person_team_leave() function. Extract RequestContext()
- call from render_to_response to avoid the get and delete of
- messages in manual commit context.
- * templates/people/person_base.html: Use new on_own_page
- boolean.
- * templates/people/person_detail.html: Use new on_own_page
- boolean. Indent.
- * templates/people/person_team_join_form.html: Removed useless
- hidden.
- * templates/people/person_team_membership.html: Change the string
- "Team membership" incorrect in this context. Add a javascript
- action to confirm the leaving (FIXME the message doesn't seem to
- be translated).
-
-2009-02-03 Stéphane Raimbault <stephane raimbault gmail com>
-
- * README: Line width reduced to 80 columns. The objective to merge
- with Transifex is no longer true. Added note about Cherokee Web
- server.
- * docs/notes-upgrade.txt: Fixes varchar on team.name for PostgreSQL.
-
-2009-02-03 Claude Paroz <claude 2xlibre net>
-
- * languages/views.py: Adapt XML generation to new stats structure.
-
-2009-02-03 Claude Paroz <claude 2xlibre net>
-
- * templates/languages/language_release_stats.html: Don't include
- spaces in translatable strings.
-
-2009-02-03 Claude Paroz <claude 2xlibre net>
-
- * languages/views.py:
- * media/css/main.css: Add branch class.
- * stats/models.py: Make get_lang_stats_by_type a method of Statistics
- instead of Release.
- * templates/languages/language_all_modules.html: Include
- language_release_stats.html
- * templates/languages/language_release.html:
- * templates/languages/language_release_stats.html: Module table is now
- sortable. Move "Download all po files" to language_release.
- * templates/teams/team_detail.html: Add links to "all modules" view.
- Fixes bugs #415315, #567084.
-
-2009-02-02 Stéphane Raimbault <stephane raimbault gmail com>
-
- Add a new XML export for each release detail.
-
- * stats/views.py: New render_to_response.
- * templates/release_detail.xml: Added template.
- * urls.py: Optionally accept 'xml' as argument.
-
-2009-02-02 Stéphane Raimbault <stephane raimbault gmail com>
-
- * templates/release_detail.html: Fix language link (only the end
- of anchor was present) and add the URL. Replace incorrect
- 'Release' header by 'Language'.
-
-2009-02-02 Stéphane Raimbault <stephane raimbault gmail com>
-
- * docs/notes-upgrade.txt: Added notes for PostgreSQL.
-
-2009-01-30 Claude Paroz <claude 2xlibre net>
-
- * vertimus/tests/__init__.py:
- * vertimus/views.py: Revert unwanted changes in previous commit.
-
-2009-01-30 Claude Paroz <claude 2xlibre net>
-
- * docs/notes-upgrade.txt: Add new field and migration script.
- * stats/utils.py: Compute number of figures in po(t) files.
- * stats/models.py: Store number of figures in database. This prevents
- constant filesystem accesses (msgcat|grep) while displaying module stats.
- Now filesystem access is only required when displaying doc images in
- module_images template.
-
-2009-01-30 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Place translator comment for date format just before
- the appropriate string.
- Fixes bug #569897.
-
-2009-01-28 Claude Paroz <claude 2xlibre net>
-
- * templates/languages/language_release_stats.html:
- * stats/models.py: Multiple optimizations in get_lang_stats_by_type to
- prevent too much db queries (caching object lists in dicts). Cut request
- number by 20 for language_release view.
-
-2009-01-27 Claude Paroz <claude 2xlibre net>
-
- * templates/languages/language_all_modules.html:
- * languages/urls.py:
- * languages/views.py: Add a new URL/view/template to show stats for all
- modules. Still need a link, probably from team page.
- WIP for bug #415315.
-
-2009-01-27 Claude Paroz <claude 2xlibre net>
-
- * media/robots.txt: Add file and prevent indexing of /vertimus (no
- interest for search engines).
- * urls.py: Serve robots.txt (in static serve config).
-
-2009-01-27 Claude Paroz <claude 2xlibre net>
-
- * docs/notes-upgrade.txt: Migration notes about decoupling 'team' from
- 'auth_group'.
- * teams/models.py: 'team' table is now independant of auth_group. One
- outcome is that languages without teams are shown again on /languages.
-
-2009-01-27 Claude Paroz <claude 2xlibre net>
-
- * templates/vertimus/vertimus_detail.html: Show the various diff links for
- each po file.
- * vertimus/models.py: get_action_history also build a file history
- attached with each action with a po file. Return now a list of tuples.
- * vertimus/urls.py: Optionally accept the action id of the second diff
- parameter.
- * vertimus/views.py: Handle the optionally action_id2 parameter.
- Fixes bug #568772.
-
-2009-01-26 Claude Paroz <claude 2xlibre net>
-
- * vertimus/forms.py: Verify that no file is sent for 'Reserve' actions.
- * vertimus/models.py: Add file_is_prohibited = True for 'Reserve' actions.
-
-2009-01-26 Claude Paroz <claude 2xlibre net>
-
- * people/forms.py: OpenId -> OpenID.
- Fixes #569170.
-
-2009-01-26 Stéphane Raimbault <stephane raimbault gmail com>
-
- Replace absolute paths to images by relative ones. Claude is right!
-
- * media/css/layout.css:
- * media/css/main.css:
- * media/css/style.css: Use relative path to img directory. Merge
- 3 body tags and use spaces instead of tabs.
- * stats/models.py: Use relative path to img directory.
-
-2009-01-25 Stéphane Raimbault <stephane raimbault gmail com>
-
- * README: By default, Apache doesn't follow symlinks so it's more
- convenient to copy the Javascript file.
- * media/css/main.css: Fix images paths and coding standard details.
- * templates/people/person_detail.html: Use jquery.min.js instead
- of jquery-latest.min.js (as for jquery.tablesorter).
-
-2009-01-25 Stéphane Raimbault <stephane raimbault gmail com>
-
- * docs/vertimus-workflow.svg: Added diagram to explain the
- Vertimus Workflow.
-
-2009-01-25 Stéphane Raimbault <stephane raimbault gmail com>
-
- * vertimus/models.py: Removed useless try/except.
-
-2009-01-24 Stéphane Raimbault <stephane raimbault gmail com>
-
- * vertimus/models.py: Fixes bug #568777.
- * vertimus/tests/__init__.py: Added unit tests for this bug.
-
-2009-01-24 Claude Paroz <claude 2xlibre net>
-
- * README: Add instructions for jQuery installation.
- * media/css/main.css: Add styles for sortable tables.
- * media/img/(bg|asc|desc).gif: Icons (arrows) for sortable headers.
- * templates/people/person_detail.html: Make the 'Working on' table
- sortable.
- Fixes bug #567676.
-
-2009-01-23 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Make get_vcs_web_url work for git/hg repo types.
- * templates/module_detail.html: Make 'Browse' link more generic.
-
-2009-01-23 Claude Paroz <claude 2xlibre net>
-
- * stats/utils.py: When environment variable(s) are passed for Popen,
- merge them with current environment instead of replacing it.
-
-2009-01-22 Claude Paroz <claude 2xlibre net>
-
- * teams/forms.py: Person name (form label) linked to person page.
- * templates/teams/team_detail.html: Form label contains HTML (URL).
- Fixes bug #567367.
-
-2009-01-20 Claude Paroz <claude 2xlibre net>
-
- * vertimus/models.py: Rephrase some action names and add translator
- comments.
- Fixes bug #567345.
-
-2009-01-20 Claude Paroz <claude 2xlibre net>
-
- * vertimus/models.py: If pot file does not exist, do not merge. Make
- vertimus tests pass again.
- * vertimus/views.py: Provide for the case where there isn't a merged
- file.
-
-2009-01-20 Stéphane Raimbault <stephane raimbault gmail com>
-
- * vertimus/models.py:
- * vertimus/tests/__init__.py: Add 'Inform of submission' for all
- committers (and coordinators). Fixes bug #567394 but some cases
- aren't perfect so we intend to provide a better version later.
-
-2009-01-20 Stéphane Raimbault <stephane raimbault gmail com>
-
- * vertimus/models.py: Replace ActionBackup.created by a DateTime.
- Under the awful MySQL:
- ALTER TABLE `action_backup` CHANGE `created` `created` datetime NOT NULL
-
-2009-01-20 Claude Paroz <claude 2xlibre net>
-
- * templates/languages/language_release_stats.html: Strip HTML tags from
- error description.
- Fixes bug #568159.
-
-2009-01-20 Claude Paroz <claude 2xlibre net>
-
- * vertimus/views.py: Action_db2 was in fact an ActionAbstract object.
-
-2009-01-20 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Emit pot_has_changed signal.
- * stats/signals.py: Signal emitted by stats app (pot_has_changed).
- * templates/vertimus/vertimus_detail.html: Add link to merged file below
- original file.
- * templates/vertimus/vertimus_diff.html: Add ending note about both files
- being merged with latest pot file.
- * vertimus/models.py: New functions related to merged files. Implement and
- connect signals for merging/updating/deleting merged po files.
- * vertimus/views.py: Do the diff with merged files.
-
-2009-01-19 Claude Paroz <claude 2xlibre net>
-
- * languages/models.py: Allow for empty team in Language class.
- * people/models.py: Also exclude empty values while cleaning unactivated
- accounts (forms like to enter empty values in models :-( ).
-
-2009-01-19 Claude Paroz <claude 2xlibre net>
-
- * teams/views.py: Provide for the case when there is no coordinator for a
- team.
-
-2009-01-18 Stéphane Raimbault <stephane raimbault gmail com>
-
- * vertimus/models.py: Add the action 'Reserve for proofreading'
- to the Proofread state.
- * vertimus/tests/__init__.py: Updated unit test.
-
-2009-01-18 Stéphane Raimbault <stephane raimbault gmail com>
-
- * README: Add reference to OpenID note.
-
-2009-01-18 Stéphane Raimbault <stephane raimbault gmail com>
-
- * vertimus/models.py: Order by ID instead of created, it avoids a
- possible problem with the dumb MySQL database (where datetime
- precision is limited to second) when two actions are done in the
- same second.
-
-2009-01-17 Claude Paroz <claude 2xlibre net>
-
- * media/css/difflib.css: Specific CSS for diff template.
- * templates/vertimus/vertimus_detail.html: Add link to diff template just
- under po files.
- * templates/vertimus/vertimus_diff.html: Show side-by-side diff between
- two po files.
- * vertimus/models.py: 3 utility methods added for diff functionality.
- * vertimus/urls.py: Add URL for diff view.
- * vertimus/views.py: Add vertimus_diff view.
- Preliminary work for #566060.
-
-2009-01-17 Claude Paroz <claude 2xlibre net>
-
- * vertimus/urls.py: Accept '.' in branch name.
-
-2009-01-16 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Add documentation for get_lang_stats_by_type output
- structure.
- * languages/view.py: Adapted XML output to revised get_lang_stats
- structure.
- * templates/languages/language_release_stats.html:
- * templates/stats_show.html: Use preferably vertimus-by-names URLs.
- Fixes bug #567398.
-
-2009-01-16 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: First version of commit_po, currently not used (WIP).
- * stats/utils.py: Add an optional raise_on_error argument to
- run_shell_command.
- * templates/module_detail.html: Translate module comment.
- Fixes #567802.
-
-2009-01-15 Stéphane Raimbault <stephane raimbault gmail com>
-
- * vertimus/models.py: A backup is done after each commit, fixes
- #567251. Fixes the sequence number in the action_backup table.
- * vertimus/tests/__init__.py: Test adjustments to reflect the
- change.
-
-2009-01-15 Og Maciel <ogmaciel gnome org>
-
- * stats/management/commands/update-trans.py: Removed the option argument
- DISTINCT to make it work with sqlite.
-
-2009-01-14 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Translate description in domain.get_description.
- * templates/people/person_detail.html:
- * templates/vertimus/vertimus_detail.html: Use domain.get_description.
-
-2009-01-14 Claude Paroz <claude 2xlibre net>
-
- * media/css/main.css: Added style for having the translation graph outside
- of a table.
- * stats/models.py: Added ability to a Statistics object to render the
- corresponding pot file URL.
- * stats/tests/__init__.py: Added tests for po_url and pot_url.
- * templates/stats_show.html: Translation fix, and use of MEDIA_URL.
- * templates/vertimus/vertimus_detail.html: Remove a 'formatting' table.
- Add link to POT file. Fixes bug #567705.
-
-2009-01-13 Claude Paroz <claude 2xlibre net>
-
- * templates/people/person_detail.html: Only show site language popup on
- his own page.
- * vertimus/forms.py: Add a help text to the File widget.
- * vertimus/models.py: Set extension of uploaded files identical to
- original file.
- Fixes #567512.
-
-2009-01-10 Claude Paroz <claude 2xlibre net>
-
- * settings_sample.py: Middleware ordering matters. Session should be first.
- * stats/models.py: One less function call...
- * urls.py: Import view for language setting.
- * templates/people/person_detail.html: Add form to change language for a
- registered user.
- Fixes bug #475527.
-
-2009-01-10 Claude Paroz <claude 2xlibre net>
-
- reviewed by: <delete if not using a buddy>
-
- * settings_sample.py:
- * stats/models.py:
- * templates/people/person_detail.html:
- * urls.py:
-
-2009-01-10 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: For git (and hg?) modules, all branches share the same
- vcs_root.
- Don't make vcs_root an URLField, too picky about validation.
-
-2009-01-10 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Put XGETTEXT_ARG in env dict.
- Add --previous to msgmerge call.
- Fixes bug #550208.
- * stats/tests/__init__.py: Make test really pass!
-
-2009-01-10 Claude Paroz <claude 2xlibre net>
-
- * languages/urls.py: 'team_slug' is already used in teams/urls.py
- * languages/views.py:
- * people/views.py: Add dateformat to context.
- * stats/tests/__init__.py: Added test for po_url
- * stats/models.py:
- * templates/languages/language_release_stats.html:
- * templates/people/person_detail.html:
- * templates/vertimus/vertimus_detail.html: Harmonize date formats.
- Fixes bug #567080.
-
-2009-01-08 Og Maciel <ogmaciel gnome org>
-
- * README: Fixed minor typo explaining how to rename settings_sample.py file.
- * settings_sample.py: Changed djamned-lies.urls to damned-lies.urls.
-
-2009-01-08 Stéphane Raimbault <stephane raimbault gmail com>
-
- * README: Fill my email address.
- * vertimus/models.py: Fix updating of StateDb date.
-
-2009-01-08 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/management/commands/update-trans.py: Removed reference to
- stats/conf/settings.py
-
-2009-01-08 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Fixed po_url creation.
-
-2009-01-08 Claude Paroz <claude 2xlibre net>
-
- * settings_sample.py:
- * stats/conf/*: Removed stats custom settings (merged in
- settings_sample.py).
- * stats/models.py:
- * stats/utils.py:
- * stats/views.py:
- * languages/views.py:
- * urls.py:
- * README: Removed references to stats/conf/settings.py.
-
-2009-01-08 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/management/commands/update-trans.py: Use ANSI_QUOTES with
- MySQL to not break the SQL compatibility.
-
-2009-01-08 Stéphane Raimbault <stephane raimbault gmail com>
-
- * templates/base.html: Revert to 'Log out' as Django.
-
-2009-01-08 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Use utils.url_join to create URLs. Make bugs_component
- optional.
- Fixes bugs #566960, #566961.
- * stats/utils.py: Add new url_join utility function.
- * templates/vertimus/vertimus_detail.html: Show doc images icon next to
- the string stats.
-
-2009-01-07 Claude Paroz <claude 2xlibre net>
-
- * stats/utils.py: msgfmt outputs stats on stderr.
- Fixes bug #566934.
-
-2009-01-07 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Prevent a division by 0 in stats percentage computing.
-
-2009-01-07 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py:
- * stats/utils.py: Don't mix stdout with stderr, return separate variables.
-
-2009-01-06 Claude Paroz <claude 2xlibre net>
-
- * media/css/main.css:
- * templates/people/person_overview.html: Make all text align to the right
- of the image.
- * vertimus/models.py: Fixed get_name which is a function call, not a
- property.
-
-2009-01-05 Andre Klapper <a9016009 gmx de>
-
- * people/models.py:
- * templates/register.html:
- Fixed two typos.
-
-2009-01-05 Claude Paroz <claude 2xlibre net>
-
- * vertimus/models.py: Fix error state -> old_state. Improve translation
- and mail layout.
-
-2009-01-05 Claude Paroz <claude 2xlibre net>
-
- * vertimus/models.py: Send mail from Vertimus with SERVER_EMAIL in From:
- field. Translate the mail message with the language of the object locale
- instead of the current user pref.
-
-2009-01-05 Claude Paroz <claude 2xlibre net>
-
- * templates/people/person_detail.html:
- * templates/teams/team_detail.html: Translation improvements.
- * templates/teams/team_base.html: Correct path to template.
-
-2009-01-04 Stéphane Raimbault <stephane raimbault gmail com>
-
- Many changes to the user account management interface.
-
- * media/css/main.css: Adjustments for person detail and list.
- * people/forms.py: Renaming to match Django conventions.
- * people/models.py: Use the new name of the view.
- * people/urls.py: Renamed views and new one.
- * people/views.py: Better transaction management. Protect access
- by the login_required decorator. Separated forms. Add context
- information for the 'Working on' section.
- * settings_sample.py: Added humanize tags.
- * templates/base.html: Use nobody-16.png instead of
- person.png (same icon for now).
- * templates/module_detail.html: Updated to use person_overview.
- * templates/people/password_change_done.html: Deleted.
- * templates/people/password_change_form.html: Renamed.
- * templates/people/person_base.html: Master template for person.
- * templates/people/person_detail.html: New 'Working on' section to show the current
- list of modules on which the user is working.
- * templates/people/person_detail_change_form.html: Separated form person_detail.
- * templates/people/person_overview.html: Use MEDIA_URL. HTML
- indentation. New CSS class.
- * templates/people/person_password_change_form.html: Use the master template.
- * templates/people/person_team_join_form.html: New.
- * templates/people/person_team_membership.html: Reusable template.
- * templates/person_base.html: Moved.
- * templates/teams/team_base.html: Updated to use person_overview.
- * templates/vertimus/vertimus_detail.html: Use nobody-16.png instead of
- person.png (same icon for now).
- * vertimus/models.py: New StateDb.get_absolute_url()
-
-2009-01-04 Claude Paroz <claude 2xlibre net>
-
- * languages/views.py: Add 'doc-only' modules in release xml stats.
- Fixes bug #565288.
-
-2009-01-03 Claude Paroz <claude 2xlibre net>
-
- * people/forms.py: Replace sha module by hashlib. Mimic more strict
- username choice like admin interface.
-
-2009-01-03 Claude Paroz <claude 2xlibre net>
-
- * docs/DataModel.odg: team.coordinator_id has been suppressed.
-
-2009-01-03 Claude Paroz <claude 2xlibre net>
-
- * vertimus/models.py: Set correct filename for the file to backup.
-
-2009-01-02 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Add identical doc figures detection in update_stats.
- * stats/utils.py: Moved get_fig_stats from models to utils.
- * stats/tests/__init__.py: Add test for identical doc figures detection.
- Fixes bug #566227.
-
-2009-01-01 Stéphane Raimbault <stephane raimbault gmail com>
-
- * media/css/main.css: New styles for person_list view. Fix hackergotchi
- height and reduce text size. Reduce space between image and details.
- * templates/people/person_list.html: Replace the CSS 3 attribute
- 'column-count' (and relatives) by a more ordinary CSS layout (fix
- strange behaviour with FF3 and works with IE). Remove inline style.
- Use MEDIA_URL setting.
-
- First commit of 2009, happy new year ;)
-
-2008-12-31 Claude Paroz <claude 2xlibre net>
-
- * templates/vertimus/vertimus_detail.html: Add link to module on module
- name in title. Suggested by Gabor Kelemen.
-
-2008-12-31 Claude Paroz <claude 2xlibre net>
-
- * teams/forms.py: Exclude 'coordinator' from role popup.
- * teams/models.py: Add 'coordinator' in role choices.
- * teams/views.py: Compare username instead of objects, because User !=
- Person.
-
-2008-12-30 Stéphane Raimbault <stephane raimbault gmail com>
-
- Add the password change form.
-
- * media/css/login.css: .submit-row is not used.
- * media/css/main.css: Adjust .right_actions
- * media/css/style.css: Remove input and option CSS attributes.
- * people/models.py: Add __unicode__ method to return the name
- property.
- * people/urls.py: Add URLs to change the password using the
- Django contrib view.
- * templates/base.html: Nicer user name and 'Log Out' button.
- * templates/login.html: Removed obsolete logout_form.html.
- * templates/logout_form.html: Deleted.
- * templates/people/password_change_done.html: Added.
- * templates/people/password_change_form.html: Added.
- * templates/people/person_detail.html: New right menu.
- * templates/register.html: Removed obsolete logout_form.html.
-
-2008-12-30 Claude Paroz <claude 2xlibre net>
-
- * templates/register.html:
- * templates/vertimus/vertimus_detail.html: Translation fixes.
- * vertimus/models.py: Filter out empty string from recipient_list.
-
-2008-12-30 Claude Paroz <claude 2xlibre net>
-
- * people/forms.py: Use ugettext_lazy for class definitions.
-
-2008-12-30 Claude Paroz <claude 2xlibre net>
-
- * people/urls.py:
- * templates/people/person_detail.html: Fix edit link, translate team
- description.
- * templates/languages/language_release_stats.html: Get translated state
- name.
- * templates/vertimus/vertimus_detail.html: No need of language for
- release link.
- * teams/models.py: Translate ROLE_CHOICES.
- * vertimus/forms.py: Separate test for extension validation.
- * vertimus/models.py: ugettext should be used in functions.
-
-2008-12-30 Stéphane Raimbault <stephane raimbault gmail com>
-
- * templates/vertimus/vertimus_detail.html: <em> on No comment.
- * vertimus/forms.py: Added new valid extensions.
-
-2008-12-30 Stéphane Raimbault <stephane raimbault gmail com>
-
- * vertimus/forms.py:
- * vertimus/models.py:
- * vertimus/views.py: Added forms validators for file and comment.
-
-2008-12-30 Claude Paroz <claude 2xlibre net>
-
- * media/css/main.css: Add new class used in vertimus_detail.
- * templates/teams/team_base.html: Fix table width.
- * templates/teams/team_detail.html: Swap doc and ui stats display.
- * templates/vertimus/vertimus_detail.html: Display all releases containing
- the branch. Fix translation details.
- * vertimus/models.py: Use gettext_lazy so as Action and State descriptions
- are translated at the last time.
- * vertimus/views.py: Get pot Stats object when there is still no
- translation for a language.
-
-2008-12-30 Claude Paroz <claude 2xlibre net>
-
- * templates/vertimus/vertimus_detail.html: Move the download icon just
- before translation stats (it is not always a pot file). Move the notices
- after this block.
-
-2008-12-30 Claude Paroz <claude 2xlibre net>
-
- * templates/vertimus/vertimus_detail.html: When a branch is not in any
- release, display a link to the module instead to the release.
-
-2008-12-30 Claude Paroz <claude 2xlibre net>
-
- * people/forms.py:
- * people/views.py: Catch error if user is added multiple times in the same
- team.
- * templates/languages/language_release_stats.html:
- * templates/stats_show.html:
- * templates/vertimus/vertimus_detail.html:
- * vertimus/urls.py:
- * vertimus/views.py: Pass language.id to vertimus_by_stats_id, because
- when stats is the POT file, there is no other mean to retrieve the
- language.
-
-2008-12-29 Stéphane Raimbault <stephane raimbault gmail com>
-
- * media/css/layout.css:
- * media/css/main.css:
- * templates/languages/language_release_stats.html:
- * templates/module_detail.html:
- * templates/release_detail.html:
- * templates/release_list.html:
- * templates/teams/team_detail.html:
- * vertimus/models.py: Remove inline styles and swap
- UI and Documentation columns.
-
-2008-12-29 Claude Paroz <claude 2xlibre net>
-
- * teams/admin.py:
- * teams/models.py: Add Role objects in admin interface.
-
-2008-12-29 Stéphane Raimbault <stephane raimbault gmail com>
-
- * media/css/main.css:
- * templates/vertimus/vertimus_detail.html: CSS adjustments.
-
-2008-12-29 Claude Paroz <claude 2xlibre net>
-
- * vertimus/forms.py: Fix clean_file when there is no file.
- * vertimus/tests/__init__.py: Add test when no file is submitted.
-
-2008-12-29 Stéphane Raimbault <stephane raimbault gmail com>
-
- * templates/release_detail.html: Fixed UI URL.
-
-2008-12-29 Claude Paroz <claude 2xlibre net>
-
- * common/views.py: Copy msgs function parameter before using it,
- unless the content appended to it persist between calls.
-
-2008-12-29 Claude Paroz <claude 2xlibre net>
-
- * stats/utils.py: Allow raw data as input for run_shell_command, piped
- through stdin. Useful for data in memory and not saved in the file system.
- * vertimus/tests/__init__.py: Add test with valid and not valid po file
- submission.
- * vertimus/tests/valid_po.po: Valid po file for tests.
- * vertimus/views.py:
- * vertimus/forms.py: ActionForm moved from view to forms. Add clean_file
- to check validity of po file submitted through the form.
-
-2008-12-29 Stéphane Raimbault <stephane raimbault gmail com>
-
- * common/views.py:
- * languages/views.py:
- * stats/forms.py:
- * stats/models.py:
- * teams/models.py: has_key is deprecated since Python 2.5.
-
-2008-12-29 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py:
- * stats/utils.py: Replace commands.* by more modern subprocess.* Run each
- shell command through new function utils.run_shell_command.
-
-2008-12-27 Claude Paroz <claude 2xlibre net>
-
- * languages/views.py: Add select_related to reduce db access.
- * stats/models.py: Name related table unless 'language' is not fetched as
- it is a null=True relation.
- * teams/models.py: Add custom manager and add a method to fetch teams with
- roles prefilled. This dramatically reduces db access.
- * teams/views.py: Use new TeamManager function to fetch teams.
-
-2008-12-26 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Don't encode ampersands in the source, but later in
- HTML rendering. Patch by Friedel Wolff.
- Fixes #565719.
-
-2008-12-26 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Optimizations to reduce DB queries.
-
-2008-12-25 Claude Paroz <claude 2xlibre net>
-
- * languages/urls.py:
- * languages/views.py: language_release shows either ui or doc.
- * media/css/main.css: Some more classes for vertimus_detail.html.
- * stats/models.py: Split get_lang_stats and get_lang_stats_by_type,
- slightly simplified function. Link stat object to corresponding StateDb.
- * templates/languages/language_release.html: Remove team details and show
- only ui or doc, not both.
- * templates/languages/language_release_stats.html: Link to vertimus_detail
- instead of module. Add columns for state and state_date.
- * templates/people/person_detail.html: Reverted Stéphane's previous
- commit. Didn't work.
- * templates/release_detail.html: Link separately ui and doc for language
- release.
- * templates/teams/team_detail.html: Link separately ui and doc. Reactivate
- team membership display.
- * templates/vertimus/vertimus_detail.html: Link back to release. General
- layout adjustments.
- * vertimus/models.py: Add missing 'created' property. New get_filename
- method.
-
-2008-12-24 Claude Paroz <claude 2xlibre net>
-
- * settings_sample.py: MEDIA_URL should contain ending slash.
- * stats/models.py: Prepare subclassed save function in order to act on
- vcs_root change (TODO). Allow creation of a branch without checkout(),
- useful for test suites.
- * stats/tests/__init__.py: Missing parameter to update_stats.
- * templates/base.html: Log in link is important now.
- * templates/vertimus/vertimus_detail.html: Use MEDIA_URL to compose link.
- * vertimus/models.py:
- * vertimus/views.py: File saving is handled through FileField and not
- manually.
- * vertimus/tests/__init__.py: apply_action needs a real file object.
-
-2008-12-24 Stéphane Raimbault <stephane raimbault gmail com>
-
- * templates/people/person_detail.html: Fix URL to edit.
-
-2008-12-24 Stéphane Raimbault <stephane raimbault gmail com>
-
- * settings_sample.py: New settings for email and upload.
- * templates/stats_show.html: Link to Vertimus view.
- * templates/vertimus/vertimus_detail.html: Vertimus template
- * urls.py: Forward to vertimus.urls
- * vertimus/models.py: Major model changes.
- * vertimus/tests/__init__.py: 20 unit tests.
- * vertimus/urls.py: Vertimus URLs.
- * vertimus/views.py: View and form management.
- * media/img/person.png: Nice person icon.
-
-2008-12-24 Stéphane Raimbault <stephane raimbault gmail com>
-
- * people/models.py: Fallback to username if no first_name or last_name
-
-2008-12-23 Claude Paroz <claude 2xlibre net>
-
- * stats/conf/settings_sample.py: NOTIFICATIONS_TO is now a list.
- * stats/models.py: Syntax fix.
- * stats/tests/__init__.py: Add more tests (notification email, invalid
- branch)
- * stats/utils.py: Use django mail module instead of directly calling
- smtplib.
-
-2008-12-23 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Always compute stats for languages containing LINGUAS
- errors, to check if the error has been resolved.
- Fixes #565442.
-
-2008-12-22 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/models.py: New boolean argument to disable the update of
- statistics at Branch saving.
-
-2008-12-20 Stéphane Raimbault <stephane raimbault gmail com>
-
- * people/urls.py: Fix to allow email as slug in URL.
-
-2008-12-20 Claude Paroz <claude 2xlibre net>
-
- * stats/management/commands/update-stats.py: Enclose update_stats in a try
- statement so as failure doesn't stop further updates.
- * stats/models.py: Use exceptions for handling errors in checkout().
- Use thread locking to prevent concurrent VCS checkout (in a same branch
- instance).
- Fix save() signature.
- Subclass delete() function for branches to remove a VCS repo on the
- filesystem when the branch is deleted.
- * stats/tests/__init__.py: Add basic unit tests.
-
-2008-12-20 Claude Paroz <claude 2xlibre net>
-
- * media/css/main.css: Various CSS improvements.
- * people/forms.py: New form to edit profile.
- * templates/people/person_detail.html:
- * people/urls.py:
- * people/views.py: Add the possibility to edit personal profile from
- person_detail template.
- * people/models.py: Add translatable help_text and field names because
- they are used in profile form.
- * templates/module_detail.html: Small adjustments to adapt main.css
- changes.
- * stats/models.py: Minor fixes.
-
-2008-12-19 Claude Paroz <claude 2xlibre net>
-
- * teams/models.py: Add get_coordinator for FakeTeam.
- * teams/views.py: Add empty mem_groups tuple for FakeTeam.
-
-2008-12-19 Claude Paroz <claude 2xlibre net>
-
- * templates/people/person_detail.html:
- * templates/person_base.html: Role display moved from base to detail.
- * templates/module_detail.html:
- * templates/teams/team_base.html: printroles variable no more useful.
- * templates/teams/team_detail.html: Temporarily deactivated team
- membership listing.
-
-2008-12-19 Stéphane Raimbault <stephane raimbault gmail com>
-
- * docs/notes-upgrade.txt: Added note.
- * stats/models.py: Added unique constraint on (branch, domain,
- language) to Statistics table.
-
-2008-12-19 Stéphane Raimbault <stephane raimbault gmail com>
-
- * docs/notes-upgrade.txt: Added information.
-
-2008-12-19 Stéphane Raimbault <stephane raimbault gmail com>
-
- * docs/notes-upgrade.txt: Notes to upgrade after introduced
- changes by r1226.
-
-2008-12-19 Stéphane Raimbault <stephane raimbault gmail com>
-
- * people/models.py: Added missing copyright and new methods for
- the committer.
- * teams/models.py: Tips to keep the current performance.
- * teams/views.py:
- * templates/teams/team_base.html:
- * templates/teams/team_list.html: A coordinator is a usual team
- member with a different role.
-
-2008-12-19 Stéphane Raimbault <stephane raimbault gmail com>
-
- * README: Bump requirement to Python 2.4
-
-2008-12-19 Stéphane Raimbault <stephane raimbault gmail com>
-
- * docs/DataModel.odg: Updated data model documentation.
-
-2008-12-19 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/views.py: Removed useless ugettext_lazy import.
-
-2008-12-15 Claude Paroz <claude 2xlibre net>
-
- * people/models.py: Use username (slug) instead of id for get_absolute_url.
- * people/urls.py: Rename one of the two 'person' url pattern so as to be
- unique.
-
-2008-12-15 Stéphane Raimbault <stephane raimbault gmail com>
-
- * teams/models.py: Fix typo commiter -> committer.
-
-2008-12-15 Stéphane Raimbault <stephane raimbault gmail com>
-
- * languages/views.py: Just a \n!
- * people/models.py: Added is_committer, is_reviewer and
- is_translator methods.
- * people/urls.py: Add a FIXME
- * stats/views.py: Removed profiler loading (time_spent not called)
- * teams/models.py:
- * teams/views.py: Fix typo commiter -> committer
- * templates/module_list.html: Removed spaces
-
-2008-12-13 Claude Paroz <claude 2xlibre net>
-
- * common/views.py: Add site_register and activate_account views to support
- registration.
- * media/css/main.css: Add help and errorlist classes for forms display.
- * people/forms.py: New RegistrationForm class.
- * people/models.py: New activation_key field to support registration.
- * people/urls.py: More precise matches with 'begin of line' (^).
- * templates/error.html: Added general-purpose error template.
- * templates/login.html:
- * templates/logout_form.html: Externalize logout form.
- * templates/people/person_detail.html: Allow logout from 'profile'
- template.
- * templates/register.html:
- * templates/register_success.html: New templates for registration.
- * urls.py: Add registration urls.
-
-2008-12-12 Claude Paroz <claude 2xlibre net>
-
- * people/forms.py: Form to enable a person to join a team as translator.
- * people/urls.py:
- * people/views.py: Replace generic view for 'person' to be able to handle
- team membership form.
- * stats/models.py: Typo in comment.
- * teams/forms.py: Form to edit membership status.
- * teams/models.py: Enrich team API with membership functions. Add new Role
- class to store membership info.
- * teams/views.py: Prepare team membership content and handle form post
- (change membership).
- * templates/people/person_detail.html: Add team membership and join form.
- * templates/teams/team_detail.html: Add team membership display and form.
-
-2008-12-09 Claude Paroz <claude 2xlibre net>
-
- * media/css/rtl.css: Improved RTL display.
- * stats/models.py: get_lang() was not fully translated.
- * templates/release_detail.html:
- * templates/stats_show.html: graphs alignment depends on language
- direction.
-
-2008-12-09 Claude Paroz <claude 2xlibre net>
-
- * templates/base.html: LANGUAGE_CODE and LANGUAGE_BIDI are offered
- through RequestContext.
-
-2008-12-08 Claude Paroz <claude 2xlibre net>
-
- * people/models.py:
- * teams/models.py: Use EmailField for email content fields.
- * templates/person_base.html: Omitted fixes for no_spam... function names.
-
-2008-12-08 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Fixed renamed fields.
-
-2008-12-08 Claude Paroz <claude 2xlibre net>
-
- * templates/module_detail.html: Don't insert newlines inside blocktrans
- unless '\n' appears in the msgstr.
-
-2008-12-07 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/models.py: Remove a loop with a better SQL query in
- Module.get_head_branch(). More simple is_head function (looks for
- SVN/trunk too). Module.compare_branches is now a __cmp__ method of
- Branch. Faster Branch.has_string_frozen(). Use a simple list() in
- get_branches to avoid the list comprehension. New
- BRANCH_HEAD_NAMES tuple to respect the DRY principle. Remove a
- list comprehension on dict.items() whereas dict.values returns the
- same result. PEP-8 on Information, ArchivedInformation and
- ArchivedStatistics.
- * templates/module_detail.html: Replaced 'i' by 'em' and 'b' by 'strong'
- Fix missing </a>. HTML indent.
- * templates/languages/language_release_stats.html
- * templates/stats_show.html: PEP-8 on Information.
-
-2008-12-06 Claude Paroz <claude 2xlibre net>
-
- * stats/management/commands/update-stats.py: Redirect error messages to
- stderr.
- * stats/models.py: Handle the case where domain.dtype is unknown.
-
-2008-12-05 Stéphane Raimbault <stephane raimbault gmail com>
-
- * templates/release.html:
- * templates/module.html:
- * templates/stats: Deleted. I hate Subversion ;)
-
-2008-12-05 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/management/commands/update-stats.py: Added comments.
- * stats/models.py: Added comments.
- * stats/utils.py: Minor PEP-8.
- * stats/views.py: *_detail as generic views.
- * templates/module_detail.html:
- * templates/release_detail.html: New names.
- * stats/management/commands/migrate.py: Removed (migrated).
-
-2008-12-02 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Launch the update_stats method asynchronously when
- creating a new branch.
-
-2008-12-01 Stéphane Raimbault <stephane raimbault gmail com>
-
- Same feature as previous commit, just more simple!
-
- * common/templatetags/list_to_columns.py: New name and updated.
- * common/templatetags/list_to_three_columns.py:
- * media/css/style.css: Only one column definition.
- * templates/module_list.html:
- * templates/languages/language_list.html: Natural column order.
-
-2008-11-30 Stéphane Raimbault <stephane raimbault gmail com>
-
- Replace the CSS 3 attribute 'column-count' (and relatives) by a
- more ordinary CSS layout (fix strange behaviour with FF3 and works
- with IE).
-
- * common/templatetags:
- * common/templatetags/__init__.py:
- * common/templatetags/list_to_three_columns.py: New template tag
- to split a list into 3 columns.
- * media/css/style.css: Added 3 columns layout.
- * settings_sample.py: Added common app.
- * templates/languages/language_list.html:
- * templates/module_list.html: Use the new template tag.
-
-2008-11-30 Stéphane Raimbault <stephane raimbault gmail com>
-
- * templates/admin/base_site.html: Link to the Home page and admin
- interface title.
-
-2008-11-27 Claude Paroz <claude 2xlibre net>
-
- * templates/people/person_list.html: Simplify and fix people image
- display.
-
-2008-11-27 Stéphane Raimbault <stephane raimbault gmail com>
-
- * people/urls.py: Fixed people list.
-
-2008-11-27 Claude Paroz <claude 2xlibre net>
-
- * media/img/edit.png: Icon for editing.
- * people/urls.py: Add the possibility to display people by username.
- * stats/models.py: New method can_edit_branches for checking permissions.
- Add pre_save check for Branch to verify existence prior to creation.
- * stats/templatetags/stats_extras.py: Custom template filter to join text
- with url, suitable for translatable string without url.
- * templates/module_edit_branches.html:
- * stats/forms.py:
- * stats/views.py: Template, form and view to edit module branches.
- * templates/base.html: Use new template filter to show connected username
- with link.
- * templates/module.html: Add icon for editing branches. Correct if test.
- * urls.py: URL for new view, and for people username.
-
-2008-11-24 Stéphane Raimbault <stephane raimbault gmail com>
-
- * vertimus/models.py: Work in progress.
- * vertimus/tests/__init__.py: Added better unit tests
- * vertimus/workflow_state.py: Removed.
-
-2008-11-22 Claude Paroz <claude 2xlibre net>
-
- * stats/management/commands/update-trans.py: Prevent empty string in
- database-content.py.
-
-2008-11-22 Claude Paroz <claude 2xlibre net>
-
- * README: Add note about translation handling.
-
-2008-11-22 Claude Paroz <claude 2xlibre net>
-
- * README: Add note about OpenID optional support.
- * common/views.py: site_login view handles the login process.
- * media/css/login.css: New css specific to login.html.
- * media/css/main.css: Add errornote style for showing messages.
- * settings_sample.py: Add LOGIN_URL variable (may be used by
- login_required decorator).
- * languages/views.py:
- * stats/views.py:
- * teams/views.py: Use more complete RequestContext to be able to access
- user variable in templates.
- * templates/base.html: Add support for showing user messages and for
- adding extra headers (css, js, etc.).
- * templates/login.html: New template for login.
- * urls.py: Add login view.
-
-2008-11-22 Claude Paroz <claude 2xlibre net>
-
- * common/views.py: Use RequestContext to be able to access user object in
- template.
- * media/css/main.css: Style for div#authenticated.
- * templates/500.html: The server error template was missing.
- * templates/base.html: Show username if logged in.
- * urls.py: Add URLs path if django_openid is installed.
-
-2008-11-19 Claude Paroz <claude 2xlibre net>
-
- * stats/utils.py: sortObjectList uses a method to get sorting key, which
- is more flexible.
- * stats/views.py: Pass a method to sortObjectList.
- * templates/module_list.html: Use module.get_description for translated
- name.
-
-2008-11-18 Claude Paroz <claude 2xlibre net>
-
- * stats/views.py: One get_object_or_404 was missing.
- * templates/languages/language_release.html: s/external/xternal to match
- RELEASE_STATUS_CHOICES.
-
-2008-11-16 Stéphane Raimbault <stephane raimbault gmail com>
-
- * README: Notes to install django-debug-toolbar.
- * settings_sample.py: Added django-debug-toolbar settings.
-
-2008-11-16 Stéphane Raimbault <stephane raimbault gmail com>
-
- * README: Added note about django-evolution.
- * settings_sample.py: Added django-evolution settings and move
- MANAGERS nearer to ADMINS.
- * stats/admin.py:
- * stats/management/commands/copy-release.py:
- * stats/management/commands/copy-release:
- * stats/models.py: Fixed freezed -> frozen.
- * templates/module.html: Renamed category.category into
- category.name and stringfrozen into string_frozen
- * vertimus/models.py: Adjustments.
- * vertimus/workflow_state.py: Fix tests.
- * vertimus/templates: Deleted.
-
-2008-11-14 Claude Paroz <claude 2xlibre net>
-
- * languages/models.py: Provide summary stats for default categ. Corrected
- link for svn_path.
- * languages/views.py:
- * templates/teams/team_detail.html: Don't try to translate the language
- locale (only if human-readable name).
-
-2008-11-14 Claude Paroz <claude 2xlibre net>
-
- * languages/views.py: Add current date in tar.gz filename.
- * urls.py: Permit @ in locale in url.
-
-2008-11-14 Claude Paroz <claude 2xlibre net>
-
- * languages/views.py:
- * stats/views.py:
- * teams/views.py: Use get_object_or_404 shortcut for retrieving objects.
- * stats/models.py: Get rid of warning messages from msgcat. Improve
- iteration algorithm with islice.
-
-2008-11-14 Claude Paroz <claude 2xlibre net>
-
- * templates/404.html: Add a 404 template.
-
-2008-11-13 Claude Paroz <claude 2xlibre net>
-
- * languages/urls.py:
- * languages/views.py: Restore previous damned-lies XML functionality for
- parsing with external apps like Vertimus.
-
-2008-11-13 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: New module.get_description, potbase name changed for
- help pot files (eog-head.HEAD.fr.po instead of help.HEAD.fr.po). Various
- small improvements.
- * templates/module.html:
- * stats/views.py: Replace translated_name by a method call.
-
-2008-11-12 Claude Paroz <claude 2xlibre net>
-
- * languages/views.py: Distinguish between ui and doc in the tar filename.
-
-2008-11-12 Claude Paroz <claude 2xlibre net>
-
- * languages/urls.py: Add url corresponding to tarball.
- * languages/views.py: Add view to get tarball.
- * stats/models.py: get_lang_files function to get all po/pot files for a
- release and a language (doc/ui separated).
- * templates/languages/language_release_stats.html: Add a link to download
- all po files (ui/doc).
- Fixes #114122.
-
-2008-11-12 Claude Paroz <claude 2xlibre net>
-
- * settings_sample.py: Add SERVER_EMAIL and EMAIL_SUBJECT_PREFIX for
- sending mail.
- * stats/management/commands/update-stats.py: Send mail to admins when
- something go wrong during module update.
- * stats/models.py: Fixed trivial error.
- * urls.py: Support '-' in potbase name.
-
-2008-11-12 Claude Paroz <claude 2xlibre net>
-
- * media/css/main.css: Add style for error listing.
- * stats/admin.py: Add Information inline on Statistics admin detail.
- * stats/utils.py: Missing comma in unique tuple. No need to output entire
- path in error message.
- * stats/models.py: Add 'all_errors' in language stats, so as we can output
- an error summary.
- Fixes #411248.
- * templates/languages/language_release_stats.html: Display errors in stats
- and an error summary at the bottom.
- * templates/module_images.html: Translate domain description.
-
-2008-11-10 Claude Paroz <claude 2xlibre net>
-
- * TODO: Updated.
- * stats/conf/settings_sample.py: Remove obsolete variables.
- * stats/models.py: Don't select POT files in get_global_stats.
- * stats/views.py: webroot now unused.
- * templates/stats_show.html: Hard-coded link replaced by url tag.
- * templates/teams/team_base.html: New factorized team basic display.
- * templates/languages/language_release.html:
- * templates/teams/team_detail.html: Use team_base.html.
- * urls.py: Added ending slash.
-
-2008-11-10 Claude Paroz <claude 2xlibre net>
-
- * README: Fixed typos.
- * TODO: i18n done.
- * stats/models.py: Set msgid-bugs-address in pot files.
- Fixes #555456.
- * stats/views.py: Allow serving release list in JSON and XML.
- * urls.py: Add format specifying in URLs for releases.
-
-2008-11-10 Claude Paroz <claude 2xlibre net>
-
- * stats/management/commands/update-trans.py: Triple quotes strings to
- avoid quote escaping.
- * teams/models.py: Add get_description (translated description).
- * templates/teams/team_detail.html: Use get_description for correct team
- lang translation.
-
-2008-11-09 Claude Paroz <claude 2xlibre net>
-
- * stats/management/commands/update-trans.py: Extract module.comment for
- translation.
- * stats/models.py: Added 'proposed' in category choices.
- * templates/languages/language_list.html:
- * templates/person_base.html:
- * templates/teams/team_list.html: Compacted blocktrans for a more nicer
- output in .po files (avoid unnecessary newlines).
- * templates/module_list.html: Fixed capitalization.
-
-2008-11-08 Claude Paroz <claude 2xlibre net>
-
- * .cvsignore/.htaccess: Remove old files.
-
-2008-11-08 Claude Paroz <claude 2xlibre net>
-
- * po/README.translators: Added explanation about special translation
- process of D-L.
- * people/admin.py: Improve People browsing.
- * stats/management/commands/update-trans.py: When language is 'en',
- generate a pot file. Updated database queries for translatable strings.
- * stats/models.py: Document the update_stats method and add support for
- custom pot generation.
- Added new Domain.pot_method field.
- * stats/utils.py: Move the generic pot generation function in Domain
- class.
-
-2008-11-08 Claude Paroz <claude 2xlibre net>
-
- * stats/admin.py: Enrich Release editing in admin, allowing branch choice.
-
-2008-11-08 Claude Paroz <claude 2xlibre net>
-
- * languages/urls.py: Fixed regression: /languages/ll redirect to
- corresponding team page.
- * stats/models.py: Get human-readable category name.
- * templates/languages/language_release_stats.html: Use new catname.
-
-2008-11-08 Claude Paroz <claude 2xlibre net>
-
- * stats/admin.py: Add Domain class to admin UI, and domain inline in
- Moudle admin.
- * teams/urls.py: Priority to slug URL.
-
-2008-11-08 Claude Paroz <claude 2xlibre net>
-
- * languages/models.py: get_name/get_team_url API addition.
- * languages/urls.py: Permit '@' in urls for language.
- * people/models.py: Remove deprecated _old_id.
- * stats/models.py: Temporary fix for ooo-build speciality. Replace
- external by xternal for ordering purposes.
- * teams/models.py: Added get_languages method, and FakeTeam class to
- provide for locales without team.
- * teams/urls.py:
- * teams/views.py: Replaced generic view by a normal view to handle
- FakeTeam teams.
- * templates/languages/language_list.html: Use new get_team_url/get_name
- methods.
- * templates/teams/team_detail.html: Adapted to handle FakeTeam use case.
-
-2008-11-08 Claude Paroz <claude 2xlibre net>
-
- * teams/models.py: Replaced default by blank.
- * templates/base.html: Updated footer.
-
-2008-11-07 Claude Paroz <claude 2xlibre net>
-
- * languages/urls.py: Some locales contain a '-'.
- * stats/management/commands/compile-trans.py: This is a NoArgsCommand.
- * stats/management/commands/copy-release.py: New command to copy an
- existing release and use HEAD branches.
- * stats/models.py: Added new get_head_branch method (for copy-release).
-
-2008-11-07 Claude Paroz <claude 2xlibre net>
-
- * people/models.py: Set default ordering for people.
- * languages/urls.py:
- * languages/views.py:
- * stats/models.py:
- * stats/views.py:
- * templates/languages/language_release.html:
- * templates/release.html:
- * templates/release_list.html:
- * templates/stats_show.html:
- * templates/teams/team_detail.html:
- * urls.py: Use (slug) release.name instead of id in release URLs.
-
-2008-11-07 Claude Paroz <claude 2xlibre net>
-
- * people/models.py: Permit users without passwords (or '!').
- * settings_sample.py: Make admin media a subdir of media.
- * stats/management/commands/update-stats.py: Fixed typo.
- * stats/models.py: Replace default=None by blank=True in models.
- * urls.py:
- * stats/urls.py: Moved urls in /urls.py so as /module and /release urls
- are in the root.
-
-2008-11-07 Stéphane Raimbault <stephane raimbault gmail com>
-
- * languages/admin.py:
- * stats/admin.py:
- * stats/models.py:
- * teams/admin.py: Enhanced administration interface (display name,
- search, ordering, etc).
-
-2008-11-07 Stéphane Raimbault <stephane raimbault gmail com>
-
- * TODO: Removed item.
- * people/models.py: Removed old functions and added comments
- * stats/models.py: Added new related name maintains_modules.
- * teams/models.py: Renamed coordinates to coordinates_teams.
- * templates/person_base.html: Use new relations.
-
-2008-11-06 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: branch.releases should be iterated with all().
-
-2008-11-06 Claude Paroz <claude 2xlibre net>
-
- * docs/scgi-sample-init-script.txt:
- * README: Added some hints about running Django as CGI.
-
-2008-11-06 Claude Paroz <claude 2xlibre net>
-
- * languages/models.py:
- * people/models.py:
- * stats/models.py:
- * teams/models.py: Add some more default values.
- * stats/admin.py: Improve module admin form.
- * stats/management/commands/update-trans.py: Update field name from
- category table.
-
-2008-11-03 Stéphane Raimbault <stephane raimbault gmail com>
-
- Moved language components to their own 'languages' application.
-
- * languages/admin.py: Register the new model.
- * languages/models.py: Moved from stats.models with adjustments.
- * languages/urls.py: Moved from stats.urls with adjustments.
- * languages/views.py: Moved from stats.views with adjustments.
- * settings_sample.py: Added teams, people and languages.
- * stats/admin.py:
- * stats/management/commands/migrate.py:
- * stats/models.py: Removed Language and duplicate slug_locale().
- Renamed lang in lang_name and langcode in lang_locale.
- * stats/urls.py: Removed old URL.
- * stats/views.py: Removed languages() and languagerelease().
- * teams/models.py:
- * teams/views.py: Fix wrong import from stats.
- * templates/languages/language_list.html: Remove useless spaces in
- title. It's simpler to directly call the team URL.
- * templates/languages/language_release.html: Use locale for locale
- and avoid a duplicate assignment.
- * templates/languages/language_release_stats.html:
- * templates/release.html: Use locale for locale!
- * templates/teams/team_detail.html: New name for the view
- language_release.
- * urls.py: Add the languages application.
- * vertimus/models.py: Updated imports.
-
-2008-11-03 Stéphane Raimbault <stephane raimbault gmail com>
-
- * templates/person_base.html: Fixed team URL and missing </li>.
-
-2008-11-02 Stéphane Raimbault <stephane raimbault gmail com>
-
- Moved person components to their own 'people application.
-
- * TODO: Updated.
- * people/admin.py: Moved from stats.admin
- * people/models.py: Used name relation in translates()
- * people/urls.py: Generic views only.
- * stats/admin.py: Updated with new Team and Person models.
- * stats/management/commands/migrate.py: Idem.
- * stats/models.py: Removed Person class.
- * stats/urls.py:
- * stats/utils.py:
- * stats/views.py: Removed old views.
- * teams/admin.py:
- * teams/models.py: Renamed model relation from managed_teams to
- coordinates.
- * teams/urls.py: Restored pageSection.
- * templates/people.html:
- * templates/people/person_detail.html: Removed hack.
- * templates/people/person_list.html:
- * templates/person_base.html: Used get_absolute_url.
- * templates/stats/person_detail.html:
- * urls.py:
-
-2008-11-02 Stéphane Raimbault <stephane raimbault gmail com>
-
- Moved teams components to their own 'teams' application.
-
- * common/utils.py:
- * common/views.py: Moved home.
- * stats/models.py:
- * stats/urls.py: Removed useless admin.autodiscover().
- * stats/views.py: Removed hard URL for coordinator.
- * teams/models.py: Add get_absolute_url.
- * teams/urls.py: A team is accessible by its id or its name.
- * teams/views.py: Use the generic view for detail.
- * templates/base.html: Removed rtl not used and wrong on body tag.
- * templates/team_detail.html:
- * templates/team_list.html:
- * templates/teams/team_detail.html: Use team.language_set.all.
- * templates/teams/team_list.html: Use team and coordinator
- get_absolute_url().
- * urls.py: Updated for index and teams.
-
-2008-11-02 Stéphane Raimbault <stephane raimbault gmail com>
-
- * README: Added information about the ANSI_QUOTES setting
- server-side.
- * stats/management/commands/migrate.py: Removed stupid pdb call
- from my previous commit.
- * stats/urls.py: Added comment.
-
-2008-11-02 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/conf/settings_sample.py: Added setting to use an external
- MySQL database.
- * stats/management/commands/migrate.py: Use the new settings. Fix
- return from migrate_stats when the old_statistics table doesn't
- exist.
-
-2008-11-01 Claude Paroz <claude 2xlibre net>
-
- * stats/management/commands/migrate.py: Adapted to model change and
- reintroduced migrate_stats (conditionally import an old_statistics table
- to be able to test with real and massive data).
- * stats/models.py: Changed model (category is now the manytomany
- intermediate table between branch and release, permitting a branch to be
- in multiple releases.
- * stats/urls.py: Add the '+' char as a valid char for module name (for
- gtk+).
- * docs/DataModel.odg: Updated.
-
-2008-11-01 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/urls.py: Removed incorrect '*' in regexp on toplevel
- URL (repeats the previous expression). Use simpler [\w-] instead
- of (\w|-).
-
-2008-11-01 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/urls.py: Fixed URL parsing for module and branch
- names. Stricter with release ID and team names.
-
-2008-11-01 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/models.py: Fixed invalid SQL query (detected by
- PostgreSQL). Code formatting cleanups.
-
-2008-10-28 Claude Paroz <claude 2xlibre net>
-
- * TODO:
- * stats/defaults.py: Deleted, all settings now in stats/conf/settings.py
- * templates/base.html: Get LANGUAGE_CODE from global function.
-
-2008-10-28 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Missing branch name in po file name produced by
- update-stats.
- * stats/views.py: Fixed typo in template name.
- * templates/index.html:
- * TODO: Hardcoded '/stats/teams' in index.html fixed.
-
-2008-10-28 Stéphane Raimbault <stephane raimbault gmail com>
-
- * README:
- * settings_sample.py: Notes about databases configuration.
-
-2008-10-27 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Language has no 'Language' field, but 'language'.
- * templates/module.html: Use person_base to display maintainers.
-
-2008-10-27 Claude Paroz <claude 2xlibre net>
-
- * stats/conf/settings_sample.py: Herit DATABASE_ENGINE setting.
- * stats/models.py: Add Language methods to normalize/denormalize
- langcode in URLs (URL resolver doesn't support @ char).
- Requote release table, but with ANSI quotes, and set adequate mode
- when DB backend is MySQL.
- Prevent divide by 0 in get_global_stats.
- * stats/views.py: Handle case where langcode is "slug" normalized.
- * templates/person_base.html: maintains and translates are now methods
- from Person object.
- * templates/release.html: url tag needs {%
-
-2008-10-26 Stéphane Raimbault <stephane raimbault gmail com>
-
- * TODO: Add some items
- * stats/models.py: Add some get_absolute_url. Don't escape release
- name with PostgreSQL.
- * stats/urls.py: Add explicit names.
- * stats/views.py: Remove all webroot except one.
- * templates/*.html: Get rid of webroot with url filter or
- get_absolute_url. Use the Django convention to name the template
- files.
- * urls.py: Define the index view.
-
-2008-10-26 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/views.py:
- * templates/index.html: Fix incorrect variable name
- translator_credit. Fix missing assignment after replace
- call. Remove useless '<' and '>' replacements in Django
- template. Format only in the template with a filter.
-
-2008-10-26 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/admin.py:
- * stats/urls.py:
- * templates/list-modules.html:
- * templates/person-base.html:
- * urls.py: Removed constraint on the project name (easier to
- deploy).
-
-2008-10-26 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/conf_settings_sample.py: Renamed from settings.py to avoid
- wrong commits. Added to svn:ignore property.
- * README: Added note to rename the file at installation time.
-
-2008-10-26 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/models.py: Fix plural forms in admin interface.
-
-2008-10-26 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/management/commands/migrate.py: SVN is our memory :)
- * stats/management/commands/update-stats.py: Minor changes.
-
-2008-10-26 Stéphane Raimbault <stephane raimbault gmail com>
-
- * README: Added note about Sites setting.
- * TODO: Added item to use username instead of person_id.
- * stats/models.py: Defined get_absolute_url for Person. Explicit
- relation name between coordinator and person to not mix up with
- 'groups'.
- * stats/urls.py: Use a generic view for person.
- * stats/views.py: Remove the deprecated view.
- * templates/person-base.html: Use get_absolute_url
- * templates/person.html: Renamed in person_detail.html
- * templates/stats/person_detail.html: Use object instead of person
- and add an ugly hack to use person into the included template.
-
-2008-10-26 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/admin.py: Added Person to admin interface.
-
-2008-10-25 Claude Paroz <claude 2xlibre net>
-
- * stats/admin.py: Added more objects to admin interface.
- * stats/models.py: Added more __unicode__ functions and ordering table
- attribute for better display in admin mode.
-
-2008-10-24 Claude Paroz <claude 2xlibre net>
-
- * stats/management/commands/compile-trans.py:
- * stats/management/commands/update-trans.py: Added scripts to manage
- translations (wrappers to makemessages and compilemessages).
- * stats/management/commands/migrate.py: Don't migrate Stats, they should
- be regenerated by update-stats script.
- * stats/utils.py: Removed N_ shortcut, because strings are not extracted.
- * stats/models.py: Reworked Statistics (old fields removed, field names
- lowercased).
- * templates/language-release-stats.html: Use lowercase field names from
- Statistics.
-
-2008-10-24 Claude Paroz <claude 2xlibre net>
-
- * TODO: update-stats is now complete.
- * settings_sample.py: Use locale middleware.
- * stats/models.py: Coerce percentages to int type. Quote release table as
- it is a protected word in mysql.
- * templates/team.html:
- * stats/views.py: team template should be displayable even when there is
- no team for a language.
- * templates/show-stats.html: Use new description_get function for domain.
-
-2008-10-23 Claude Paroz <claude 2xlibre net>
-
- * stats/models.py: Finished update-stats implementation.
- * stats/utils.py: Added more functions to generate doc stats.
- * templates/module.html: 'Translation' and 'Documentation' should only
- appear when domain > 1
- * templates/show-stats.html: Missing webroot.
-
-2008-10-23 Claude Paroz <claude 2xlibre net>
-
- * README: Add stats/conf/settings.py notice.
- * stats/conf/settings.py: Remove my local paths
- * stats/management/commands/migrate.py: Take xml_base value from settings.
- Don't import nobody.png in database.
- * stats/urls.py: Take static document_root from settings.
- * templates/person-base.html: nobody.png is not any more in DB.
-
-2008-10-23 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/urls.py: Fixed argument for Team.
- * templates/person-base.html: Reverted missing webroot.
-
-2008-10-23 Stéphane Raimbault <stephane raimbault gmail com>
-
- * settings_sample.py: Removed one template setting.
- * stats/templates/*.tmpl:
- * stats/views.py:
- * templates/*.html: Moved all templates to /templates.
- Rename .tmpl to .html (HTML mode and Django convention).
-
-2008-10-23 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/models.py:
- * stats/templates/module-images.tmpl:
- * stats/templates/show-stats.tmpl: Replace remaining URLs to /data
- * stats/urls.py: Remove the old URL pattern to Claude's directory :)
-
-2008-10-23 Stéphane Raimbault <stephane raimbault gmail com>
-
- Migrate all the static data from /stats/data to /media.
- Update all templates and CSS files.
- Use specific paths for img, css and js.
-
- * settings_sample.py: Added new STATIC_SERVE setting.
- * stats/urls.py: Added URL pattern to static Django view (only for
- development purpose).
-
-2008-10-23 Stéphane Raimbault <stephane raimbault gmail com>
-
- * vertimus/models.py: Fixed test of Vertimus.
-
-2008-10-23 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/templates/list-teams.tmpl:
- * stats/templates/person-base.tmpl:
- * stats/urls.py:
- * stats/views.py:
- * vertimus/models.py: Fixed using of lang_code for Team.
-
-2008-10-23 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/models.py: Add a convenient property to get Person
- fullname.
-
-2008-10-23 Stéphane Raimbault <stephane raimbault gmail com>
-
- * stats/management/commands/migrate.py:
- * stats/models.py:
- * stats/templates/module-images.tmpl:
- * stats/templates/module.tmpl:
- * stats/utils.py: PEP-8 but I don't want to touch Statistics and
- Information for now :-/
-
-2008-10-22 Stéphane Raimbault <stephane raimbault gmail com>
-
- * Fixed svn:ignore property.
-
-2008-10-22 Stéphane Raimbault <stephane raimbault gmail com>
-
- * settings_sample.py: Renamed from settings.py to avoid wrong
- commits. Added to svn:ignore property.
- * README: Added note to rename the file at installation
-
-2008-10-22 Stéphane Raimbault <stephane raimbault gmail com>
-
- Updated Person and Team classes.
-
- * stats/management/commands/migrate.py: Removed app argument. Try
- to split first name and last name. Use svn_accound or email for
- username.
- * stats/models.py: Updated Person and Team classes to respectively
- inherit from User and Group. Replaced too short CharField by
- URLField. Removed duplicate fields (with Django Auth ones). Team
- and Person are now associated by Django.
- * stats/utils.py: PEP-8 changes.
-
-2008-10-22 Claude Paroz <claude 2xlibre net>
-
- * stats/conf/settings.py: Added conf variables for notifications.
- * stats/models.py: Progress with updating statistics (still WIP for docs).
- * stats/potdiff.py: Copied from legacy damned lies.
- * stats/utils.py: Added several utility functions for updating statistics.
-
-2008-10-22 Claude Paroz <claude 2xlibre net>
-
- * stats/management/commands/migrate.py: Allow to migrate with a fresh
- damned-lies checkout (xml.in files).
-
-2008-10-22 Claude Paroz <claude 2xlibre net>
-
- * docs/DataModel.odg: Added vcs_subdir to branch table.
- * stats/conf/settings.py: Added DEBUG variable (referring to global DEBUG)
- * stats/management/commands/migrate.py: Populate vcs_subpath.
- * stats/management/commands/update-stats.py: Added script to update
- statistics.
- * stats/models.py: Added code to checkout branches and skeleton for
- updating stats (wip).
- * stats/templates/language-release-stats.tmpl: Fixed relative path for
- /data content.
-
-2008-10-22 Stéphane Raimbault <stephane raimbault gmail com>
-
- Initial and rough commit of Vertimus features.
-
-2008-10-20 Claude Paroz <claude 2xlibre net>
-
- Initial commit of djangoified Damned-Lies.
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100644
index 9e537ad..0000000
--- a/po/ChangeLog
+++ /dev/null
@@ -1,1653 +0,0 @@
-2009-04-16 Ignacio Casal Quinteiro <icq gnome org>
-
- * gl.po: Updated Galician Transaltion by Antón Méixome.
-
-2009-04-15 Simos Xenitellis <simos gnome org>
-
- * el.po: Updated Greek translation by Fotis Tsamis.
-
-2009-04-14 Khaled Hosny <khaledhosny eglug org>
-
- * ar.po: Updated Arabic translation.
-
-2009-04-09 Milo Casagrande <milo ubuntu com>
-
- * it.po: Updated Italian translation by Luca Ferretti.
-
-2009-04-08 Mario Blättermann <mariobl svn gnome org>
-
- * de.po: Updated German translation.
-
-2009-04-05 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-04-04 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2009-04-03 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2009-03-30 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2009-03-26 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-03-26 MiÈ?u Moldovan <dumol gnome ro>
-
- * ro.po: Added Romanian translation by Alex Szasz
- * LINGUAS: Added 'ro'.
-
-2009-03-26 Philip Withnall <philip tecnocode co uk>
-
- * en_GB.po: Added missing translation.
-
-2009-03-26 Philip Withnall <philip tecnocode co uk>
-
- * en_GB.po: Updated British English translation by Jen Ockwell
- <jenfraggleubuntu gmail com>.
-
-2009-03-24 Gintautas Miliauskas <gintautas miliauskas lt>
-
- * lt.po: Updated Lithuanian translation.
-
-2009-03-24 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-03-23 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2009-03-23 Wouter Bolsterlee <wbolster svn gnome org>
-
- * nl.po: Updated Dutch translation by Wouter Bolsterlee.
-
-2009-03-16 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2009-03-16 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-03-16 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2009-03-15 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2009-03-14 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-03-14 Milo Casagrande <milo ubuntu com>
-
- * it.po: Updated Italian translation.
-
-2009-03-14 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2009-03-14 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2009-03-13 Kostas Papadimas <pkst gnome org>
-
- * el.po: Updated Greek Translation by Fotis Tsamis.
-
-2009-03-12 Milo Casagrande <milo ubuntu com>
-
- * it.po: Updated Italian translation by Luca Ferretti.
-
-2009-03-11 Jonh Wendell <jwendell gnome org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation.
-
-2009-03-10 Wouter Bolsterlee <wbolster svn gnome org>
-
- * nl.po: Updated Dutch translation by Wouter Bolsterlee
- and Vincent van Adrighem.
-
-2009-03-09 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-03-08 Philip Withnall <philip tecnocode co uk>
-
- * en_GB.po: Updated British English translation by Bruce Cowan
- <bcowan fastmail co uk>.
-
-2009-03-07 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2009-03-07 Gintautas Miliauskas <gintas akl lt>
-
- * lt.po: Updated Lithuanian translation.
-
-2009-03-07 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2009-03-06 Milo Casagrande <milo ubuntu com>
-
- * it.po: Updated Italian translation.
-
-2009-03-05 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2009-03-05 Gintautas Miliauskas <gintas akl lt>
-
- * lt.po: Updated Lithuanian translation.
-
-2009-03-05 Jonh Wendell <jwendell gnome org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation.
-
-2009-03-05 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-03-04 Wouter Bolsterlee <wbolster svn gnome org>
-
- * nl.po: Added Dutch translation by Wouter Bolsterlee.
- * LINGUAS: Added 'nl'.
-
-2009-02-23 Timo Jyrinki <timo jyrinki iki fi>
-
- * fi.po: Updated Finnish translation.
-
-2009-02-20 Chao-Hsiung Liao <j_h_liau yahoo com tw>
-
- * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
- * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
-
-2009-02-19 Gil Forcada <gforcada gnome org>
-
- * ca.po: Updated Catalan translation.
-
-2009-02-19 Gabor Kelemen <kelemeng gnome hu>
-
- * hu.po: Translation updated.
-
-2009-02-19 Chao-Hsiung Liao <j_h_liau yahoo com tw>
-
- * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
- * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
-
-2009-02-18 Gintautas Miliauskas <gintas akl lt>
-
- * lt.po: Updated Lithuanian translation.
-
-2009-02-14 Marcel Telka <marcel telka sk>
-
- * sk.po: Updated Slovak translation by Pavol Å imo.
-
-2009-02-12 Marcel Telka <marcel telka sk>
-
- * sk.po: Updated Slovak translation by Pavol Å imo.
-
-2009-02-11 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-02-09 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-02-07 Gintautas Miliauskas <gintas akl lt>
-
- * lt.po: Updated Lithuanian translation.
-
-2009-02-05 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2009-02-04 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2009-02-04 Gintautas Miliauskas <gintas akl lt>
-
- * lt.po: Updated Lithuanian translation.
-
-2009-02-04 Christian Kirbach <Christian Kirbach googlemail com>
-
- * de.po: Updated German translation.
-
-2009-02-03 Stéphane Raimbault <stephane raimbault gmail com>
-
- * LINGUAS: Removed nl entry.
-
-2009-02-03 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2009-02-03 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2009-02-01 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-01-31 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2009-01-30 Gabor Kelemen <kelemeng gnome hu>
-
- * hu.po: Translation updated.
-
-2009-01-30 Gintautas Miliauskas <gintas akl lt>
-
- * lt.po: Updated Lithuanian translation.
-
-2009-01-30 Jonh Wendell <jwendell gnome org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation by Enrico
- Nicoletto and myself.
-
-2009-01-29 Gil Forcada <gforcada gnome org>
-
- * ca.po: Updated Catalan translation.
-
-2009-01-27 Yuriy Penkin <yuriy penkin gmail com>
-
- * ru.po: Updated Russian translation
-
-2009-01-27 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2009-01-26 Jonh Wendell <jwendell gnome org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation.
-
-2009-01-25 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-01-25 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2009-01-25 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2009-01-23 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2009-01-21 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2009-01-21 Timo Jyrinki <timo jyrinki iki fi>
-
- * fi.po: Updated Finnish translation.
-
-2009-01-21 Funda Wang <fundawang gmail com>
-
- * zh_CN.po: Updated zh_CN translation.
-
-2009-01-21 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-01-20 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2009-01-21 Funda Wang <fundawang gmail com>
-
- * zh_CN.po: Updated zh_CN translation.
-
-2009-01-21 Funda Wang <fundawang gmail com>
-
- * zh_CN.po: Updated zh_CN translation.
-
-2009-01-20 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2009-01-19 Funda Wang <fundawang gmail com>
-
- * zh_CN.po: Updated zh_CN translation.
-
-2009-01-19 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-01-18 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2009-01-18 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian traslation.
-
-2009-01-17 Christian Kirbach <Christian Kirbach googlemail com>
-
- * de.po: Updated German translation.
-
-2009-01-15 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2009-01-15 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-01-13 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2009-01-13 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2009-01-12 Wadim Dziedzic <wdziedzic aviary pl>
-
- * pl.po: Updated Polish translation by Piotr Makowski.
-
-2009-01-12 Gintautas Miliauskas <gintas akl lt>
-
- * LINGUAS: Added 'lt'.
- * lt.po: Added Lithuanian translation.
-
-2009-01-12 Theppitak Karoonboonyanan <thep linux thai net>
-
- * LINGUAS: Added 'th'.
- * th.po: Added Thai translation.
-
-2009-01-11 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-01-11 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation by Milo Casagrande.
-
-2009-01-10 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-01-10 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2009-01-10 Vincent van Adrighem <adrighem gnome org>
-
- * nl.po: New Dutch translation
-
-2009-01-10 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2009-01-08 Chao-Hsiung Liao <j_h_liau yahoo com tw>
-
- * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
- * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
-
-2009-01-07 Gabor Kelemen <kelemeng gnome hu>
-
- * hu.po: Translation updated.
-
-2009-01-06 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2009-01-06 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2009-01-06 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-01-06 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2009-01-06 Funda Wang <fundawang gmail com>
-
- * zh_CN.po: Updated zh_CN translation.
-
-2009-01-05 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2009-01-05 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2009-01-02 Funda Wang <fundawang gmail com>
-
- * zh_CN.po: Updated zh_CN translation.
-
-2009-01-02 Yair Hershkovitz <yairhr gmail com>
-
- * he.po: Updated Hebrew translation.
-
-2009-01-02 Funda Wang <fundawang gmail com>
-
- * zh_CN.po: Updated zh_CN translation.
-
-2009-01-01 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2009-01-01 Gabor Kelemen <kelemeng gnome hu>
-
- * hu.po: Translation updated.
-
-2008-12-31 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-12-31 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-12-30 Jonh Wendell <jwendell gnome org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation.
-
-2008-12-30 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2008-12-30 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-12-30 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-12-30 Marcel Telka <marcel telka sk>
-
- * sk.po: Updated Slovak translation by Pavol Å imo.
-
-2008-12-30 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-12-30 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-12-30 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-12-30 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-12-29 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-12-27 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-12-25 Marcel Telka <marcel telka sk>
-
- * sk.po: Updated Slovak translation by Pavol Å imo.
-
-2008-12-15 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-12-15 Timo Jyrinki <timo jyrinki iki fi>
-
- * fi.po: Updated Finnish translation.
-
-2008-12-15 Gabor Kelemen <kelemeng gnome hu>
-
- * hu.po: Translation updated.
-
-2008-12-10 Yair Hershkovitz <yairhr gmail com>
-
- * he.po, LINGUAS: Added Hebrew translation.
-
-2008-12-7 Djihed Afifi <djihed gmail com>
-
- * ar.po: Updated Arabic Translation by Khaled Hosny.
-
-2008-12-03 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-11-30 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2008-11-25 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2008-11-24 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-11-24 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2008-11-22 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-11-20 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-11-19 Marcel Telka <marcel telka sk>
-
- * sk.po: Updated Slovak translation by Pavol Å imo.
-
-2008-11-18 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-11-17 Marcel Telka <marcel telka sk>
-
- * sk.po: Updated Slovak translation by Pavol Å imo.
- * README.translators: Removed duplicate text.
-
-2008-11-16 Mario Blättermann <mariobl svn gnome org>
-
- * de.po: Updated German translation.
-
-2008-11-14 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2008-11-11 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-11-10 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2008-11-09 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-11-09 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2008-11-09 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-10-20 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2008-10-20 Jordi Mallach <jordi sindominio net>
-
- * ca.po: Updated Catalan translation.
-
-2008-10-19 Petr Kovar <pknbe volny cz>
-
- * cs.po: Updated Czech translation.
-
-2008-10-19 Funda Wang <fundawang gmail com>
-
- * zh_CN.po: Updated zh_CN translation.
-
-2008-10-16 Marcel Telka <marcel telka sk>
-
- * sk.po: Updated Slovak translation by Pavol Å imo.
-
-2008-10-16 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-10-16 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2008-10-15 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-10-14 Nickolay V. Shmyrev <nshmyrev yandex ru>
-
- * ru.po: Updated Russian translation by
- Yuriy Penkin.
-
-2008-10-12 Petr Kovar <pknbe volny cz>
-
- * cs.po: Updated Czech translation by Lucas Lommer.
-
-2008-10-08 Kjartan Maraas <kmaraas gnome org>
-
- * nb.po: Updated Norwegian bokmål translation.
-
-2008-10-04 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-10-01 Amanpreet Singh Alam <aman svn gnome org>
-
- * pa.po: Punjabi (pa) Translation added
- * LINGUAS: pa added to list
-
-2008-09-28 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2009-09-27 Gil Forcada <gforcada gnome org>
-
- * ca.po: Updated Catalan translation.
-
-2008-09-26 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2008-09-23 Gabor Kelemen <kelemeng gnome hu>
-
- * hu.po: Translation updated.
-
-2008-09-16 Kenneth Nielsen <k nielsen81 gmail com>
-
- * da.po: Updated Danish translation by Mads P. Rommedahl
-
-2008-09-11 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2008-09-10 Goran RakiÄ? <grakic devbase net>
-
- * sr.po: Updated Serbian translation.
-
-2008-08-26 Inaki Larranaga Murgoitio <dooteo euskalgnu org>
-
- * eu.po: Updated Basque translation.
-
-2008-08-20 Timo Jyrinki <timo jyrinki iki fi>
-
- * fi.po: Updated Finnish translation
-
-2008-08-13 Tomasz Dominikowski <tdominikowski aviary pl>
-
- * pl.po: Updated Polish translation
-
-2008-08-11 Tomasz Dominikowski <tdominikowski aviary pl>
-
- * pl.po: Updated Polish translation
-
-2008-08-10 Tomasz Dominikowski <tdominikowski aviary pl>
-
- * pl.po: Added Polish translation
- * LINGUAS: Added pl
-
-2008-08-07 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-07-31 Djihed Afifi <djihed gmail com>
-
- * ar.po: Updated Arabic Translation by Khaled Hosny.
-
-2008-07-31 Djihed Afifi <djihed gmail com>
-
- * ar.po: Updated Arabic Translation by Khaled Hosny.
-
-2008-07-29 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-07-25 Kenneth Nielsen <k nielsen81 gmail com>
-
- * da.po: Added hyphenation to alliviate DL layout issues
-
-2008-07-16 ç??é?²(Lu Gan) <ganlu svn gnome org>
-
- * zh_CN.po: Complete Simplified Chinese translation.
-
-2008-07-11 ç??é?²(Lu Gan) <ganlu svn gnome org>
-
- * zh_CN.po: Add Simplified Chinese translation.
-
-2008-07-07 Timo Jyrinki <timo jyrinki iki fi>
-
- * fi.po: Updated Finnish translation
-
-2008-07-05 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-07-03 Petr Kovar <pknbe volny cz>
-
- * cs.po: Updated Czech translation, thanks to
- Pavel Sefranek for pointing out bad translation.
-
-2008-07-02 Yannig Marchegay <yannig marchegay org>
-
- * oc.po: Updated Occitan translation.
-
-2008-06-23 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-06-21 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-06-17 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-06-16 Erdal Ronahi <erdal ronahi gmail com>
-
- * ku.po: Added Kurdish translations
- * LINGUAS: Added ku
-
-2008-06-11 Yannig Marchegay <yannig marchegay org>
-
- * oc.po: Updated Occitan translation.
-
-2008-06-09 Marcel Telka <marcel telka sk>
-
- * sk.po: Updated Slovak translation by Pavol Å imo.
-
-2008-06-08 Gil Forcada <gforcada gnome org>
-
- * ca.po: Updated Catalan translation by SÃlvia Miranda.
-
-2008-06-03 Lasse Bang Mikkelsen <lbm lbm dk>
-
- * da.po: Updated Danish translation.
-
-2008-06-01 Gabor Kelemen <kelemeng gnome hu>
-
- * hu.po: Translation updated.
-
-2008-05-31 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-05-18 Petr Kovar <pknbe volny cz>
-
- * cs.po: Added Czech translation by Pavel Sefranek.
- * LINGUAS: Added cs.
-
-2008-05-18 Yuriy Penkin <yuriy penkin gmail com>
-
- * ru.po: Updated Russian translation.
-
-2008-05-09 Gabor Kelemen <kelemeng gnome org>
-
- * hu.po: Translation updated.
-
-2008-05-06 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-05-04 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-05-03 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-04-29 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-04-29 Gabor Kelemen <kelemeng gnome org>
-
- * hu.po: Translation added.
- * LINGUAS: Added hu.
-
-2008-04-21 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-04-11 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-04-10 Marcel Telka <marcel telka sk>
-
- * sk.po: Updated Slovak translation by Pavol Å imo.
-
-2008-04-10 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spansih translation.
-
-2008-04-05 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spansih translation.
-
-2008-04-04 Jordi Mallach <jordi sindominio net>
-
- * ca.po: Updated Catalan translation.
-
-2008-04-04 Marcel Telka <marcel telka sk>
-
- * sk.po: Updated Slovak translation by Pavol Å imo.
-
-2008-04-02 Ihar Hrachyshka <booxter lacinka org>
-
- * be latin po: Updated Belarusian Latin translation.
-
-2008-04-02 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-03-29 Ihar Hrachyshka <booxter lacinka org>
-
- * be latin po: Updated Belarusian Latin translation.
-
-2008-03-29 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2008-03-29 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spansih translation.
-
-2008-03-29 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-03-28 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spansih translation.
-
-2008-03-28 Marcel Telka <marcel telka sk>
-
- * sk.po: Updated Slovak translation by Pavol Å imo.
-
-2008-03-26 Djihed Afifi <djihed gmail com>
-
- * ar.po: Updated Arabic Translation by Khaled Hosny.
-
-2008-03-25 Yura Penkin <yura penkin gmail ru>
-
- * ru.po: Updated Russian translation.
-
-2008-03-25 Kenneth Nielsen <k nielsen81 gmail com>
-
- * LINGUAS: Added da to list of languages
- * da.po: Added Danish translation
-
-2008-03-25 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-03-24 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2008-03-16 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-03-16 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-03-16 Claude Paroz <claude 2xlibre net>
-
- reviewed by: <delete if not using a buddy>
-
- * fr.po:
-
-2008-03-16 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-03-14 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-03-14 Andre Klapper <a9016009 gmx de>
-
- * de.po: Updated German translation.
-
-2008-03-14 Andre Klapper <a9016009 gmx de>
-
- * de.po: Updated German translation.
-
-2008-03-13 Chao-Hsiung Liao <j_h_liau yahoo com tw>
-
- * zh_HK.po: Added Traditional Chinese translation(Hong Kong).
- * zh_TW.po: Added Traditional Chinese translation(Taiwan).
-
-2008-03-13 Inaki Larranaga Murgoitio <dooteo euskalgnu org>
-
- * eu.po: Updated Basque translation.
-
-2008-03-13 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-03-13 Gil Forcada <gforcada gnome org>
-
- * ca.po: Updated Catalan translation.
-
-2008-03-10 Marcel Telka <marcel telka sk>
-
- * sk.po: Updated Slovak translation by Pavol Å imo.
-
-2008-03-08 Marcel Telka <marcel telka sk>
-
- * sk.po: Updated Slovak translation by Pavol Å imo.
-
-2008-03-08 Inaki Larranaga Murgoitio <dooteo euskalgnu org>
-
- * eu.po: Updated Basque translation.
-
-2008-03-08 Marcel Telka <marcel telka sk>
-
- * sk.po: Updated Slovak translation by Pavol Å imo.
-
-2008-03-08 Philip Withnall <pwithnall svn gnome org>
-
- * en_GB.po: Updated British English translation.
-
-2008-03-07 Marcel Telka <marcel telka sk>
-
- * sk.po: Added Slovak translation by Pavol Å imo.
- * LINGUAS: Added sk (Slovak).
-
-2008-03-03 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2008-03-03 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-03-03 Ihar Hrachyshka <booxter lacinka org>
-
- * be latin po: Updated Belarusian Latin translation.
-
-2008-02-28 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2008-02-24 �smund Skjæveland <aasmunds ulrik uio no>
-
- * nn.po: Updated Norwegian Nynorsk translation.
-
-2008-02-23 �smund Skjæveland <aasmunds ulrik uio no>
-
- * nn.po: Started Norwegian Nynorsk translation.
- * LINGUAS: Added 'nn' (Norwegian Nynorsk).
-
-2008-02-23 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-02-20 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-02-19 Leonardo Ferreira Fontenelle <leonardof svn gnome org>
-
- * LINGUAS: Added 'pt_BR' (Brazilian Portuguese) entry.
- * pt_BR.po: Initial Brazilian Portuguese translation.
-
-2008-02-19 Gil Forcada <gforcada gnome org>
-
- * ca.po: Updated Catalan translation.
-
-2008-02-18 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2008-02-18 Inaki Larranaga Murgoitio <dooteo euskalgnu org>
-
- * LINGUAS: Added 'eu' (Basque) entry.
- * eu.po: Added Basque translation.
-
-2008-01-13 Ihar Hrachyshka <booxter lacinka org>
-
- * be latin po: Updated Belarusian Latin translation.
- * be.po: Updated Belarusian translation.
-
-2008-01-20 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-01-20 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2008-01-19 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-01-18 Gil Forcada <gforcada gnome org>
-
- * ca.po: Fixed some minor issues thanks to David Planella.
-
-2008-01-16 Gil Forcada <gforcada gnome org>
-
- * ca.po: Updated Catalan translation.
-
-2008-01-14 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2008-01-13 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2008-01-13 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-01-13 Ihar Hrachyshka <booxter lacinka org>
-
- * be latin po: Updated Belarusian Latin translation.
-
-2008-01-12 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-01-09 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2008-01-08 Gil Forcada <gforcada svn gnome org>
-
- * POTFILES.in: Added missing templates.
-
-2008-01-08 Changwoo Ryu <cwryu debian org>
-
- * ko.po: Added Korean translation.
- * LINGUAS: Added 'ko'.
-
-2007-12-31 Yannig Marchegay <yannig marchegay org>
-
- * oc.po: Updated Occitan translation.
-
-2007-12-30 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2007-12-28 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-12-26 Djihed Afifi <djihed gmail com>
-
- * ar.po: Updated Arabic Translation by Khaled Hosny.
-
-2007-12-23 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2007-12-20 Ihar Hrachyshka <booxter lacinka org>
-
- * be.po: Added Belarusian Cyrillic translation.
-
-2007-12-20 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-12-16 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2007-12-15 Ihar Hrachyshka <booxter lacinka org>
-
- * be latin po: Updated Belarusian Latin translation.
-
-2007-12-12 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-12-04 Nikos Charonitakis <nikosx gmail com>
-
- * el.po: Updated Greek translation.
-
-2007-11-21 Yannig Marchegay <yannig marchegay org>
-
- * oc.po: Updated Occitan translation
-
-2007-11-21 Andre Klapper <a9016009 gmx de>
-
- * de.po: Initial German translation.
-
-2007-11-14 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2007-11-13 Ihar Hrachyshka <ihar hrachyshka gmail com>
-
- * be latin po: Updated Belarusian Latin translation.
-
-2007-11-11 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-11-08 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-11-08 Gil Forcada <gforcada svn gnome org>
-
- * ca.po: Some fixes to Catalan translation.
-
-2007-11-01 Gil Forcada <gforcada svn gnome org>
-
- * ca.po: Updated Catalan translation.
-
-2007-11-01 Espen Stefansen <espens svn gnome org>
-
- * nb.po: Updated Norwegian Bokmål translation.
-
-2007-10-24 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2007-10-19 Ihar Hrachyshka <ihar hrachyshka gmail com>
-
- * be latin po: Updated Belarusian Latin translation.
-
-2007-10-17 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2007-10-16 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-10-11 Luca Ferretti <elle uca libero it>
-
- * it.po: Fixing some "" in error tooltips (message truncated)
-
-2007-10-11 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation.
-
-2007-10-11 Ihar Hrachyshka <ihar hrachyshka gmail com>
-
- * be latin po: Updated Belarusian Latin translation.
-
-2007-10-11 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2007-10-11 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-10-10 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2007-10-05 Ihar Hrachyshka <ihar hrachyshka gmail com>
-
- * be latin po: Fixed some bugs in Belarusian Latin translation.
-
-2007-09-25 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2007-09-24 Ihar Hrachyshka <ihar hrachyshka gmail com>
-
- * be latin po: Fixed some bugs in Belarusian Latin translation.
-
-2007-09-23 Ihar Hrachyshka <ihar hrachyshka gmail com>
-
- * be latin po: Added Belarusian Latin translation.
- * LINGUAS: Added be latin
-
-2007-09-22 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2007-09-21 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-09-20 Espen Stefansen <espens svn gnome org>
-
- * nb.po: Updated Norwegian Bokmål translation.
-
-2007-09-20 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2007-09-19 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-09-18 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2007-09-17 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Corrected French translation. Thanks vuntz.
-
-2007-09-16 SÃlvia Miranda <silviam svn gnome org>
-
- * ca.po: Updated Catalan translation.
-
-2007-09-15 Stéphane Raimbault <stephane raimbault gmail com>
-
- * fr.po: Updated French translation.
-
-2007-09-15 Yannig Marchegay <yannig marchegay org>
-
- * oc.po: Updated Occitan translation
-
-2007-09-15 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-09-13 Espen Stefansen <espens svn gnome org>
-
- * nb.po: Added Norwegian Bokmål translation.
- And fixed some stupid errors.
-
-2007-09-10 Luca Ferretti <elle uca libero it>
-
- * it.po: Fixed a stupid typo.
-
-2007-09-10 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2007-09-07 Ignacio Casal Quinteiro <nacho resa gmail com>
-
- * gl.po: Updated Galician Translation.
-
-2007-09-06 Stéphane Raimbault <stephane raimbault gmail com>
-
- * fr.po: Updated French translation.
-
-2007-09-06 Ilkka Tuohela <hile iki fi>
-
- * fi.po: Updated Finnish translation.
-
-2007-09-05 Goran RakiÄ? <grakic devbase net>
-
- * sr.po: Updated Serbian translation.
-
-2007-09-04 Ilkka Tuohela <hile iki fi>
-
- * fi.po: Updated Finnish translation (fixed some
- stupid errors, shown when in use ...)
-
-2007-09-03 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2007-09-03 Ilkka Tuohela <hile iki fi>
-
- * fi.po: Added Finnish translation.
-
-2007-09-02 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-08-31 Djihed Afifi <djihed gmail com>
-
- * ar.po: Updated Arabic Translation by Khaled Hosny.
-
-2007-08-28 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
- * en_GB.po: Removed executable bit.
-
-2007-08-28 Danilo Å egan <danilo gnome org>
-
- * sr.po: Updated Serbian translation.
-
-2007-08-27 Maxim Dziumanenko <dziumanenko gmail com>
-
- * uk.po: Added Ukrainian translation.
-
-2007-08-26 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-08-26 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2007-08-25 Satoru SATOH <ss gnome gr jp>
-
- * ja.po: Updated Japanese translation to unify a term translation.
- * Changelog: Fixed a typo in my last log.
-
-2007-08-20 Ignacio Casal Quinteiro <nacho resa gmail com>
-
- * gl.po: Updated Galician Translation.
-
-2007-08-20 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2007-08-21 Satoru SATOH <ss gnome gr jp>
-
- * ja.po: Updated Japanese translation.
-
-2007-08-20 Luca Ferretti <elle uca libero it>
-
- * it.po: Updated Italian translation.
-
-2007-08-20 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-08-18 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2007-08-17 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-08-15 Adam Weinberger <adamw gnome org>
-
- * LINGUAS: Added en_CA.
- * en_CA.po: Added Canadian English translation.
-
-2007-08-13 Ignacio Casal Quinteiro <nacho resa gmail com>
-
- * gl.po: Updated Galician Translation.
-
-2007-08-12 Simos Xenitellis <simos gnome org>
-
- * el.po: Added Greek translation.
- * LINGUAS: Added el.
-
-2007-08-12 Ignacio Casal Quinteiro <nacho resa gmail com>
-
- * gl.po: Updated Galician Translation.
- * LINGUAS: Added gl.
-
-2007-08-09 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2007-08-07 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-08-05 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2007-08-02 Satoru SATOH <ss gnome gr jp>
-
- * LINGUAS: Added ja (japanese) into the list.
-
-2007-07-30 Josep Puigdemont i Casamajó <josep puigdemont gmail com>
-
- * ca.po: Updated Catalan translation by
- SÃlvia Miranda <silvia gnome gmail com>.
-
-2007-07-31 Satoru SATOH <ss gnome gr jp>
-
- * ja.po: Added Japanese translation.
-
-2007-07-27 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2007-07-26 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-07-23 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2007-07-20 Danilo Å egan <danilo gnome org>
-
- * POTFILES.in: Add header.tmpl.
-
- * sr.po: Updated Serbian translation.
-
-2007-07-16 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2007-07-15 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-07-15 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2007-07-11 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2007-07-06 Claude Paroz <claude 2xlibre net>
-
- * POTFILES.in: Added update-stats.py (error messages)
- * fr.po: Updated French translation.
-
-2007-07-03 Luca Ferretti <elle uca libero it>
-
- * LINGUAS:
- * it.po: Added Italian translation.
-
-2007-07-01 Jovan Naumovski <jovan lugola net>
-
- * mk.po: Updated Macedonian translation.
-
-2007-06-28 Danilo Å egan <danilo gnome org>
-
- * sr.po: Updated Serbian translation.
-
-2007-06-28 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2007-06-22 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-06-21 Pema Geyleg <pema geyleg gmail com>
-
- * dz.po: Updated dzongkha translation
-
-2007-06-07 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2007-06-06 Danilo Å egan <danilo gnome org>
-
- * sr.po: Updated Serbian translation.
-
-2007-05-25 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2007-05-25 Jordi Mas <jmas softcataal org>
-
- * ca.po: Updated Catalan translation by
- SÃlvia Miranda <silvia gnome gmail com>.
-
-2007-05-19 Djihed Afifi <djihed gmail com>
-
- * ar.po: Updated Arabic Translation by Djihed Afifi.
-
-2007-05-16 David Lodge <dave cirt net>
-
- * en_GB.po: Updated British English translation
-
-2007-05-14 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-05-07 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
-
-2007-05-2 Djihed Afifi <djihed gmail com>
-
- * ar.po: Updated Arabic Translation by Djihed Afifi.
-
-2007-04-30 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-04-29 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2007-04-29 David Lodge <dave cirt net>
-
- * en_GB.po: Updated British English translation
-
-2007-04-25 Jorge Gonzalez <jorgegonz svn gnome org>
-
- * es.po: Updated Spanish translation
- * LINGUAS: added "es"
-
-2007-04-15 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-04-14 Josep Puigdemont i Casamajó <josep puigdemont gmail com>
-
- * ca.po: Updated Catalan translation by
- SÃlvia Miranda <silvia gnome gmail com>.
-
-2007-04-14 Djihed Afifi <djihed gmail com>
-
- * ar.po: Updated Arabic Translation by Djihed Afifi.
-
-2007-04-11 Claude Paroz <claude 2xlibre net>
-
- * fr.po: Updated French translation.
-
-2007-04-6 Djihed Afifi <djihed gmail com>
-
- * ar.po: Updated Arabic Translation by Djihed Afifi.
-
-2007-03-28 Pema Geyleg <pema geyleg gmail com>
-
- * dz.po: Updated dzongkha translation
-
-2007-03-27 Stéphane Raimbault <stephane raimbault gmail com>
-
- * LINGUAS: Added 'fr'
- * fr.po: Added French translation by Claude Paroz.
-
-2007-03-24 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-03-19 Pema geyleg <pema geyleg gmail com>
-
- * LINGUAS: Added 'dz' to the list
- * dz.po: Added dzongkha translation
-
-2007-03-15 Josep Puigdemont i Casamajó <josep puigdemont gmail com>
-
- * ca.po: Updated Catalan translation by
- SÃlvia Miranda <silvia mirandasanchez2 mail dcu ie>.
-
-2007-03-11 David Lodge <dave cirt net>
-
- * en_GB.po: Updated English (British) translation
-
-2007-03-08 Vladimer Sichinava <vsichi gnome org>
-
- * ka.po: Updated Georgian translation
-
-2007-03-06 David Lodge <dave cirt net>
-
- * en_GB.po: Updated English (British) translation
-
-2007-03-02 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-02-28 Djihed Afifi <djihed gmail com>
-
- * ar.po: Updated Arabic translation by Djihed Afifi
-
-2007-02-13 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-02-07 Josep Puigdemont i Casamajó <josep puigdemont gmail com>
-
- * ca.po: Updated Catalan translation.
-
-2007-02-05 Danilo Å egan <danilo gnome org>
-
- * POTFILES.in: Added templates/index.tmpl.
- * sr.po: Updated Serbian translation.
-
-2007-01-29 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-01-27 Jovan Naumovski <jovan lugola net>
-
- * mk.po: Updated Macedonian translation.
-
-2007-01-21 Josep Puigdemont i Casamajó <josep puigdemont gmail com>
-
- * ca.po: Updated Catalan translation.
-
-2007-01-17 Djihed Afifi <djihed gmail com>
-
- * ar.po: Updated Arabic translation by Khaled Hosny
-
-2007-01-18 Josep Puigdemont i Casamajó <josep puigdemont gmail com>
-
- * ca.po: Added Catalan translation by Josep Puigdemont
- and Gil Forcada Gil Forcada <gilforcada guifi net>.
-
-2007-01-17 Daniel Nylander <po danielnylander se>
-
- * sv.po: Updated Swedish translation.
-
-2007-01-17 Djihed Afifi <djihed gmail com>
-
- * ar.po: Added Arabic translation by Youssef Chahibi and
- Djihed Afifi.
- * LINGUAS: Added 'ar' to the list.
-
-2007-01-15 Daniel Nylander <po danielnylander se>
-
- * sv.po: Added Swedish translation.
- * LINGUAS: Added 'sv' to the list.
-
-2007-01-14 Jovan Naumovski <jovan lugola net>
-
- * mk.po: Added Macedonian translation.
- * LINGUAS: Added 'mk' to the list.
-
-2007-01-13 Nickolay V. Shmyrev <nshmyrev yandex ru>
-
- * ru.po: Added Russian translation.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]