~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2011-03-15 10:24:40 UTC
  • mfrom: (432.1.3 loggerhead)
  • Revision ID: john@arbash-meinel.com-20110315102440-n4zr988738z125cd
Merge fix for bug #569358. Redirect requests so people can URL hack.

If you edit /files/directory to become /files/directory/filename, redirect it to
the /view/directory/filename, and conversly if you go to /view/directory redirect
it to /files/directory. This way people can edit the URL in a logical way
and still get the view they are expecting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    - Merge the pqm changes back into trunk, after trunk was reverted to an old
17
17
      revision. (John Arbash Meinel, #716152)
18
18
 
 
19
    - Remove ``start-loggerhead`` and ``stop-loggerhead`` which were already
 
20
      deprecated. (John Arbash Meinel)
 
21
 
 
22
    - Redirect ``/files/file.txt`` to ``/view/file.txt`` and ``/view/dir`` to
 
23
      ``/files/dir``. (Jasper St. Pierre, #569358)
 
24
 
19
25
    - The json module is no longer claimed to be supported as alternative for 
20
26
      simplejson. (Jelmer Vernooij, #586611)
21
27
 
22
 
    - Remove ``start-loggerhead`` and ``stop-loggerhead`` which were already
23
 
      deprecated. (John Arbash Meinel)
24
28
 
25
29
 
26
30
1.18 [10Nov2010]