4
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Dec 03, 2024 — Dec 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1. retructure general validators for username and password as VALIDATOR_PRIMARY 2. use UPW_STD_xxx constants rather than literals More... almost 15 years ago
1. use UPW_STD_xxx constants instead of literal values 2. use custom::set_username_password_mgr() to set up handler for SynApp2 - Tools/Users More... almost 15 years ago
1. establish UPW_STD_xxx constansts 2. add custom::set_username_password_mgr() More... almost 15 years ago
bump version More... almost 15 years ago
allow ( and ) in PageGen filenames More... almost 15 years ago
syapp2 username and password validation now uses general methods in validate.php More... almost 15 years ago
added methods validate_username_general() and validate_password_general() More... almost 15 years ago
light refactoring of AUTH_XXXX methods to support username lists and/or dynamic invocation of named callbacks More... almost 15 years ago
1. added helper function is_auth_username() 2. provides encapsulation of common logic used by custom to process CSV mixed set of username or callback function names More... almost 15 years ago
added function isset_string() More... almost 15 years ago
fixed improper call to fflush() More... almost 15 years ago
bump version More... almost 15 years ago
1) allow FETCH to send_request_pk independent of 'select' container_id this corrects a side-effect from an earlier fix that factored in the container_id (oci HRV2 example) to prevent sending multiple request_pk args if/when QID was repeated for an (adjacent table) independent FK More... almost 15 years ago
1) allow col_info['Default'] == null 2) test col_info['Default'] against null rather than empty() 3) allow successful validation of 'blank' col_vars when 'Default' is '' (empty string) More... almost 15 years ago
Removed the database qualification (identifier) from table name in SQL statement because some database names (could have) characters that would trigger syntax errors without (database engine specific) delimiters around the identifier. Immediately before the SQL statement, the database was selected (as the default) so the database name in the SQL statement is unnecessary. More... almost 15 years ago
added get_http_host() wrapper function More... almost 15 years ago
1. revised EXTRA col alias display to present 'source' view rather than expanded expression (oci HRV2 demo) 2. added validation and error messaging for PageGen filenames More... almost 15 years ago
1. fixed page flow bug that overwrote constraint key when multiple fk to adjacent table (oci HRV2 demo) 2. added support for 'setup' test/diagnostics 3. added cxl::m_response_affected_rows data member More... almost 15 years ago
1. added support for 'setup' database access configuration and connection test/dianostics 2. added do_process() hooks for new custom process context identifiers 3. added affected_rows response elemment 4. added misc action data member 'read' access methods More... almost 15 years ago
1. added support for discrete mapping of logical database names to specific hostname, username, password and/or physical database names 2. added database configuation setup and test diagnostic functions for synapp2/setup.htm 3. refactored structure of MAP_SITE_PREFIX and MAP_DATABASE_PHYSICAL 4. misc light refactoring for clarity More... almost 15 years ago
added custom processing context identifiers More... almost 15 years ago
added access methods to manage (oci) connection string More... almost 15 years ago
updates for 1.8.0 beta 4 More... almost 15 years ago
bump date More... almost 15 years ago
1. added MAP_DATABASE_... customization elements for -h -u -p 2. deprecated old representations of MAP_SITE_PREFIX and MAP_DATABASE_PHYSICAL More... almost 15 years ago
enclose logo img tag in div for strict html 4.01 compliance More... almost 15 years ago
database configuration and connection test diagnostic page. initial version. More... almost 15 years ago
set version for release More... about 15 years ago
bump version More... about 15 years ago
better behavior with Options col_expr that evaluates to 0 for MACRO, LIST_MACRO, and LIST_MACRO_ORDER More... about 15 years ago