index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
helpers
/
MY_url.php
Age
Commit message (
Expand
)
Author
2009-03-16
Don't count on the uri having 3 components; that breaks on newer versions of ...
Bharat Mediratta
2009-03-14
style fixes
Bharat Mediratta
2009-03-14
Invert the check for https vs http.
Tim Almdal
2009-03-09
Tweak abs_file() and abs_site() to generate https urls as appropriate.
Bharat Mediratta
2009-02-14
Fix rewritten urls to handle query params properly. This was breaking
Bharat Mediratta
2009-02-08
A better fix for the problem with special characters (this simple 2
Tim Almdal
2009-02-08
rollback r20001-r19998, r19995. This may require a reinstall
Tim Almdal
2009-02-06
Implement fix for ticket #35. *** Requires reinstall of core ***
Tim Almdal
2009-01-29
Add support for pretty urls. So now instead of urls like:
Bharat Mediratta
2009-01-14
Make sure that helper functions are all static. Add new
Bharat Mediratta
2008-12-21
Add a logging facility, and instrument login/logout to use it.
Bharat Mediratta
2008-11-25
Rename get_absolute_url to abs_current
Tim Almdal
2008-11-25
Normalize atom url generation
Tim Almdal
2008-11-20
* Added HTTP status constants and helper functions to REST helper.
Jozef Selesi
2008-11-19
Fix typo.
Bharat Mediratta
2008-11-19
Create url::abs_site() and url::abs_file() to allow us to generate
Bharat Mediratta