Reason Developer Notebook
Posts tagged with “URL Management” (All posts)
Reason 4 Beta 8 Released - Lots of Changes
April 9, 2010 at 5:14 pmReason 4 Beta 8 was released on April 9, 2010. This post names some of the major changes, provides some links to more details and svn revision numbers.
Nicer page url interface in page content manager
March 26, 2009 at 2:31 pmThe interface for entering a page's slug/url string has been improved.
Here's what it looks like now:
The two most significant changes are:- The full path from…
Smarter logic around rewrites and url history updates
November 12, 2008 at 5:52 pmThe page content manager is a little smarter about URL history updates and rewrites.
Specifically:
1. URL rewrites and URL history updates are triggered only when a page url_fragment or parent changes.
Links to sites with base URL "/" now work properly
September 30, 2008 at 1:09 pmI fixed a rather major bug reported by the sage colleges today. Bascially, links in Loki 2 to sites with base url "/" were not working at all. They would…
Handling of URLs that include a port number
October 26, 2007 at 2:10 pmReason's get_current_url function was stripping out any port number, so that a local install that ran at say http://127.0.0.1:8888 would not work properly.
This is now fixed and should be one…
The last 9 months of reason development
October 17, 2007 at 1:40 pmWe have been rather lax about updating the change log but are going to start actively using it once again. Needless to say, there have been many, many changes in…
Automatic Site Creation
October 6, 2006 at 11:05 amReason now automatically handles most directory and .htaccess file creation, moving, and deletion when sites are created, moved, and deleted. This makes site creation a simpler, faster, and easier process.
Web Root Site Support
October 5, 2006 at 4:50 pmSite can now be placed at the root level of the server, e.g. at https://www.yoursite.com/. This is new -- at Carleton we hadn't needed this, so there were a lot of places that were assuming that a site would not be at the server root.
make_link function
June 23, 2006 at 5:48 pmI've added a make_link function to url_utils.php. This is mostly intended to be used by modules which need a simple way to add / remove elements from the query string…
get_minisite_page_link function
April 18, 2006 at 3:59 pmI've added a new function into function_libraries/url_utils.php called get_minisite_page_link.
Parameters:
- site_id (int)
- page_id (int)
- query_string (string) defaults to ''
- secure (boolean) defaults to true
Returns:
- full url for minisite_page with desired parameters
The function uses the MinisiteNavigation class…
Assets with indeterminate extensions get .unk extension
February 14, 2006 at 6:18 pmThe asset content manager will now assign an extension of .unk to uploaded files that do not have an extension or mime type we are able to map to an…
Redirection of archived asset filenames
February 3, 2006 at 3:20 pmAssets are not caught by the url history infrastructure, because it only handles pages. To catch assets that have changed urls, the url_manager now adds redirects to .htaccess files that…
The two most significant changes are: