Show
Ignore:
Timestamp:
07/09/2008 03:45:47 PM (5 months ago)
Author:
Geert
Message:

Revamped Captcha library big time.

  • Each Captcha style has its own driver which generates and renders a Captcha challenge. The output could be an image, but could be anything else since html output is allowed. I included a Riddle driver to give you an idea of the flexibility.
  • Config groups supported.
  • More polished coding style and structure in general.
  • Still needs work on the image generating part. Mostly GD2 stuff, and quite some copy and paste from the previous version. Any help appreciated. :)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Pagination.php

    r2935 r3015  
    4747 
    4848        /** 
    49          * Constructs the Pagination object. 
     49         * Constructs a new Pagination object. 
    5050         * 
    5151         * @param   array  configuration settings 
     
    6969         * Sets config values. 
    7070         * 
     71         * @throws  Kohana_Exception 
    7172         * @param   array  configuration settings 
    7273         * @return  void 
     
    198199 
    199200        /** 
    200          * Magically converts pagination object to string. 
     201         * Magically converts Pagination object to string. 
    201202         * 
    202203         * @return  string  pagination html