Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 5.2 #351

Open
wants to merge 121 commits into
base: master
Choose a base branch
from
Open

Laravel 5.2 #351

wants to merge 121 commits into from

Conversation

Bjarny17
Copy link

No description provided.

eugenem and others added 30 commits June 27, 2015 09:46
select column fixes and improvements
The primary key of a model will not always be "id". This commit fixes this by using the key name from the model.
This allows multiple forms in the same page by allowing prefixes in form elements items.
You could use "form1.input1" for an input name for instance and only input1 will be used to
read and write the values to the model instance.
…files

Fixed pt_BR lang files containing syntax errors
Corrección ortografía.
Українська мова
Add possibilities to extend ckeditor configurations
BaseFormItem::validationRules() can accept validation string (i.e. "required|string|max:10")
at some point you or i (personally) have to use some query like

select count(distinct `col`) from blabla group by `col`

this add a functionality to do it, please review :D
Add functionality to select count distinct
It doesn't compile because there were pluses added to the beginning of lines 41-43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.