summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* jTable v2.3.0v2.3.0Halil İbrahim Kalkan2013-03-1052-243/+1087
| | | | | | | jQueryUI theme support with jqueryuiTheme option. [#135] New field option: inputTitle. [#265] Fixed some issues. [#134, #270, #371] Updated some localization files.
* Merge pull request #331 from Dolane/patch-1hikalkan2013-03-051-4/+4
|\ | | | | Update jquery.jtable.fr.js
| * Update jquery.jtable.fr.jsDolane2013-02-281-4/+4
| | | | | | | | | | Sorry for the double commit. Merge the 2 older mistakes with 2 better labels. https://github.com/hikalkan/jtable/pull/249#issuecomment-14227152
* | Merge pull request #316 from gr9zev/patch-2hikalkan2013-03-051-6/+6
|\ \ | | | | | | Patch 2
| * | Update lib/localization/jquery.jtable.ru.jsMax Grass2013-02-261-6/+6
| | | | | | | | | deleteConfirmation, ellipsis to executing operations
* | | Update jquery.jtable.pt-BR.jshikalkan2013-03-051-1/+1
| | |
* | | Merge pull request #355 from pcsoriano/patch-1hikalkan2013-03-051-7/+7
|\ \ \ | | | | | | | | Update portuguese brazilian location file.
| * | | Update portuguese brazilian location file.Paulo Soriano2013-03-051-7/+7
| | |/ | |/|
* | | Merge pull request #315 from gr9zev/patch-1hikalkan2013-03-051-0/+30
|\ \ \ | | | | | | | | Create jquery.jtable.de.js
| * | | Update lib/localization/jquery.jtable.de.jsMax Grass2013-02-261-1/+1
| | | | | | | | | | | | canNotDeletedRecords updated
| * | | Update lib/localization/jquery.jtable.de.jsMax Grass2013-02-261-1/+1
| | | | | | | | | | | | deleteConfirmation better translation
| * | | Create jquery.jtable.de.jsMax Grass2013-02-261-0/+30
| |/ /
* | | Merge pull request #327 from mosowski/patch-1hikalkan2013-03-051-3/+3
|\ \ \ | | | | | | | | Update the Polish language in localization file
| * | | Update the Polish language in localization filemosowski2013-02-271-3/+3
| |/ /
* | | Merge pull request #309 from galders/patch-1hikalkan2013-03-051-3/+3
|\ \ \ | |_|/ |/| | Update lib/localization/jquery.jtable.es.js
| * | Update lib/localization/jquery.jtable.es.jsgalders2013-02-251-3/+3
| |/ | | | | Just added 2 terms were missing in Spanish locale
* | Added Russian localization fileStanislav Reznikov2013-02-221-0/+28
|/
* Rename French localization file.Halil İbrahim Kalkan2013-02-161-0/+0
|
* Update lib/localization/jquery.jtable.frhikalkan2013-02-161-2/+2
| | | Removed comments.
* Create jquery.jtable.frVernet2013-02-151-0/+30
| | | French localization for jTable
* jTable v2.2.1v2.2.1Halil İbrahim Kalkan2013-02-134-237/+315
| | | | | | | Support for saving page size preference of user. [#219] Fixed some issues. [#167, #214, #215, #216, #219, #231] Added 'Dutch - The Netherlands' localization. Updated some localization files.
* jTable v.2.2.0v2.2.0Halil İbrahim Kalkan2013-02-1066-6642/+8086
| | | | | | | | | | | Feature: Toolbar. [#188] Feature: 'Change page size' combobox. [#1, #128] Feature: 'Go to page' input. [#63] Feature: Multiple sorting of columns by holding CTRL key. [#48] Added options: multiSorting, gotoPageArea, pageSizes, pageSizeChangeArea, pageList and toolbar. Hungarian and Italian localizations [#179] Fixed some issues. [#209]
* Renamed Hungarian localization fileHalil İbrahim Kalkan2013-02-031-28/+28
|
* Create jquery.jtable.hudongetto2013-02-021-0/+28
| | | jTable localization file for 'Hungarian' language.
* Italian localizationHalil İbrahim Kalkan2013-01-311-0/+28
|
* jTable v2.1.1v2.1.1Halil İbrahim Kalkan2013-01-302-180/+280
| | | | | | | | Multiple dependsOn support. [#94] Enhanced option caching. [#63] Portuguese - Portugal localization. [#142] Chinese localization. [#103] Fixed some issues. [#90, #28, #130]
* Change chinese localization file's name.Halil İbrahim Kalkan2013-01-291-28/+28
|
* Update lib/localization/jquery.jtable.pt-PT.jshikalkan2013-01-281-0/+3
|
* Create jquery.jtable.pt-PT.jsedmspjp2013-01-281-0/+24
|
* Create jquery.jtable.cn.jsmonkeycraps2013-01-251-0/+28
| | | translation in chinese, thanks to the jtable.js
* jTable v2.1.0v2.1.0Halil İbrahim Kalkan2013-01-259-193/+536
| | | | | | | | | | Added cascade dropdowns and creating dynamically option list support. [#63, #94] Added field options: dependsOn and optionsSorting. Polish localization (by Grzegorz Zbucki). [#97] Lithuanian localization (by Vygandas Šimkus). [#103] Portuguese - Brazilian localization (by Renato Bigliazzi). [#129] Fixed some issues.
* jTable v2.0.1Halil İbrahim Kalkan2013-01-174-14/+83
|
* v2.0.0 fixHalil İbrahim Kalkan2013-01-132-10/+10
|
* jTable version 2.0.0Halil İbrahim Kalkan2013-01-1399-2906/+9635
| | | | | | | | | | | | | | | | | | | | All codebase revised and refactored. All CSS re-written using less css. [#3] Added metro style theme with 10 color options. [#2] Added a basic theme that can be start point who want to create themes to jTable. Added methods: getRowByKey, selectRows. [#8] Added field option: ajaxSettings. Added feature: editing primary key's value. [#34] Added feature: Allow updating a record with server response after updateAction [#66] Added ready-to-use localization scripts. [#67] Fixed some issues. [#25, #29, #42, #46] Set default values for key field as "edit: false" and "create: false" Fixed some other minor bugs. Removed standard theme. Tested with latest jQuery libraries (jQuery v1.8.3 and jQuery UI v1.9.2).
* src folder moved to libHalil İbrahim Kalkan2013-01-0446-0/+6704
There will be two folder, one of them for jTable library files those are needed to use jTable. This folder is "lib". Other one is for development, it's name is "dev".