back to main page

Completed items list

april 2007

15

14

13

12

  • working on fixes for 1.0.3 : [56] (gra)
  • added svn:ignore properties for test purposes : [57] (gra)

10

9

8

  • changed the name of this page (gra)
  • working on fixes for 1.0.3 : [8] [9] (gra)
  • updated some of the copy in our Wiki (iks)
  • profile code completed (needs clean-up though) (iks)
  • added new CAPTCHA functionality (iks)
    • implemented Derek Allard's image2text helpers for the CAPTCHA images
    • it is a config setting, TRUE enables it, FALSE uses the normal CAPTCHA images

7

  • added this page (gra)
  • ACL working (needs some more implementations) (dan)
  • profile system almost complete, works successfully (editing finished, finalizing the display and list code) (iks)
  • completed a configuration loader function for custom views/containers when calling login/register/forgotpwd/changpwd &c. (iks)
  • completed list, display, and edit profile functionality. (iks)
  • created ticket #4 (gra)

6

  • WikiStart's lipstick: banners (gra and dan)
  • changed custom library extension from 'MY' to 'EX' (iks)
  • added extra password functionality (needs integration with an installer) (iks)
  • corrected a few little bugs... (iks)
  • discussion about ACL (gra and dan)
  • serious ACL coding (dan)
  • NewInheritance added (gra)

5

  • project created on ciforge (thanks to Greg)
  • a bit of organization: first pages (TodoList, CodingStandards, CodeSuggestions) and tickets (#1, #2, #3), components or versions added (gra)
  • sentinel.php now loads the validation class and uses it successfully without validation internals directly inside the library (iks)
  • moved all 'callback' functions into a 'MY_Validation' (iks)
  • updated all views to use '$this->validation' for errors and fields instead of '$this->sentinel' (iks)
  • updated error messages to be less revealing, for example: 'This user does not exist.' is now, 'There is login error.' (iks)
  • got the display and list functions for profiles written (iks)
  • moved all of the support functions in sentinel.php into their own helper file (isUser(), isAdmin(), &c.) (iks)