Tag: beaumont

PHP Notices filling up the log Hi there, I'm still playing with beaumont and found thousands of entries like this: [Thu Jun 22 15:36:15 2006] [error] [client 192.168.2.36] PHP Notice:  Undefined index:  __version__ in /home/hett/public_html/web2/includes/DataObject.class.inc on line 197, referer: http://sv25/~hett/web2/login.php [Thu Jun 22 15:36:15 2006] [error] [client 192.168.2.36] PHP Notice:  Undefined...
1 comment(s) / Socke / Q&A / on June 22, 2006 at 04:40

Siteframe Beaumont 5.0.2 This latest build of Siteframe Beaumont fixes a number of cross-site scripting (XSS) vulnerabilities and is a recommended upgrade for all Siteframe Beaumont users. It also includes a new template set, Sinorca, which is unfortunately incomplete, but I thought it important to get the new code fixes out as soon as possible. As always, check the CHANGELOG and README files for more information.
3 comment(s) / glen / Older Versions / on February 18, 2006 at 21:16

Siteframe Beaumont 5.0.1 This is the first official release of Siteframe 5.0.1; the first major release of Siteframe in over two years. Thanks to the impressive assistance of many people, it's finally out the door. Click here for system requirements, and here for installation instructions . For a complete overview of the differences between v3 and v5 of Siteframe, see this article . If you are upgrading from...
2 comment(s) / glen / Older Versions / on January 1, 2006 at 22:30

Siteframe Beaumont 5.0 Beta 8 This is release candidate build #1 for Siteframe 5.0.1, which I hope to formally release sometime very early in January 2006. This should be the last Beta build. With this build, I've completed the implementation of the "leaves" template set (see http://broadpool.com for an example) and closed all outstanding bug reports. I'll fix other bugs if they arise, especially if...
0 comment(s) / glen / Older Versions / on December 23, 2005 at 09:21

Siteframe Beaumont 5.0 Beta 7 Apart from the usual array of bug fixes, the major feature of this build is a complete rewrite of the API (api.php) to be more REST-compliant. As always, check the CHANGELOG.txt file for details.
0 comment(s) / glen / Older Versions / on December 18, 2005 at 17:08

Siteframe Beaumont 5.0 Beta 6 This build has some fairly substantial differences from prior releases. Please note; if you are upgrading an existing Siteframe Beaumont, you should take these steps after installing this release: Edit your siteframe.ini file and change lang_default from "en_us" to "en-US". This is to ensure that the language code is in conformance with international standards....
0 comment(s) / glen / Older Versions / on December 11, 2005 at 21:32

Siteframe Beaumont 5.0 Beta 4 This build contains a number of bug fixes: edit.php always redirects back to the object page after successful update modifications to remove help text from form.tpl (move into theme template, which is better) corrected a bug where editing a user would lose the user photo added functionality to check for duplicates on all fields marked "unique" ...
6 comment(s) / glen / Older Versions / on December 2, 2005 at 22:04

Siteframe Beaumont 5.0 Beta 3 This build contains some minor fixes and enhancements to XML generation code; see the CHANGELOG.txt for a complete list of modifications.
0 comment(s) / glen / Older Versions / on December 1, 2005 at 14:46

Siteframe Beaumont 5.0 Beta 2 As usual with these sorts of things, the first few people to do a clean installation turned up a number of relatively minor but annoying bugs, so I thought I would go ahead and push an updated version. This release has enhancements to setup.php to ensure that the site's configuration is valid before installing, as well as a number of small documentation and template tweaks. Please see the...
0 comment(s) / glen / Older Versions / on November 27, 2005 at 20:51

Differences Between 3.x and 5.x Here are some of the major changes between Siteframe 3.x and Beaumont (5.x): Siteframe 3.x had a number of document types: Article, Uploaded File, Image, Event, Poll, etc. Beaumont has a single Page object, with optional file attachments. The structure is much easier to understand and use in Beaumont. Beaumont does not support Poll or Event data because of insufficient demand....
0 comment(s) / glen / General Info / on November 27, 2005 at 07:53

Siteframe Beaumont (5.x) features Siteframe Beaumont is the 5.0 release of Siteframe. It is a complete rewrite of the underlying Siteframe codebase, and includes a number of innovative features. Here are some of the more notable ones: Simplified registration/invitation interface. If an existing user invites a new user to join a Siteframe website, registration is streamlined because the new user's e-mail address has...
0 comment(s) / glen / General Info / on November 26, 2005 at 23:27

Importing from Siteframe 3.x The Admin menu on Beaumont provides a mechanism for importing content from a Siteframe 3.x database. This page contains information you should be aware of if you are planning on importing from a 3.x website. When importing, you can selectively import Users, Folders, and Documents. These options are really provided for testing (unless, for example, you want to convert a public site to a...
0 comment(s) / glen / Internals / on June 12, 2005 at 09:09

MySQL Notes Various bits of information about using MySQL with Siteframe. MySQL Permissions Typically, you need these permissions on your MySQL database: grant alter,index,select,insert,pdate,delete,create,drop on database .* to ' user '@' host ' identified by ' password ' or (somewhat easier) grant all on database .* to ' user '@' host ' identified by ' password ' though this is possibly...
0 comment(s) / glen / Internals / on April 24, 2005 at 14:38

HowTo: install Siteframe 5.x The README.txt file that is distributed with Siteframe should have the latest information on the product as well as a set of simplified installation instructions. These instructions are intended to be very comprehensive, and probably contain more information than any reasonable person needs. Assumptions You have an account with an ISP or web hosting provider You know the final...
8 comment(s) / glen / HowTo / on April 24, 2005 at 08:29