lp:kolibri

Created by Anders Steinlein and last modified
Get this branch:
bzr branch lp:kolibri
Members of Kolibri Dev can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Kolibri Dev
Project:
Kolibri
Status:
Development

Recent revisions

99. By Frode Danielsen

Improved date and value exists validators.

98. By Frode Danielsen

Improved fallback in the ClassLoader, avoiding warnings caught as exceptions
through attempted inclusion of non-existing file. The ClassLoader searches
through the include paths manually now.

Also improved the base Response to avoid setting a charset parameter for MIME
content types that should not use it.

97. By Stian Prestholdt

Removes GET parameters that contain what we determine is invalid characters.

The allowed characters are A-Z, underscore, plus and hyphen. The reason for this
change is that some requests has contained clearly non-valid parameters from
crawlers and such. We simply say that the valid parameters accepted by an
application should use regular characters.

96. By Anders Steinlein

Small bugfix relating to charset support.

95. By Stian Prestholdt

Make charset an application setting, defaulting to UTF-8 internally.

94. By Frode Danielsen

Swapped order of include paths, giving application specific paths higher
priority than system/PHP defaults.
Added guard around removal of session variable making sure a session exists.

93. By Frode Danielsen

Deactivated use of cached XSL templates for development and test modes.

92. By Anders Steinlein

Only expand _ to / in classes to autoload when the following letter is
capitalized.

91. By Anders Steinlein

Remove deprecated use of DOMDocument::load() as a static method.

90. By Stian Prestholdt

- ClassLoader.php: Make autoloader expand class names with _ in them to
  directory separators.
- MailService.php: require_once() instead of require() to be able to use the
  file mulitple times within the same PHP instance, i.e. during testing.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.