about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update: Fixed up a few errors in QAKelly Rauchenberger2008-08-041-1/+2
|
* Central: Fixed up a few errors in QAKelly Rauchenberger2008-08-042-285/+197
|
* Central: Fixed string concatenationKelly Rauchenberger2008-08-041-1/+1
| | | | | | For some reason, some of the string concatenation was being done by + operators instead of . operators (probably after using Java too much), so they were replaced.
* Central: Fixed instaDisc_activateAccountKelly Rauchenberger2008-08-041-1/+1
|
* Central: Fixed minor errors in install.phpKelly Rauchenberger2008-08-041-2/+2
|
* Central: Removed unneeded .htaccess fileKelly Rauchenberger2008-08-041-4/+0
|
* Central: Wrote installation scriptKelly Rauchenberger2008-08-045-24/+751
| | | | Closes #4
* Central: Fixed minor errorsKelly Rauchenberger2008-08-032-5/+5
|
* Central: Added checks to Subscription ownership functionsKelly Rauchenberger2008-08-031-10/+34
| | | | Closes #5
* Central: Updated MySQL escape wrappersKelly Rauchenberger2008-08-032-43/+43
| | | | | Previously ([37]), MySQL query strings were updated to use the MySQL escape function mysql_escape_string(). Now, to add even more protection, the function mysql_real_escape_string() is used instead.
* Central: Added Subscription ownership functionsKelly Rauchenberger2008-08-031-0/+106
|
* Client: Added WellFormedItem backKelly Rauchenberger2008-08-021-0/+139
| | | | | | In revision 9, it was discovered that WellFormedItem.java contained my password, so it was obliberated from VCS and it needs to be added back in.
* Central: Added "xmlrpc" field to centralServersKelly Rauchenberger2008-08-022-8/+9
|
* Central: Added instaDisc_getConfig()Kelly Rauchenberger2008-08-022-18/+27
| | | | This functions retrives a single configuration value out of the database.
* Update: Renamed library functionKelly Rauchenberger2008-08-021-1/+1
| | | | Renamed function sendItem() to use the general prefix (instaDisc_) to prevent include file confusion.
* Central: Added requestRetained()Kelly Rauchenberger2008-08-021-0/+19
| | | | For some reason, this function was not implemented earlier with the rest of the XML-RPC interface.
* Central: Started library frontend functionsKelly Rauchenberger2008-08-021-0/+102
| | | | Documentation for currently available functions is located at CentralServerFrontendFunctions. Refs #5.
* Central: Fixed [wiki:Verification] systemKelly Rauchenberger2008-08-024-7/+3043
| | | | | | Also added the phpMailer class from Codeworxtech, its SMTP module and a snippet in db.php which kills execution of the Central Server if the PHP "curl" extension is not installed and loaded.
* Client: Replaced "unsafe" functionKelly Rauchenberger2008-08-011-2/+3
| | | | Fixes #2
* This is an empty revision for padding.Kelly Rauchenberger2008-08-010-0/+0
|
* Central: Completed instaDisc_sendItem() functionKelly Rauchenberger2008-08-011-0/+27
| | | | Closes #3
* Central: Added sendDatabase functionsKelly Rauchenberger2008-08-012-3/+55
| | | | | Completed the instaDisc_sendDatabase() library function and the InstaDisc.sendDatabase() XML-RPC function.
* Central: MySQL-escaped query stringsKelly Rauchenberger2008-08-012-15/+15
| | | | Wrapped strings in MySQL queries with mysql_escape_string() to prevent errors and XSS-attacks.
* Central: Added InstaDisc.addSubscription functionKelly Rauchenberger2008-08-011-1/+15
|
* Client: Fixed subcribing codeKelly Rauchenberger2008-08-011-0/+4
| | | | Previously, after subscribing to a subscription, the client would do nothing to notify the Central Server of this change. Now, an XML-RPC function is sent to it.
* Central: Added library skeletonKelly Rauchenberger2008-08-012-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.askForDatabaseKelly Rauchenberger2008-08-011-0/+2
| | | | Forgot to do this in the previous commit. This is [15] all over again.
* Central: Centrallized verification checksKelly Rauchenberger2008-08-012-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 parametersKelly Rauchenberger2008-08-011-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 functionsKelly Rauchenberger2008-08-012-7/+143
| | | | The next step is to implement the instaDisc_* functions and complete the Central Server.
* Client: Removed deprecated function from Step2.javaKelly Rauchenberger2008-08-012-11/+18
|
* Update Server: Added XML-RPC to LibraryKelly Rauchenberger2008-08-0110-0/+6222
|
* Client: Finished the "Request Retained Items" menu itemKelly Rauchenberger2008-07-312-0/+13
|
* Client: Added filtersKelly Rauchenberger2008-07-3127-130/+1237
|
* Client: Fixed up form label fieldsKelly Rauchenberger2008-07-3116-129/+96
| | | | Previously, forms used <BR> tags to break labels into lines, but it was discovered that a better effect could be generated by keeping the <HTML> tag at the beginning, removing all of the <BR>s, and resizing the JLabel.
* Client: Added Advanced Settings formKelly Rauchenberger2008-07-3111-44/+411
|
* Client: Created Manage Subscriptions formKelly Rauchenberger2008-07-3111-7/+405
|
* Client: Added blog-comment and forum-post category iconsKelly Rauchenberger2008-07-313-0/+18
|
* Client: Fixed up First Run formKelly Rauchenberger2008-07-3112-304/+172
| | | | Changed the password field (which was a JTextField) in Step 2 to a JPasswordField which has getText() deprecated in favor of getPassword(), which returns the password in a char[]. Since I currently cannot be bothered parsing a char[], I've left it using the deprectated getText(). This must be fixed at some point.
* Client: Fixed up iconsKelly Rauchenberger2008-07-302-1/+4
|
* Client: Completed "Add Subscription" formKelly Rauchenberger2008-07-308-130/+280
| | | | Fixed the Add Subscription form so that it downloads, parses and adds a Subscription if you give it the correct URL. Also synchronized all of the Database-accessing methods in Database.Wrapper because before the database was deadlocking all of the time.
* Client: Added System Tray IconKelly Rauchenberger2008-07-306-1/+37
| | | | Added an icon to the System Tray that shows a message whenever a new Item is recieved.
* Client: Automated BDB Environment placingKelly Rauchenberger2008-07-304-29/+15
| | | | Instead of requiring a script (or human intervention) to place BDB's Environment, it is instead initalized to a folder in the current user's home directory called ".instadisc". This way, not only can each user on a computer can use InstaDisc seperatly, this rids the need to provide command-line arguments to InstaDisc (with the exception of -r, for external invoking of retained requesting).
* Client: Created Add Subscription form shellKelly Rauchenberger2008-07-306-1/+377
| | | | Added the frontend for the Add Subscription form, as well as some menus for InstaDiscView. However, the Add Subscription form doesn't do anything yet, and the menus don't open anything yet.
* Client: Fixed some small errorsKelly Rauchenberger2008-07-292-4/+2
| | | | These errors would have been prevented if SOMEONE had looked over the modified source BEFORE committing. This is a message to all future VCS users.
* Client: Completed pathKelly Rauchenberger2008-07-2916-30/+433
| | | | Finally, the Item has the ability to be displayed on the Form. However, the Client now also requires to keep a list of the active Subscriptions and verify each incoming Item against it, which means that a method of subscribing to subscriptions must be implemented before further testing.
* Update Server: Sorted directory structureKelly Rauchenberger2008-07-290-0/+0
|
* Client: Encapsulated classpath JARsKelly Rauchenberger2008-07-299-11/+12
| | | | Moved required classpath JARs into a SVN controlled folder so that they are available to anyone who wishes to help develop InstaDisc. Note that the Appframework and Spring-worker JARs were not encapsulated. If you wish to help develop InstaDisc, you'd best be off using NetBeans.
* Central Server: Started XML-RPC interfaceKelly Rauchenberger2008-07-2910-0/+6293
|
* Added databaseKelly Rauchenberger2008-07-2924-11/+1490
| | | | Because of the lack of SQLite Java wrappers, InstaDisc instead uses a BDB database.