16 Commits

Author SHA1 Message Date
oysteikt c4a86060b7 treewide: swap all uses of bindParam with bindValue
This causes complaints and warnings when used with functions generating
values instead of already bound variables. Nowhere do we rely on the
arguments being passed by reference.
2026-05-11 22:03:47 +09:00
oysteikt 1eabf809f0 Use bool values in database 2025-12-17 22:11:06 +09:00
oysteikt da8afe735c The formattening, part 2 2025-03-12 00:42:34 +01:00
oysteikt 7e158c9fc3 Update dependencies 2024-04-10 21:44:58 +02:00
felixalb 310246dd20 Update global config variables 2024-04-10 21:44:58 +02:00
felixalb 1f60b80b98 move sql_config.php to config.php 2024-04-10 21:44:58 +02:00
pederbs b965da0a6c Add ability to join and leave groups, get row id in a way supported by both mysql and sqlite 2018-08-09 00:50:31 +02:00
pederbs a63bc3e6a9 Fix the project editor and a delete feature 2018-08-09 00:48:53 +02:00
markuswh 9fec2d56f4 Don't allow people who don't own a project to update it 2018-02-26 16:26:10 +01:00
markuswh e60195d431 Migrate project owners to the project member table
... to keep project membership tidy and centralized
This puts organizer fitlers out of commission for now
2018-02-26 16:24:50 +01:00
markuswh 30c8aa2032 Groundwork for project members
Tools for adding/removing members are coming soon (tm)
2018-02-24 21:09:15 +01:00
markuswh d984dfb89c Begin work on project pages
Also store project owners' emails as contact info
2018-02-24 19:41:57 +01:00
yorinad ebedc31fb6 Norwegian localisation fixes 2018-02-10 18:08:53 +01:00
yorinad 6574bd576e Generalize navigation and PHP configuration 2017-11-11 15:20:58 +01:00
markuswh e5dcb07659 My projects page 2017-10-28 20:09:54 +02:00
markuswh 1da1785e46 Add project creation
The projects page will also display a few random projects now
2017-10-22 17:57:55 +02:00