forked from UnionOfRAD/lithium
-
Notifications
You must be signed in to change notification settings - Fork 0
Releases 0.5
nateabele edited this page Oct 16, 2012
·
3 revisions
David Persson (25):
- Removing metadata support, adding prepending of empty item from/to
Gettextadapter. - Deabstracting
Basecatalog adapter. - Refactoring
Catalog. -
Catalogclass already handles results which evaluate tofalse. - Fixing function nameing.
- Updating
Catalogclass docblock. - Updating
CldrandGettextclass docblocks. - Updating
Cldradapter with changes toCatalog. - Fixing bad merge of
Catalogclass with newAdaptableimplementation. - Simplifying conversion into lossless format.
- Adding
Phpcatalog adapter. - Adding g11n integration tests for
ValidatorandInflector. - Ensure that we have a singular ID before writing a PO file.
- Use the id of an item as the singular id if not present.
- Updating g11n
Extractcommand with changes toCatalogclass. - Allow
'translated'key to benull. - Temporarily setting default locale to
'root'inMessage. - Moving gettext template into
posubdirectory. - Moving locale dependent validation rules to g11n resources.
- Updating
Viewtest case with changes toCatalogclass. - Updating
Grouptest. - Removing possibly confusing and unnecessary referencing.
- Singularizing transliterations in remaining places.
- Adding reference back in.
- Updating
CatalogInflectorIntegerationTestto usereset().
Joël Perras (8):
- Cleaning up documentation in lithium\core\Adaptable. Fixes #19.
- Removing spurious
var_dump()fromlithium\console\command\Test::run(). - Updating doc blocks for
lithium\console\command\Test::run(). - Refactoring test reporting to be more console-friendly.
- Updating
Inflector::rules()examples inapp/config/bootstrap.php. - Fixing typo in example for
Inflector::rules()inapp/config/bootstrap.php. - Modifying
console\command\Library::archive()phar archive filter regex. - Adding skips to
tests\cases\console\command\LibraryTest.
Matthew Harris (7):
- Declaring
util\String::hash()as static. - Adding test coverage for
util\String::hash(). - Adding test coverage for
util\String::tokenize(). - Adding test coverage for
util\socket\Curl. - Adding test coverage for
util\socket\Stream. - Fixing variable name typo.
- Adding test coverage for
util\Validator.
Nate Abele (24):
- Re-organizing bootstrap instructions into smaller files.
- Cleanup in
config/bootstrap.php. - G11n message configuration moved from
config/switchboard.phptoconfig/bootstrap/g11n.php. - Adding test cases for
core\Libraries::find()to ensure only class files are found by default. - Refactoring path caching in
core\Librariesand adding accessor methodcache()for read/write support. - Lengthening or rewriting class docblocks for all classes in
lithium\action. Small code formatting fixes. - Removing unimplemented class
util\reflection\Coverage. - Renaming variables for clarity in
util\Set::merge(). - Removing
util\Set::filter(), and updatingSettests. - Moving all classes from
util\reflectiontoanalysispackage. - Moving all classes in
util\reflectiontoanalysispackage. Removingutil\reflection\Coverageclass. - Added documentation to
action\Dispatcherand removed unused class reference. Added documentation toaction\Controller, fixed code formatted, and added lazy-initialization refactoring inController::redirect(). - Added documentation and fixed code formatting in
core\StaticObject. - Adding filtering to
http\Media::render(). - Enabling element rendering. Elements may be rendered by calling
<?=$this->view()->render(array('element' => 'element_name'), $vars); ?>in templates. - Adding filtering to
http\Media::_handle(). - Refactoring
template\Viewto remove dependency ong11n\Media. Content filters are now applied inconfig/bootstrap/g11n.php. Also implementingrender()in all subclasses ofview\Renderer. - Committing initial draft of
AuthAPI, refactoringAdaptable, fixing method signature ofutil\String::hash(). - Fixing small return value error in
Adaptable::_config(). - Adding full session support to
Auth, along withclear()method for logging out. - Adding unit test assertion for
analysis\Logger. Coverage now at 100%. - Allowing label titles to be automatically inflected from label names in
helper\Form::label(). - Adding assertions and mock class for
action\Dispatcher. - Refactoring
http\Responseandaction\Responseto remove code from the constructor.
Niel Archer (16):
- Fixes doc block commits lost during merge process for 0.3 release.
- Fixing some styling to reflect document standard, and some whitespace in
lithium\console\command\Test. - Fixing
lithium\console\command\g11n\Extractstyling to reflect documentation standards + some whitespace. - Fixing white-space/formatting for coding/documentation standards.
- Adding
@paramsand @see to doc blocks for methodsfind(),load(),locate(),_locate(). - Adding
@paramsto doc blocks for methods__init()and_filter(). - Adding
@paramsto doc blocks for__construct()method. - Fixing
@paramin doc block for method write(). Also fixes some white-space/formatting. - Adding/Fixing
@paramsin doc blocks for methodsadapter(),clean(),clear(),delete(),key(),read(), andwrite(). - Adding/fixing dock blocks for class and methods
assertTags(),_array()and_reportException(). Also fixes some whitespace/formatting. - Adding/fixing doc blocks for methods
clean(),hash(),insert(), anduuid(). - Fixing spelling of Invocation in method names.
- Reverting my changes, that occured at the same time as coder documented them.
- Typo, spelling, and punctuation fixes.
- Fixing formatting of @params in doc blocks
- Moving @see before @var
Schreck (1):
- Changing copyright date to 2010.
alkemann (1):
- Hook check fixes in div files.
gwoo (32):
- Updating
Model::schema()to useModel::meta('source'), fixes #20. - Uupdating app.phar.gz template for
\build\Library. - Adding filter when namespaces is true, fixes [e8026850d7d16d7fe18b857490107f4bb4ce7c07]
- Refactoring inflector. removes the need for __init(). removes
variable, use camelize(word, false). changing default replacement for slug to -. - Transliterations changed to transliteration.
Inflector::clear()changed toInflector::reset(). - Initial work on
\command\build\Controller. - Finishing off the
\build\Controller. - Adding
command\build\Model. - Removing some whitespace.
- Starting to update help menu in
\console. - Some more work on help in console.
- Extracting
Command::help()to\command\Help. - Working on
\command\Help. - Moving help to a separate command. for example
li3 help,li3 help Test,li3 help api lithium.core.Libraries. - Fixing up some doc blocks in
\command\Help. - Fixing
\command\Build::_save()when app directory has a different name. - Renaming
\command\Build&\command\build\*to\command\Createand\commamnd\create\*. - Moving
coammnd\create\Libraryto\command\Library. Adding support for plugin/extension server. - Updating copyright date.
- Fixing up merge of
\command\Library. Modidying command\Help display a little. - Removing stub class.
- Adding missing
outputFiltersconfig to\template\View. - Adding some skips if
phar.readonly = 1.\command\Library::archive()requiresphar.readonly = 0. - Updating
Libaries::find()to accept the suffix via options. - Adding port, username, password options to
\command\Library. - Adding force option to
command\Library::archive(). - Adding response handling and authentication to
\command\Library::push(). - Removing lithium_docs po file for now.
- Adding configurable filter to
\command\Libraryused in archive method. - Adding some error handling to
command\Library. - Applying fix for
\template\view\adapter\Fileto handle rendering elements. - Updating
\command\Library::install().