Reason Developer Notebook
Posts tagged with “Sites” (All posts)
New access denied module simplifies adding yourself to a site
October 2, 2012 at 3:23 pmI've pushed into the master branch of Reason a new "site access denied" module that lets users with privileges add themselves as a site editor (or pose as a site editor) to get quick editing access.
If you are a user with the "administrator" role, you can now go from a page you want to edit on the front end to an editing interface in a couple clicks, without a visit to the Master Admin site.
Site pages admin module
March 10, 2010 at 3:43 pmThe new "SitePages" admin module gives you an list of all the pages on a site with a link to the front-end, along with the author field, created by username,…
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…
Deprecating Old News Modules in the Reason Core
April 15, 2008 at 4:31 pmThe nightly build will include error triggers in various news modules to notify developers that these modules are slated to be removed from Reason before release candidate 1.
If you have…
Custom footers available
February 26, 2008 at 5:51 pmReason now supports custom footer text. This footer text is customizable both at the scale of an entire Reason instance (via the new setting REASON_DEFAULT_FOOTER_XHTML) and at the scale of…
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.
Assets and Login Link
July 21, 2006 at 7:21 pmI made a couple minor changes ... with the switch to the new file organization, uploading assets without extensions became broken due to a misguided method of extension detection and…
Archives now grabbed regardless of ownership
February 10, 2006 at 6:26 pmThe script that moves entities from one site to another only changes the ownership of the entity itself, and not its archives. This is dumb and we should fix it.…
Users admin module added
February 3, 2006 at 3:02 pmAdded the new site tools admin module "ViewUsers," which allows you to see who is an administrator of the current site. It's not doing anything fancy (e.g. ldap lookups) yet,…