Revert "Fix encoding"
[infodrom/hallinta] / ajax / ajax.php
2022-08-14 Joey SchulzeIntroduce simple AJAX backend
2022-08-07 Joey SchulzeImprovements
2022-07-17 Joey SchulzeRefactoring: Move function selection into function...
2022-07-17 Joey SchulzeDistinguish between inline and attachment disposition...
2022-07-17 Joey SchulzeSimplify AJAX callbacks by using default name cb_*
2022-07-17 Joey SchulzeIntroduce ignore=true, and source=callable for edit...
2021-05-17 Joey SchulzePropagate file date when user is downloading file
2021-05-17 Joey SchulzeImplement template framework
2021-05-17 Joey SchulzeRefactor menu system and use the RewriteEngine
2018-06-26 Joey SchulzePrevent storing of zero size files
2017-09-21 Joey SchulzeAdd token to login form and AJAX processing
2017-09-21 Joey SchulzeUse current page as base for menu calculation
2017-09-21 Joey SchulzeImprove error message when uploading files too large
2017-09-21 Joey SchulzeDetect character encoding of text files automatically...
2017-08-17 Joey SchulzeOptimise secondary grid handling
2017-08-17 Joey SchulzeSwitch grid booting to AJAX/Javascript, allow multiple...
2015-10-10 Joey SchulzeReturn only associative array
2015-09-22 Joey SchulzeImprove menu
2015-09-21 Joey SchulzeFinish integration and move edit facility into popup
2015-09-18 Joey SchulzeMerge branches 'firefox39.0' and 'upload'
2015-09-18 Joey SchulzeAlways use lowercase suffix when accepting uploaded...
2015-08-12 Joey SchulzeStop double encoding during insert
2015-08-09 Joey SchulzePrevent double encoding of uploaded files, use send...
2014-02-24 Joey SchulzeMerge branches 'input-check-clear', 'listedit', 'rico...
2014-02-24 Joey SchulzeAdd support for popup editing inside a live grid
2013-12-21 Joey SchulzeMerge branches 'ILIKE', 'brokensession', 'autologout...
2013-12-21 Joey SchulzeSupport last insert id via Database class
2013-05-26 Joey SchulzeAdd UTF8 charset to text content types
2013-05-26 Joey SchulzeRemove debug output
2011-12-27 Joey SchulzeMove sending of files into simple function
2011-10-02 Joey SchulzeEncode filename into UTF-8
2011-07-20 Joey SchulzeCheck for existance before using the value
2011-07-17 Joey SchulzeCheck for existance before using the value
2011-07-17 Joey SchulzeSwitch to PDO
2011-05-08 Joey SchulzeUntypo
2011-05-08 Joey SchulzeAllow text values for hidden fields
2011-05-08 Joey SchulzeAdd predelete and postinsert and pass last inerted...
2011-03-08 Joey SchulzeNeed to escape filenames as well
2011-03-06 Joey SchulzeProvide general function for downloading arbitrary...
2011-02-27 Joey SchulzeAllow downloading of stored files
2011-02-20 Joey SchulzeNeed to encode input data as UTF-8 on insert since...
2011-02-14 Joey SchulzeSupport file upload via AJAX
2011-02-13 Joey SchulzeAllow custom backend functions
2011-02-13 Joey SchulzeSupport special html type for raw html code
2011-02-13 Joey SchulzeUse _REQUEST for some general fields
2011-02-13 Joey SchulzeConvert date from German format to ISO
2010-05-13 Joey SchulzeMove real deletion into function, allow external deleti...
2010-05-12 Joey SchulzeSupport deletion in secondary tables via array tables_d...
2010-04-16 Joey SchulzeSupport custom save function
2010-03-10 Joey SchulzeSupport mask specific insert functions
2010-03-10 Joey SchulzeAdd transmitted parameter to info responses
2010-03-09 Joey Schulze*sigh* empty('0') evaluates to true even though the...
2010-03-08 Joey SchulzeEncode password with new users' login
2010-03-08 Joey SchulzeEncode password with new users' login
2010-03-06 Joey SchulzeCheck permissions when accessing pages
2010-03-04 Joey SchulzeSupport calculation of details values via a function...
2010-03-04 Joey SchulzeAdd support for secondary tables for editing
2010-03-04 Joey SchulzeHandle hidden fields as if they were integers
2010-03-04 Joey SchulzeSupport arbitrary callback queries
2010-03-04 Joey SchulzeSupport data coming from non-canonical fields and ignor...
2010-03-04 Joey SchulzeReorganise variables as array so that postcall works...
2010-03-03 Joey SchulzeDon't need the array key but a value
2010-03-01 Joey SchulzeFormat date values with German date format
2010-02-28 Joey SchulzeSupport option values as strings as well
2010-02-28 Joey SchulzeSupport select fields, add missing curley brackets
2010-02-28 Joey SchulzeSupport required fields - report information into backend
2010-02-28 Joey SchulzeAdd support for saving decimal values
2010-02-28 Joey SchulzeSupport NULL values if requested
2010-02-27 Joey SchulzeAdd framework for setting variables from frontend store...
2010-02-25 Joey SchulzeDisplay information about time of last edit
2010-02-25 Joey SchulzeImproved handling of passwords (encrypt upon storage...
2010-02-25 Joey SchulzeAdd support for password fields
2010-02-25 Joey Schulze . Implement save, insert and delete for records
2010-02-25 Joey SchulzeAutomatically calculate the filesystem path of the...
2010-02-25 Joey SchulzeSupport boolean fields alias checkboxes
2010-02-25 Joey SchulzeRename mask parameter into source
2010-02-25 Joey SchulzeAdd AJAX backend for fetching data and filling the...
2010-02-24 Joey SchulzeMove general management into init.php
2010-01-20 Joey SchulzeBackend function to provide some details
2010-01-20 Joey SchulzeNew index with basic functions