Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Central: MySQL-escaped query strings | Kelly Rauchenberger | 2008-08-01 | 2 | -15/+15 |
| | | | | Wrapped strings in MySQL queries with mysql_escape_string() to prevent errors and XSS-attacks. | ||||
* | Central: Added InstaDisc.addSubscription function | Kelly Rauchenberger | 2008-08-01 | 1 | -1/+15 |
| | |||||
* | Central: Added library skeleton | Kelly Rauchenberger | 2008-08-01 | 2 | -7/+65 |
| | | | | | | Added the library method signatures for XML-RPC used functions to the library, and also implemented a instaDisc_sendUpdateNotice() and instaDisc_addItem(). Refs #3. | ||||
* | Central: Added positive return to InstaDisc.askForDatabase | Kelly Rauchenberger | 2008-08-01 | 1 | -0/+2 |
| | | | | Forgot to do this in the previous commit. This is [15] all over again. | ||||
* | Central: Centrallized verification checks | Kelly Rauchenberger | 2008-08-01 | 2 | -125/+142 |
| | | | | | Molded the verification checking into one library functions so the each and every XML-RPC function wouldn't have to implement. Also added the InstaDisc.sendUpdateNotice and InstaDisc.askForDatabase functions. | ||||
* | Central: Simplified function parameters | Kelly Rauchenberger | 2008-08-01 | 1 | -41/+10 |
| | | | | With the new usage of 'functions_parameters_type = "phpvals"', all parameters are stored as PHP values, and thus arrays are usable. | ||||
* | Central: Added recieving functions | Kelly Rauchenberger | 2008-08-01 | 1 | -6/+142 |
| | | | | The next step is to implement the instaDisc_* functions and complete the Central Server. | ||||
* | Central Server: Started XML-RPC interface | Kelly Rauchenberger | 2008-07-29 | 10 | -0/+6293 |
| | |||||
* | Continued working on install.php | Kelly Rauchenberger | 2008-07-26 | 3 | -20/+4 |
| | |||||
* | Redid InstaDisc, new technique in store | Kelly Rauchenberger | 2008-07-05 | 5 | -176/+26 |
| | | | | | | New technique is to use XML-RPC hooks instead of a pre-built HTML interface so people who host Central Servers will not have to use the default interface, instead allowing them to create their own. | ||||
* | Moved over to the Four Island Templating System. | Kelly Rauchenberger | 2008-06-23 | 5 | -9/+174 |
| | |||||
* | Moved code needed by most pages into a single file. | Kelly Rauchenberger | 2008-06-23 | 3 | -1/+25 |
| | |||||
* | Added database support | Kelly Rauchenberger | 2008-06-23 | 2 | -0/+23 |