Commit Graph

596 Commits

Author SHA1 Message Date
Micha
53bc5ef34e Fix CSS layout issues for Bootstrap 5 inline editing
- Add flexbox layout for inline editing forms
- Constrain select dropdown maximum width to prevent overflow
- Improve button styling and spacing
- Fix alignment issues in inline mode
- Bump version to 25.0.2
2025-07-27 15:11:10 +02:00
Micha
4e840a540e Add repository mirrors documentation
- Update package.json with correct repository URL and mirrors array
- Add Repository section to README.md showing main repo and mirrors
- Clarify that git.24unix.net is the primary development repository
2025-07-27 14:33:30 +02:00
Micha
62674ffd54 Update dist files after demo reorganization 2025-07-27 14:16:01 +02:00
Micha
165ea9c993 Update README.md with Bootstrap 5 focus and demo instructions
- Emphasize drop-in replacement for legacy BS3 projects
- Highlight core functionality: selects and datepickers
- Add demo server instructions (php -S 0.0.0.0:8000)
- Include comprehensive installation and migration guide
- Add build instructions and dependencies list
2025-07-27 14:14:19 +02:00
Micha
9524a8acf8 Reorganize project structure and finalize Bootstrap 5 cleanup
- Create demo folder and move test files with proper naming
- Rename test.html/js/php to demo/index.html/demo.js/demo.php
- Update Gruntfile.js to Bootstrap 5 only configuration
- Clean up package.json dependencies (remove unused webpack/popper.js)
- Remove non-Bootstrap 5 dist directories
- Update webpack config to use demo files
- Fix demo paths and ensure fully functional demo
2025-07-27 14:08:17 +02:00
Micha
d4adf5e6e2 Remove legacy framework support: clean up for Bootstrap 5 only
- Remove all Bootstrap 2/3 source files and containers
- Remove jQuery UI datepicker dependencies and files
- Remove legacy input extensions (select2, typeahead, wysihtml5)
- Remove old test framework libraries
- Clean up dist files to match source removal
- Prepare codebase for Bootstrap 5 only distribution
2025-07-27 13:32:49 +02:00
Micha
ab45b130b1 Clean up debug code: remove all console.log statements
- Removed all debug console.log statements from source files
- Cleaned up date.js and datefield.js of debugging output
- Simplified test.js by removing extensive debug logging
- Reduced bundle size and improved production readiness
- Maintained all functionality while removing debug clutter

Code is now production-ready without console noise.
2025-07-26 15:46:30 +02:00
Micha
3eacb7c438 Enhance datepicker UX: position above input with proper styling
- Added CSS positioning to display inline datepicker above input field
- Enhanced datepicker styling with background, border and shadow
- Improved template with datepicker-above class for better positioning
- Maintains Bootstrap 5 compatibility and inline mode functionality

This provides a better user experience by preventing the datepicker
from appearing below and potentially being cut off by page boundaries.
2025-07-26 15:33:02 +02:00
Micha
f4dc8a3dd0 Fix datepicker functionality for Bootstrap 5 x-editable
- Updated Gruntfile to use npm bootstrap-datepicker instead of bundled version
- Fixed DPGlobal reference from bdatepicker to datepicker
- Changed mode from inline to popup to ensure date input type is used
- Fixed missing type assignment in editable element initialization
- Enhanced input2value function with fallback logic to extract dates from dates array
- Added comprehensive debugging and error handling
- Datepicker now properly opens, captures selections, and submits formatted dates
2025-07-26 14:25:39 +02:00
Micha
1dbf4d2fa7 bufixed on json source 2025-07-02 17:41:13 +02:00
Micha
fa96bccbf3 datepicker working 2025-03-09 12:19:33 +01:00
Micha
8d6ea5e084 added bs5 images 2025-03-04 14:51:12 +01:00
Micha
55d950d703 added bs5 images 2025-03-04 14:33:33 +01:00
Micha
80932401bd added bs5 images 2025-03-04 14:24:35 +01:00
Micha
af31afd34b fixed jQuery dprecations 2025-03-03 12:53:00 +01:00
Micha
30f1b9a6a9 fixed jQuery dprecations 2025-03-03 12:43:56 +01:00
Micha
d0d10a7e90 fixed jQuery dprecations 2025-03-03 12:16:55 +01:00
Micha
8176c13006 fixed jQuery dprecations 2025-03-03 11:59:50 +01:00
Micha
4d360c3749 fixed jQuery dprecations 2025-03-03 11:57:30 +01:00
Micha
323de3b9e3 fixed jQuer dprecations 2025-03-03 11:56:17 +01:00
Micha
2d450fe257 updted README.md 2025-02-23 17:56:24 +01:00
Micha
39bb5a3e71 updted README.md 2025-02-23 15:59:23 +01:00
Micha
5209d2f85d adapted README.md 2025-02-21 17:32:33 +01:00
Micha
aab5a76501 Merge branch 'bootstrap-5.3' 2025-02-21 17:25:47 +01:00
Micha
263c9ab3c4 Bootstrap 5 works 2025-02-21 17:25:26 +01:00
Micha
94b34e6256 Bootstrap5 support 2025-02-21 16:57:59 +01:00
Vitaliy Potapov
ce55af42ca Update README.md 2025-02-11 13:56:24 +04:00
MarQuis Knox
bbbd2e2b40 Update README.md 2017-01-10 13:37:34 +01:00
MarQuis Knox
5e3f54c0dd UPDATED: README.md
Updated branch to submit Pull Requests
2017-01-10 13:35:55 +01:00
MarQuis Knox
b510cc86b9 Update README.md 2016-12-20 18:31:11 +01:00
MarQuis Knox
dc8967d116 Update README.md 2016-12-18 22:26:41 +01:00
lorvent
3e983bc6d2 Merge pull request #898 from wenzhixin/patch-1
fix #897: success is not defined bug
2016-05-08 09:54:23 -04:00
wenzhixin
fe5b56a9c2 fix #897: success is not defined bug 2016-05-08 14:49:27 +08:00
lorvent
e03afb2436 Merge pull request #876 from psaintlaurent/patch-1
Incorrect deferred implementation
2016-03-18 21:19:28 +05:30
Patrick St. laurent
93789de24d Typo in github editor 2016-03-11 12:35:35 -05:00
Patrick St. laurent
a55709c990 Update bootstrap-editable.js 2016-03-11 12:33:08 -05:00
Patrick St. laurent
9275da7cfc Incorrect deferred implementation
This function creates a success object and a deferred object but the success object is never established as a handler for the deferred.  In practice this means that the display callback is never executed and values are never rendered.
2016-03-11 01:14:54 -05:00
lorvent
717d7f8594 Merge pull request #872 from AleksandrChernyavenko/master
default value for combodate.maxYear ( must be current year, not 2015 )
2016-03-02 01:03:55 +00:00
AleksandrChernyavenko
85fa502f2c default value for combodate.maxYear
Set default value  for combodate.maxYear to current year
2016-03-01 11:48:55 +02:00
lorvent
565f730945 Merge pull request #697 from tasarsu/patch-1
Bower jquery version change
2016-02-09 01:06:11 -05:00
lorvent
c54078cb23 Merge pull request #859 from PerformanceHorizonGroup/add-slider-editor
added Slider editor extension
2016-02-05 05:04:40 -05:00
Georgi Kostov
c2e64bc989 removed commented out code 2016-02-05 09:40:05 +02:00
lorvent
42b6d07a6b Merge pull request #849 from moradrouaguy/patch-1
Update bootstrap-editable.js
2016-02-04 13:48:15 -05:00
lorvent
28210f5cbb Merge pull request #690 from ma-si/patch-1
Update composer.json
2016-02-04 13:44:38 -05:00
Georgi Kostov
6099e5176d added Slider editor 2016-01-21 12:40:50 +02:00
moradrouaguy
76cdd53091 Update bootstrap-editable.js
I just put the current Year for the default maxDate (combodate).
2016-01-05 15:22:47 +00:00
Tim Uy
8de8dde8b6 Merge pull request #694 from smasala/master
stop css breaking in a popup BS3
2015-11-11 08:18:15 -08:00
Tim Uy
0cf3b10e8e Merge pull request #713 from powellzer/master
Check if select2 input exists before destroy
2015-11-11 08:12:50 -08:00
Tim Uy
5160ac6564 Merge pull request #836 from 304NotModified/patch-1
fixed syntax highlighting
2015-11-11 08:04:24 -08:00
Julian Verdurmen
f58b301414 fix syntax highlighting 2015-11-11 12:57:34 +01:00