Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-01 | Fix property->field conversion | Benjamin Franzke | 1 | -1/+1 | |
Support the 'fooBarBaz' usecase | |||||
2016-02-01 | add property: Optimize tca column-definition positioning | Benjamin Franzke | 1 | -13/+23 | |
Place the column definition before the bracket with the same indentation as the line with "'columns' =>" | |||||
2016-01-31 | add property: Update the "update foo to move.." message | Benjamin Franzke | 1 | -1/+1 | |
Do not mention ext_tables.sql and $model_file since they are fixed | |||||
2016-01-31 | add property: Try to define the property before the first function | Benjamin Franzke | 1 | -7/+37 | |
..but only if a function is found, else write it to the end of the file | |||||
2016-01-31 | Update TODO | Benjamin Franzke | 1 | -1/+1 | |
2016-01-31 | property: Optimize positioning in ext_tables.sql | Benjamin Franzke | 1 | -3/+22 | |
Put the new field before tstamp (i.e after the last added property) like a human would do. | |||||
2016-01-31 | Set the field to be the title field, if it's the first property | Benjamin Franzke | 1 | -0/+1 | |
It's the first property when label is set to 'uid' | |||||
2016-01-31 | Cleanup leading comma searchFields if searchFields was empty | Benjamin Franzke | 1 | -0/+1 | |
2016-01-30 | update TODO | Benjamin Franzke | 1 | -2/+1 | |
2016-01-30 | Show help text if there are less than 3 arguments specified | Benjamin Franzke | 1 | -0/+33 | |
2016-01-30 | Fail if the script is not run in an extension's root dir | Benjamin Franzke | 1 | -0/+5 | |
2016-01-30 | Add support for more types | Benjamin Franzke | 1 | -9/+81 | |
password, float, bool, date, datetime, time, timesec, date_timestamp and datetime_timestamp | |||||
2016-01-30 | cleanup an old comment | Benjamin Franzke | 1 | -4/+0 | |
2016-01-30 | Add support for automatic searchFields population | Benjamin Franzke | 1 | -4/+8 | |
2016-01-30 | Add TODO's | Benjamin Franzke | 1 | -0/+2 | |
2016-01-30 | Add support for TCA files named by the tablename | Benjamin Franzke | 1 | -3/+8 | |
2016-01-27 | Initial implementation of automatic property additiion | Benjamin Franzke | 1 | -0/+142 | |
Currently supported types are int,string,text and rte (although rte does not yet initialize the rte_transofmr) Usage: add_extbase_property.sh ModelName newProperty int add_extbase_property.sh ModelName newProperty string add_extbase_property.sh ModelName newProperty text add_extbase_property.sh ModelName newProperty rte |