Commit graph

34 commits

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason
9721a9a96e Add --untranslated-values to spot things that haven't been translated 2009-06-22 16:27:40 +00:00
Ævar Arnfjörð Bjarmason
d3dd0229cb Don't use Data::Walk and instead construct a flattened list of hash
values using a custom recursive walker (stolen from yaml2po).

This makes reading the output a whole lot easier.
2009-06-22 16:05:28 +00:00
Tom Hughes
719a06fdfa Add irs_process_scripts plugin to replace process control scripts used
by live site which were dropped in rails 2.3 core.
2009-06-15 11:32:41 +00:00
Thomas Wood
9f9efa7d45 Catch creation of en.po 2009-06-05 22:38:04 +00:00
Thomas Wood
902a44e630 Add bulk yaml production to yaml2po 2009-06-05 22:27:21 +00:00
Thomas Wood
bb214eebc2 Add the counterpart script, po2yaml, and use strctxt rather than #: for identifying strings. 2009-06-05 19:03:39 +00:00
Tom Hughes
c153de287a Adjusted for new location of script. 2009-06-04 21:53:49 +00:00
Štefan Baebler
cd9bdcf28a added svn:executable property 2009-06-04 05:38:26 +00:00
Tom Hughes
4e8f35012a Reorganise locale scripts. 2009-06-03 23:05:38 +00:00
Thomas Wood
33e38572ed Beginnings of a yaml2po script, to aid integration with places like transifex
The po2yaml script may come tomorrow :)
2009-06-03 20:02:25 +00:00
Ævar Arnfjörð Bjarmason
5d675b4233 A utility to print the structural differences between two files in config/locales 2009-06-02 22:28:55 +00:00
Shaun McDonald
62f999cd83 Updating for rails 2.2.2 2009-05-08 18:04:08 +00:00
Tom Hughes
088b4ae1e2 Do the statistics generation in a transaction. 2009-04-30 07:54:26 +00:00
Tom Hughes
5c734eb7ae Use :joins instead of :include to pull in the changesets - this does an
inner join instead of a left outer join (which is fine as all objects should
have a changeset) and more importantly stops rails generating a subquery
that doesn't work.
2009-04-29 23:45:54 +00:00
Tom Hughes
6ee333cba7 Use postgres interval syntax. 2009-04-22 13:41:17 +00:00
Tom Hughes
9b2248e8fb The active flag is still an integer for some reason, not a boolean.
Closes #1727.
2009-04-22 13:34:12 +00:00
Tom Hughes
2e2b556a25 Fix statistics script to work with 0.6 database schema. 2009-04-16 11:38:02 +00:00
Tom Hughes
b8f3742bc3 Make the cleanup script work a chunk at a time so we don't run out of
memory when there are lots of sessions.
2008-08-08 15:49:29 +00:00
Tom Hughes
3336fd9469 Link to user pages. 2008-08-03 20:58:58 +00:00
Xin Zheng
6de965520b added application.yml, refactored map method 2008-01-23 16:43:30 +00:00
Tom Hughes
f29300bf1a Stop trying to report on the number of ways with tags because (a) almost all
ways have tags so it isn't very interesting and (b) it locks up the API every
night as it involved a join to a MyISAM table.
2008-01-07 00:33:54 +00:00
Tom Hughes
e8dbe46f7e Use a consistent name for the variable holding the relation count. 2007-10-07 14:16:14 +00:00
Frederik Ramm
27834b0a82 add relations to stats 2007-10-05 01:10:23 +00:00
Frederik Ramm
78b440ffc1 preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue 2007-08-29 22:00:26 +00:00
Tom Hughes
22bcfb1240 Replace the old session cleanup daemon with a new script to be run from
cron periodically.
2007-08-25 09:53:07 +00:00
Tom Hughes
0eee4fecbe Fix counting of tagged ways, and handle having more users in the days
columns than the other columns.
2007-08-01 16:05:13 +00:00
Tom Hughes
d34bc8cb52 Fix the "number of users editing..." table. 2007-08-01 15:19:45 +00:00
Tom Hughes
500e6e687f Some statistics improvements:
- Show top 50 GPX uploaders, not just top 10
  - Show counts for editors again
  - Show all editors for the last day, not just top 60
2007-08-01 15:15:06 +00:00
Tom Hughes
dc09bde7f7 Only count visible objects. 2007-08-01 14:42:58 +00:00
Tom Hughes
21c21ccd9c Add a statistics script to replace the horrid (and not in the
repository) one we're using at the moment.
2007-08-01 12:38:53 +00:00
Dan Moore
11279ebfe9 API 0.4 Reverted minor errors in changeset 2324 2007-03-23 23:20:47 +00:00
Dan Moore
d07277efba API 0.4 Updates - work on traces pages + pagination, edit tab, some API testing
* traces - added some routes, replicated data access / pagination, but presentation and pending file control not complete
* edit - setup so that applet can be loaded + token authorisation enabled
* API - tests out ok against applet, but had to change segment-node associations
* misc - gems version required upgraded to 1.2.3 (latest stable rails version), changed some find_first to find(:first... calls
2007-03-23 23:13:19 +00:00
Steve Coast
fcd37587f2 add daemons 2006-12-01 12:06:38 +00:00
Steve Coast
03eda9714a missing scripts :-( 2006-08-22 22:24:18 +00:00