Ævar Arnfjörð Bjarmason
e2abf1254b
* Turn the hardcoded #<%= changeset.id %> into t('msg', :id =>
...
changeset.id). Some languages may have a different numeric
indicator than the ASCII pound symbol
* Instead of including a column on :user/edits with a "more" link
make the changeset ID link to the changeset page.
2009-07-29 11:05:17 +00:00
Ævar Arnfjörð Bjarmason
6c034ee9fe
use I18n.l() instead of strftime(): Changeset dates will now appear localized
2009-07-29 10:43:03 +00:00
Tom Hughes
2c5f5a0114
Fix changeset paging.
2009-07-15 11:33:21 +00:00
Tom Hughes
50f78e52e8
Style the table in the feed content.
2009-07-07 23:30:04 +00:00
Tom Hughes
5198500d48
More improvements to Atom feeds.
2009-07-06 00:03:33 +00:00
Tom Hughes
d63f605893
Add some more detail to the changeset Atom feeds.
2009-07-05 23:46:28 +00:00
Tom Hughes
0348316d0b
Make subtitle an HTML element.
2009-07-04 12:15:29 +00:00
Tom Hughes
b450ce9d85
Fix links to changeset feeds.
2009-07-04 12:12:05 +00:00
Tom Hughes
336d40f2c5
Switch to using ATOM for changeset feeds.
2009-07-04 11:34:23 +00:00
Thomas Wood
ff03138a97
merge 15807:16012 from rails_port
2009-06-19 22:53:16 +00:00
Matt Amos
09c2725fc9
Fixed typo in 'big changeset' display.
2009-06-15 14:16:19 +00:00
Tom Hughes
3828fa6f9f
Really get the links right this time.
2009-06-09 22:06:48 +00:00
Tom Hughes
073faf8950
Use correct format for RSS link.
2009-06-09 22:04:20 +00:00
Tom Hughes
edaddbedae
Merge 15722:15806 from head and adjust new views to rails 2 style names.
2009-06-09 21:50:37 +00:00
Tom Hughes
2e2f212472
Rename views to rails 2 style names.
2009-06-09 20:50:14 +00:00
Tom Hughes
3578506797
Add a title to the changeset lists. Closes #1938 .
2009-06-08 20:10:09 +00:00
Ævar Arnfjörð Bjarmason
5d471088b4
Wrap 'changeset.changeset.no_comment' in italics with <i></i>. Right
...
now it's not possible to distinguish between a changeset that has no
comment and one whose comment is equivalent to the text of
'changeset.changeset.no_comment'.
2009-06-08 13:24:29 +00:00
Tom Hughes
6378c21ecb
Fixup links to changeset lists.
2009-06-08 11:57:48 +00:00
Tom Hughes
9df991e343
Marge all the changeset list methods together into one.
2009-06-07 16:59:58 +00:00
Tom Hughes
396d8ce313
Use some rails magic to avoid having to duplicate all the changeset
...
list controller methods for the RSS feeds.
2009-06-07 11:24:11 +00:00
Tom Hughes
e1cb17faa6
Back out the changeset RSS stuff from the head for now.
2009-06-07 08:03:07 +00:00
Ævar Arnfjörð Bjarmason
b1117365d2
Forgot that /history can also be called without a bbox (if one can't be found)
...
I think the best thing to do here is to simply remove the RSS link, if
someone wants a RSS feed without a bbox they can click the Recent
Changes link and get a feed there.
2009-06-07 02:53:24 +00:00
Ævar Arnfjörð Bjarmason
0d16fd57d4
Add RSS feed for global recent changes & changes within a bbox. Solves #1737
...
This has so much copy/paste code it hurts, the new list*_rss methods
are just copies of the old list* methods, but see #1927 for that.
2009-06-07 02:39:45 +00:00
Ævar Arnfjörð Bjarmason
bbc700b9ac
Don't add a <comments> entry for anonymous users
2009-06-07 02:32:16 +00:00
Ævar Arnfjörð Bjarmason
011237c2c5
Implement /user/$user/edits/rss, partially solves #1737
2009-06-07 01:32:19 +00:00
Tom Hughes
5b0024e61a
Fix a few typos in translation resource names.
2009-06-01 08:44:34 +00:00
Tom Hughes
b1078ef268
Correct translation name.
2009-05-31 12:14:40 +00:00
Tom Hughes
3d906fe8c6
Merge 15165:15373 from trunk.
2009-05-31 11:32:32 +00:00
Andy Allan
fddda4efa6
i18n of the changeset views
2009-05-31 10:40:13 +00:00
Harry Wood
3415aa4689
label changesets as (big) based on their bbox area
2009-05-15 16:24:55 +00:00
Thomas Wood
cd4fb9d44c
One last commit tonight :P
2009-05-07 23:02:46 +00:00
Thomas Wood
d6b36b5752
De-duplicate some of the changeset stuff out to a new partial view.
...
Add css hooks for upcoming fix for #1734
2009-05-07 22:48:14 +00:00
Frederik Ramm
3a10fee9eb
modified "user" link in "recent changes" list to point directly to user's list of changes which is what you expect in this context, rather than going to that user's user page and having to click "edits" there.
2009-04-21 23:38:43 +00:00
Thomas Wood
ce48349138
Pedantic change to descriptive text - "Recently closed" to "Recently edited"
2009-04-21 17:35:54 +00:00
Harry Wood
fdd5d2d779
new support for box=yes param on the homepage, and then link to this from various changeset display
2009-04-08 16:55:22 +00:00
Harry Wood
0f3e5a28c0
show a 'no bbox specified' message for the moment at least. Due to inconsistent location detecting across tabs, the history tab often gets nil bbox (Need to fix for all tabs) + other history tab tweaks
2009-03-24 11:23:56 +00:00
Thomas Wood
d841d3d135
<td> tags must be closed, move browse index test over to changeset, lazy fix for new format
2009-03-23 21:35:06 +00:00
Thomas Wood
8fb97a3337
Rather than referring how to view a bbox history, just redirect to the global history.
2009-03-23 19:56:01 +00:00
Thomas Wood
7d3a5899c9
More fixes to the changeset viewer, including logged-in-ness on per-user edit lists, fix XSS potential on usernames here, and general tidyups.
2009-03-23 19:40:33 +00:00
Harry Wood
afe8dd51ec
Add 'history' tab + Move 'recent changes' changeset list to re-use the same _changeset.rhtml partial
2009-03-23 16:39:59 +00:00
Harry Wood
0272d30b96
setting lon2 correctly. Was displaying one of the bbox numbers wrong
2009-03-01 22:24:07 +00:00
Thomas Wood
747d6f1d11
Revert last commit - too many test failures
2008-12-31 16:43:44 +00:00
Thomas Wood
898beb7b7f
DateTime => Time for consistency in changeset code, ok by shaun.
2008-12-31 16:33:02 +00:00
Richard Fairhurst
cc90867183
view changesets by user
2008-12-23 13:06:07 +00:00