자유게시판

제목 이거이거 뭡니까??
글쓴이 헛발이 작성시각 2012/04/19 09:36:00
댓글 : 5 추천 : 0 스크랩 : 0 조회수 : 11784   RSS
http://codeigniter.com/nightly_user_guide/index.html

코드이그나이터 2.1에서 바로 3.0으로 넘어가는건가요?

흐미 무셔라~~~

이번엔 또 뭐가 변할지....

또 번역을 준비해야 할듯 ㅋㅋ
 다음글 1루수가 누구야? (1)
 이전글 초보 분들께 질문 드립니다. (9)

댓글

한대승(불의회상) / 2012/04/19 10:13:55 / 추천 0
오.. 대박... 

근데 메뉴얼 포맷만 바뀐거 같네요.  ㅎㅎㅎ

좋은 정보 감사 합니다. ^^
헛발이 / 2012/04/19 10:14:59 / 추천 0
조만간에 다들 분주하겠군요...
업그레이드 시키느라 ㅋㅋ

웃을일이 아니지만 말이죠.. ㅠㅠ
milosz / 2012/04/19 11:39:06 / 추천 0
 

Change Log

Version 3.0 (planned)

Release Date: Not Released

  • License
    • CodeIgniter has been relicensed with the Open Software License (3.0), eliminating its old proprietary licensing.
      • All system files are licensed with OSL 3.0.
      • Config, error, and sample files shipped in the application folder are licensed with the Academic Free License (3.0) to allow you to retain all licensing authority over your own application code.
  • General Changes
    • Added an optional backtrace to php-error template.
    • Added Android to the list of user agents.
    • Added Windows 7 to the list of user platforms.
    • Callback validation rules can now accept parameters like any other validation rule.
    • Ability to log certain error types, not all under a threshold.
    • Added html_escape() to Common functions to escape HTML output for preventing XSS.
    • Added support for pem,p10,p12,p7a,p7c,p7m,p7r,p7s,crt,crl,der,kdb,rsa,cer,sst,csr Certs to mimes.php.
    • Added support pgp,gpg to mimes.php.
    • Added support 3gp, 3g2, mp4, wmv, f4v, vlc Video files to mimes.php.
    • Added support m4a, aac, m4u, xspf, au, ac3, flac, ogg Audio files to mimes.php.
  • Helpers
    • Added increment_string() to String Helper to turn “foo” into “foo-1” or “foo-1” into “foo-2”.
    • Altered form helper - made action on form_open_multipart helper function call optional. Fixes (#65)
    • url_title() will now trim extra dashes from beginning and end.
    • Improved speed of String Helper‘s random_string() method
    • Added XHTML Basic 1.1 doctype to HTML Helper.
  • Database
    • Added a CUBRID driver to the Database Driver. Thanks to the CUBRID team for supplying this patch.
    • Added a PDO driver to the Database Driver.
    • Typecast limit and offset in the Database Driver to integers to avoid possible injection.
    • Added additional option ‘none’ for the optional third argument for $this->db->like() in the Database Driver.
    • Added $this->db->insert_batch() support to the OCI8 (Oracle) driver.
    • Added new Active Record methods that return the SQL string of queries without executing them: get_compiled_select(), get_compiled_insert(), get_compiled_update(), get_compiled_delete().
  • Libraries
    • Changed $this->cart->insert() in the Cart Library to return the Row ID if a single item was inserted successfully.
    • Added support to set an optional parameter in your callback rules of validation using the Form Validation Library.
    • Added a Migration Library to assist with applying incremental updates to your database schema.
    • Driver children can be located in any package path.
    • Added max_filename_increment config setting for Upload library.
    • CI_Loader::_ci_autoloader() is now a protected method.
    • Added is_unique to the Form Validation library.
    • Modified valid_ip() to use PHP’s filter_var() when possible (>= PHP 5.2) in the Form Validation library.
    • Added $config[‘use_page_numbers’] to the Pagination library, which enables real page numbers in the URI.
    • Added TLS and SSL Encryption for SMTP.
  • Core
    • Changed private functions in CI_URI to protected so MY_URI can override them.
    • Removed CI_CORE boolean constant from CodeIgniter.php (no longer Reactor and Core versions).
변종원(웅파) / 2012/04/19 13:24:16 / 추천 0
 그리 큰 업데이트는 아닌데 메이저버전이 바뀌었네요. 
라이선스 부분때문인거 같네요. open software license로 바뀌었습니다.
변종원(웅파) / 2012/04/19 13:25:41 / 추천 0
매뉴얼 포맷이 바뀌어서 비교해서 옮기는 작업은 해야겠네요.