Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-01-24
| ||
| 23:33 | [CORE] - Start reworking our template engine. Leaf check-in: be0ae23b58 user: julcar tags: template_engine_rework | |
| 08:14 | [MODULES] - Merge latest changes from users_module_rework branch. Leaf check-in: 969c445dd5 user: julcar tags: trunk | |
|
2026-01-22
| ||
| 20:27 | [MODULES] - Fix compilation (again). Leaf check-in: 8ac88f5a8b user: julcar tags: users_module_rework | |
| 09:57 | [MODULES] - Fix a compilation error. check-in: 9f050c0079 user: julcar tags: users_module_rework | |
| 09:49 | [LIBS][MODULES] - Move TwitterLogin() and FacebookLogin() procedures outside user module, and place them instead in OAuth login library where they belong. check-in: 6874afd610 user: julcar tags: users_module_rework | |
| 09:45 | [CORE] - Implement a function to remove trailing slashes in urls. check-in: 922ab294c6 user: julcar tags: users_module_rework | |
|
2026-01-16
| ||
| 09:15 | [MODULES] - Export some of our new functions in users.bi, they will be used later. check-in: 693a932d60 user: julcar tags: users_module_rework | |
|
2026-01-11
| ||
| 15:20 | [MODULES] - Use proper redirection with timer in the cases where it is needed. check-in: 42a5131dd4 user: julcar tags: users_module_rework | |
| 07:31 | [MODULES] - Make sure we have an username before loading it. check-in: 5afbbc30e6 user: julcar tags: users_module_rework | |
| 07:22 | [MODULES] - Fix query generation in UpdateUser() to avoid potential syntax errors. check-in: 47c5529c77 user: julcar tags: users_module_rework | |
| 06:39 | [MODULES] - How you dare to forget saving user email? BRUH moment of the day. check-in: 734f2cee0f user: julcar tags: users_module_rework | |
| 01:54 | [MODULES] - Fix check before assignment. check-in: c855cc1f03 user: julcar tags: users_module_rework | |
| 01:42 | [MODULES] - Get back to the old way to validate CAPTCHA. check-in: 43fe7d38f5 user: julcar tags: users_module_rework | |
| 01:26 | [MODULES] - Do not validate CAPTCHA if there is nothing to validate. check-in: 617248057d user: julcar tags: users_module_rework | |
| 00:45 | [MODULES] - Get rid of this whole set of (now) unused variables, also fix trailing whitespaces. check-in: cf0a3fd03a user: julcar tags: users_module_rework | |
| 00:39 | [MODULES] - Improve (and simplify) users panel logic. check-in: 83783f7544 user: julcar tags: users_module_rework | |
|
2026-01-10
| ||
| 23:49 | [MODULES] - Fix compilations errors. check-in: 77e06d1cbb user: julcar tags: users_module_rework | |
| 23:26 | [MODULES] - Improve logic in password reset process. check-in: 519833cfb7 user: julcar tags: users_module_rework | |
| 01:11 | [MODULES] - Simplify CreateOAuthLogin() too. check-in: 82aa1945d9 user: julcar tags: users_module_rework | |
| 00:14 | [MODULES] - Simplify CreateUser(), move code back to where it is needed. check-in: 8985b32680 user: julcar tags: users_module_rework | |
|
2026-01-09
| ||
| 23:47 | [MODULES] - Do some variable cleanup, also reuse some variable names. check-in: 038e34c00c user: julcar tags: users_module_rework | |
| 20:02 | [MODULES] - Modularize OAuth login creation. check-in: 74fc5ee1fa user: julcar tags: users_module_rework | |
| 19:28 | [MODULES] - Make use of UpdateUser() when needed. check-in: 8eb26e13f4 user: julcar tags: users_module_rework | |
| 10:36 | [MODULES] - Remove a call to a non-implemented function, also add a missing param clearing. check-in: 111b7e1380 user: julcar tags: users_module_rework | |
| 06:21 | [MODULES] - Implement a routine for user data updating. check-in: 85bfe42e41 user: julcar tags: users_module_rework | |
| 00:46 | [MODULES] - Improve logic in users registering process. check-in: 0d9dbb58f3 user: julcar tags: users_module_rework | |
|
2026-01-08
| ||
| 19:31 | [MODULES] - Move session destruction code to his own procedure. check-in: 98aafb06d4 user: julcar tags: users_module_rework | |
| 00:41 | [MODULES] - Improve user login logic. check-in: a2618ab3af user: julcar tags: users_module_rework | |
|
2026-01-07
| ||
| 23:57 | [MODULES] - Get rid of duplicated code by modularizing user creation routine. check-in: d89e1346d4 user: julcar tags: users_module_rework | |
| 23:11 | [MODULES] - Move code to his own function to improve code readability. check-in: b58fe93b35 user: julcar tags: users_module_rework | |
| 01:18 | [MODULES] - Modularize Session Creation to avoid code repetition. check-in: 892065fffa user: julcar tags: users_module_rework | |
| 00:52 | [MODULES] - Perform User Alias validation just once in LoadUser() procedure instead of validating everywhere. check-in: 96ca3fd591 user: julcar tags: users_module_rework | |
| 00:44 | [MODULES] - Get rid of magic numbers and make them constants instead. check-in: 94882f78e7 user: julcar tags: users_module_rework | |
| 00:20 | [MAIN] - Fix a mess caused by a typing error. check-in: 1f3abdc298 user: julcar tags: trunk | |
| 00:07 | [MODULES] - Add a missing ELSE case in profiles module. check-in: b0e50f01e1 user: julcar tags: trunk | |
| 00:03 | [LIBS][CGI] - Only parse STDIN when request enctype states a form has been sent, also add a missing declaration. check-in: 8eccb91912 user: julcar tags: trunk | |
|
2026-01-06
| ||
| 23:59 | [CORE] - Do not encode double quotes. check-in: a0101c9f80 user: julcar tags: trunk | |
|
2025-12-31
| ||
| 00:36 | [CORE] - Do not encode double quotes.core/strings.bas check-in: 6023bc3829 user: julcar tags: trunk | |
|
2023-08-24
| ||
| 23:16 | [MODULES] - Add missing title for post saved page. check-in: 6c5d8d2ed7 user: julcar tags: trunk | |
| 22:32 | [DATA] - Update oauth-providers.json to work with recent OAuth2 client changes. check-in: 34307e20b2 user: julcar tags: trunk | |
| 18:54 | [MODULES] - Disable temporaly facebook posting until it is fixed. check-in: 5d40cd56c4 user: julcar tags: trunk | |
| 10:03 | [LIBS][MODULES] - Big code upgrade for our OAuth 2.0 client library: get rid of dead code, simplify client functions, reduce intermediate steps, wipe out OAuth 1.x related code, among other changes... now we are able (again) to login with ex-twitter (thanks Elon) and post statuses, everything adapted to latest X api changes. check-in: 2a92003be9 user: julcar tags: trunk | |
| 09:54 | [JSON] - Fix an edge-case where a numeric value close to a comma can lead to parsing failure. check-in: a2755df760 user: julcar tags: trunk | |
|
2023-08-08
| ||
| 09:38 | [MAIN][CORE][MODULES][TEMPLATES] - Merge admin_panel_redesign branch into trunk. check-in: 88da91874c user: julcar tags: trunk | |
| 09:33 | [TEMPLATES] - Change position of page snippet Leaf check-in: b68a9c0069 user: julcar tags: admin_panel_redesign | |
| 09:30 | [TEMPLATES] - Second attempt to improve admin panel interface. check-in: b4787c31db user: julcar tags: admin_panel_redesign | |
| 09:28 | [MODULES] - Fix page preview from admin panel check-in: 3f7531139e user: julcar tags: admin_panel_redesign | |
| 08:57 | [CORE] - Fix page list in admin panel check-in: 7f29c11666 user: julcar tags: admin_panel_redesign | |
|
2023-08-06
| ||
| 09:55 | [TEMPLATES] - First attempt to improve admin panel interface. check-in: 0d90126b45 user: julcar tags: admin_panel_redesign | |
| 09:46 | [MODULES] - Revert commit 46dc3cecb9. check-in: f6df3a1e1e user: julcar tags: admin_panel_redesign | |