Removed the session_start() into session.inc .
Minor change.
Fixed error if no match to existing batch name.
Put JS FrameSize definition at top before its use below.
Merge branch 'owentrek'
Put JS FrameSize definition at top before its use below.
Fixed batch name updater.
Fixed spelling error with "modification".
Document changes mostly and some improved examples.
Merge branch 'sfwork' of ssh://git.code.sf.net/p/libran/code into work
Updated Doxygen config file to latest version and use MathJax to render math.
Added source code links and likely output from the example code.
Fixed spelling error.
Have encrypted cards be outlined in red for easy identification.
Added a pop-up calendar widget for entering YYYYMMDD values
Collapse the left menu panel on click, reopen if a helpful text is clicked.
Took care of a couple of undefined variables.
Added "search help" page.
Check if $user is set or not and put up the login screen if not.
Don't update moddate on batch encrypt/decrypt.
Fixed the input of the encryption hint.
Added a "button" for viewing/hiding the password and encryption.
Enable or disable the creation of new users through an env.var.
Fixed problem on insert of non-encrypted card, and related issues.
Restoring things.
None of the script files need +x permission.
Merge branch 'master' of ssh://git.code.sf.net/p/i3x5/git
Now allow batch encryption/decryption along with admin capability to
No need for the script files have +x permissions.
Have the batches list give card/related/encrypted totals also.
Part way into adding project cryption. Noticed problem creating a new project.
Comment out URL rewrite
Merge branch 'master' into h081
Merge ssh://git.code.sf.net/p/i3x5/git
Merge ssh://git.code.sf.net/p/i3x5/git
Merge ssh://git.code.sf.net/p/i3x5/git
Merge ssh://git.code.sf.net/p/i3x5/git
Merge ssh://git.code.sf.net/p/i3x5/git
Merge ssh://git.code.sf.net/p/i3x5/git
Merge ssh://git.code.sf.net/p/i3x5/git
Merge ssh://git.code.sf.net/p/i3x5/git
Merge ssh://git.code.sf.net/p/i3x5/git
Need to instantiate the common object.
Add a couple helpful SQL scripts to help with data loading.
Made all the changes to handle the encrypted card field.
Added direct $user boolean whether encoding or not.
More collecting common values (from cards.inc) to common.inc.
First attempt to collect some common data in a session object.
Fixed the update project user info. The extra fields caused error messages.
Added the helpful info for crypt & hint.
Added the user project encrypted key (and hint) questions.
Added the beginnings of encrypting individual cards. Can login with the
Merge branch 'v081'
Manually rolled in the v0.8.1 fixes.
Fixed problem with creating a new user project.
Part way into adding project cryption. Noticed problem creating a new project.
Updated the version to 0.8.1
Merge branch 'master' of ssh://git.code.sf.net/p/i3x5/git
Forgot the RewriteEngine rules for .htaccess ... very needed.
Check whether foreach needs reset?
Remove reset
Merge branch 'temp'
Merge branch 'master' of ssh://git.code.sf.net/p/i3x5/git into temp
Merge ssh://git.code.sf.net/p/i3x5/git into temp
Merge branch 'temp'
DATABASE_URL and DB_CRYPT may be in the $_ENV array.
Changed db_connect.inc and .htaccess to allow the DB connection string
PHP8 requires __construct constructors instead of classname constructors.
Merge branch 'master' of ssh://git.code.sf.net/p/i3x5/git
Don't need SSLrequired since URLs are rewritten anyways.
Use env.vars for passing the DB URL and the crypt string.
Comment out php_flag, etc options and add composer.json
Merge branch 'master' of https://git.heroku.com/i3x5; ssh://git.code.sf.net/p/i3x5/git
Comment out php_flag, etc. statements, which are not understood.
Replaced the deprecated each/list with foreach.
Made the user password encryption optional by setting a value in db_connect.inc
Have the user passwords be encrypted with a symmetric encryption string,
Fixed bug with append-only inserts with apostrophes.
Fix-up the quotes and change uppercase tags to lowercase.
Made tags lowercase and more XHTML compliant.
Check is user is timed-out and go to login page. App help still works.
Fixed the body=header issue and simple search reset button.
Added a link in the related cards pop-up that shows all cards related to and including the main card for easy handling.
The query necessary for the card batches piece.
Add an AJAX pop-up to list the batches a related or source card are
Fixed the bodyright width. For windoz it needs a few pixels off the
Added the Card ID as a searchable field for the advanced search.
Blank the DB password in error messages.
Use phpPgAdmin instead of psql when necessary.
Fixed the first batch from list issue.
Have the search boxes be a bit more compact.
Open the user role page to the write level and adjust as needed.
Merge branch 'master' of ssh://git.code.sf.net/p/i3x5/git
Keep the last search SQL around and use it for refreshing the
Forgot to include the user role selector page.
Open the user role page to the write level and adjust as needed.
Added a change role feature to the Admin capabilities.
Fixed bug in "all batch" move.
Have the view cards page do searched cards or batches repeatedly
Comment out the experimental stuff for now (CSV, XML).