lp:~caelj/spenglr-core/modules-user-stats

Created by Cael Kay-Jackson and last modified
Get this branch:
bzr branch lp:~caelj/spenglr-core/modules-user-stats
Only Cael Kay-Jackson can upload to this branch. If you are Cael Kay-Jackson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Cael Kay-Jackson
Project:
spenglr.core
Status:
Merged

Recent revisions

60. By Cael Kay-Jackson

 - Removed: core_resources.css.
 - Fix: dirname() replaced with drupal_get_path().
 - util.api
   - Added: array_cylinder().
   - Changed: array_*_cylinder() functions now accept non-string keys.
 - user.api: spengdb_get_user_info() can now optionally return the data as an array.
 - question.api: get_defined_qtypes() now optionally returns an associative array.
 - core_resources:
   - Resources list theme template tweaks.
   - Dependency on questions module added.
   - Now only attempts to load resources for question nodes.

59. By Cael Kay-Jackson

Fix: dirname() replaced with drupal_get_path()

58. By Cael Kay-Jackson

Added warning message when running as UID 1.

57. By Cael Kay-Jackson

 - Question:
   - Question API file added.
   - question.module:
     - Fix: Moved hook_access() into com_question.module and org_question.module
       so access can be granted properly for all users (not just UID 1).
     - @file docblock comment added to try and explicitly explain the
       relationship between the various question modules and files their
       files.
 - Utility API:
   - Timestamp floor and ceil functions.
   - String repeat with glue function.
   - Array binary search functions (value and key searches).
   - Integer clamping function.
   - Per-load caching for node_locked().
   - switch_tld() and get_switched_url() now used preg_replace() instead of
     str_replace() so word boundaries can be checked. This ensures that for
     example "abrocome.com" becomes "abrocome.org" and not "abroorge.org".
 - Resources: Removed RESOURCES_SUPPORTED_NODES. The qtype checks are now
   done by using the get_defined_qtypes() function provided by the question
   API.
 - User Groups: Minor fixes to issues regarding the use of the Drupal admin UID
   which affected installation of the module.
 - core.module: Minor fixes to issues regarding the use of the Drupal admin UID.
   - Various call-time pass-by-reference fixes (deprecated; ampersands removed in
     calls).
 - General code and docblock tidyup.

56. By Cael Kay-Jackson

.

55. By Cael Kay-Jackson

Fix: Deprecated call-time pass-by-reference.

54. By Cael Kay-Jackson

Merged from trunk.

53. By Cael Kay-Jackson

 - Core statistics functionality.
 - Several utility functions added.
 - Open Flash Chart helper functions.

52. By Cael Kay-Jackson

 - Open Flash Chart helper functions.
 - CSS path for resources module now uses drupal_get_path().

51. By Cael Kay-Jackson

Prep.

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.

Subscribers