Commit graph

131 commits

Author SHA1 Message Date
ff5bd7e202 make customizations for pluto 2024-10-18 22:22:44 -04:00
1044fa8ccb So many changes... I wanted to do this piece by piece, but once I
got started, I couldn't stop:
Update Smarty
Update bootstrap
Switch to using cards
Set up themes
Improve sorting (add direction)
Use modals for viewing, editing, adding items.
Add Help page
Add bookmarklet
Add footer
2024-10-18 22:07:51 -04:00
a3855e078c
add themeswitcher 2024-10-11 19:15:35 -04:00
8a9d02047d restore .gitignore's trailing newline 2024-10-11 18:29:48 -04:00
9eb8a1d1c2 fix version notation for lightbox css; and don't force white for the divider 2024-10-11 14:16:23 -04:00
5fc8557058 theming plus script/css normalization 2024-10-11 13:59:37 -04:00
90d2218066 use jsdelivr for js and css; update datepicker 2024-10-10 16:32:31 -04:00
a55ffb29fa update navbar code from 5.3.3 docs 2024-10-10 15:15:04 -04:00
de3e8f6809 Remove some redundant links
Set default variables
2024-10-10 00:51:22 -04:00
c3dea321b9 fix permissions on new image files 2024-10-10 00:41:12 -04:00
e3b6687198 Add userprofile.png 2024-10-10 00:38:41 -04:00
1530c11447 replace user-specific functions on navbar with menu and userprofile icon 2024-10-10 00:36:16 -04:00
cea83135e4 make the navbar work with bootstrap 5.3.3 2024-10-10 00:20:39 -04:00
8eefdf6796 upgrade bootstrap to 5.3.3 and lightbox to 2.11.4 2024-10-09 22:52:10 -04:00
2053e98e88 upgrade to newer jquery; disable customizations from stock bootstrap 2024-10-09 18:54:11 -04:00
d550765405 Fix errors about uninitialized variables 2024-10-09 18:52:37 -04:00
d16d20afb5 Upgrade to stock boostrap v2.3.2 files 2024-10-09 18:51:38 -04:00
78edb8e54b Move to stock v2.3.2 bootstrap files 2024-10-09 18:51:11 -04:00
c2a5638412 Merge branch 'mike' into mike_test 2024-10-09 16:06:58 -04:00
159059e679 Add updated columns 2024-10-09 16:06:26 -04:00
4219bd3784 Test Gift Registry 2024-10-09 16:04:51 -04:00
3706394fa9 make conf_file variable instead of using the file path twice 2024-10-09 16:03:33 -04:00
68301fdba0 Add updated columns 2024-10-09 15:33:41 -04:00
4a84c81ca6 use /var/www/conf 2024-10-09 15:32:13 -04:00
93680320c7 add back config.php 2024-10-09 14:25:15 -04:00
a6fbd2774b Add a config.php.dist file as an example 2024-10-09 13:23:03 -04:00
e50c30708e ignore config.php 2024-10-09 13:18:34 -04:00
286201b528 add help pages 2024-10-09 13:05:07 -04:00
5648581f4e Reapply "use newuser_default_family to set a mandatory default family for new users"
This reverts commit 0478c4f78c.
2024-10-09 12:41:55 -04:00
0478c4f78c Revert "use newuser_default_family to set a mandatory default family for new users"
This reverts commit 8903531a46.
2024-10-09 12:41:31 -04:00
8903531a46 use newuser_default_family to set a mandatory default family for new users 2024-10-09 09:50:54 -04:00
582c53a5fd set up show_helptext as a user preference; add name field 2024-10-09 09:32:36 -04:00
a55db3c545 Add image files added 2024-10-08 22:44:38 -04:00
e601540c38 Changes for my own site 2024-10-08 22:44:19 -04:00
Ryan Walberg
381628e571
Merge pull request #7 from generalpf/undefined_image_base_filename
fix undefined variable warning
2024-05-10 18:05:53 -04:00
Ryan Walberg
db7e1f08a9 cleaner way to do that 2024-05-10 18:02:29 -04:00
Ryan Walberg
63008cb4de fix undefined variable warning; tune up .gitignore 2024-05-06 21:34:32 -04:00
Ryan Walberg
99581c314a
Merge pull request #5 from generalpf/generalpf-fix-bound-param-error
fix bound param error
2024-05-03 09:27:20 -04:00
Ryan Walberg
088ee7cf6f
fix bound param error 2024-05-03 09:08:14 -04:00
Ryan Walberg
d0db393104
Merge pull request #3 from javmorin/bugfixes
Miscellaneous bugfixes for current release version (rebased to master)
2023-11-30 08:35:20 -05:00
Ryan Walberg
20faa7c3ac
Merge pull request #4 from javmorin/restore-category-validation
Restore validation of item category
2023-11-30 08:35:10 -05:00
Mike Javorski
4033aeaa67 Restore validation of item category (must not specify "selected") 2023-11-29 11:56:16 -08:00
Mike Javorski
dfc3397f55 Bugfix: Always show pagination controls on home page if offset > 0
If you have items_per_page+1 items in your list and delete the sole
item on the second page, you would end up stuck without a way to
navigate to the first page.
2023-11-29 11:51:41 -08:00
Mike Javorski
ab4815fd88 Bugfix: Correct syntax for prepared statement in "copy" action 2023-11-29 11:49:12 -08:00
Ryan Walberg
0503a9b5ce upgrade Smarty 3.1.12 -> 3.1.48 to fix each() deprecation 2023-04-02 20:38:48 -04:00
Ryan Walberg
745dae62ac fix link to project on login page 2023-02-26 22:26:10 -05:00
Ryan Walberg
d5f5dfd11e use https:// for jQuery 2023-02-26 22:20:49 -05:00
Ryan Walberg
199de38a83 fix Smarty override class to match superclass signature 2023-02-25 20:00:51 -05:00
Ryan Walberg
9e53d930d2
Merge pull request #2 from generalpf/upgrade-MySQL
update SQL script for MySQL 8.x
2022-07-23 15:05:23 -04:00
Ryan Walberg
831c3ef255 update SQL script for MySQL 8.x 2022-07-23 15:01:29 -04:00