pandorafms/pandora_console
guruevi eb6398fa59 2008-07-17 Evi Vanoost <vanooste@rcbi.rochester.edu>
* pandora_console/godmode/db/*.php
        -require_once for config might already have loaded
        -Changed mysql_real_escape_string in favor of get_parameter_post
        -Process the DELETE SQL queries through process_sql()
        -Changed comprueba_login() for check_login()
        -Adhered some things to preferred style
        -Compounded SQL queries into joins, subqueries or functions
        -Removed mysql_close() from db_purge.php since the select
        after the delete wouldn't work anymore (database closed)

        * pandora_console/godmode/reporting/reporting_builder.php
        -Fixed a bug that was introduced when the SQL functions returned false

        * pandora_console/include/functions_db.php
        -Made foreach instead of while loops for simpler functions
        -Fixed get_reports that failed since SQL function return false
        -All SQL functions now return false in case of empty
        -New SQL function process_sql that can handle DELETE. Returns
        affected rows in case of a changing query or an array in case
        it was a selecting query or false in case of error

        * pandora_console/include/functions.php
        -Simplified safe_input function

        * pandora_console/index.php
        -Updated SQL queries, style changes

        * pandora_console/operation/agentes/*.php
        -Style changes and updates to use check_login


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@962 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-21 12:23:28 +00:00
..
general 2008-07-17 Esteban Sanchez <estebans@artica.es> 2008-07-17 06:41:39 +00:00
godmode 2008-07-17 Evi Vanoost <vanooste@rcbi.rochester.edu> 2008-07-21 12:23:28 +00:00
images 2008-07-12 Evi Vanoost <vanooste@rcbi.rochester.edu> 2008-07-14 18:00:54 +00:00
include 2008-07-17 Evi Vanoost <vanooste@rcbi.rochester.edu> 2008-07-21 12:23:28 +00:00
operation 2008-07-17 Evi Vanoost <vanooste@rcbi.rochester.edu> 2008-07-21 12:23:28 +00:00
reporting 2008-07-08 Sancho Lerena <slerena@artica.es> 2008-07-08 20:06:44 +00:00
AUTHORS 2008-04-09 Sancho Lerena <slerena@gmail.com> 2008-04-09 14:50:15 +00:00
COPYING * Preparing the package for release Beta2 officially. 2006-07-03 17:16:20 +00:00
ChangeLog 2008-07-17 Evi Vanoost <vanooste@rcbi.rochester.edu> 2008-07-21 12:23:28 +00:00
ajax.php 2008-07-02 Esteban Sanchez <estebans@artica.es> 2008-07-02 12:30:56 +00:00
index.php 2008-07-17 Evi Vanoost <vanooste@rcbi.rochester.edu> 2008-07-21 12:23:28 +00:00
install.php 2008-07-07 Evi Vanoost <vanooste@rcbi.rochester.edu> 2008-07-07 17:33:31 +00:00
pandora_console.spec 2008-03-19 Manuel Arostegui <marostegui@artica.es> 2008-03-19 12:14:29 +00:00
pandoradb.sql 2008-07-09 Evi Vanoost <vanooste@rcbi.rochester.edu> 2008-07-09 16:41:13 +00:00
pandoradb_12_to_13.sql 2007-08-17 Sancho Lerena <slerena@artica.es> 2007-08-17 16:10:55 +00:00
pandoradb_data.sql 2008-07-07 Evi Vanoost <vanooste@rcbi.rochester.edu> 2008-07-07 17:33:31 +00:00
pandoradbdata_12_to_13.sql 2008-04-01 Jorge Gonzalez <jorge.gonzalez@artica.es> 2008-04-01 08:59:07 +00:00
upgrade.php 2008-04-09 Sancho Lerena <slerena@gmail.com> 2008-04-09 14:50:15 +00:00