Plamen Vasilev
|
42bfdeb334
|
Create bg.lang.php
|
2014-03-13 17:49:05 +02:00 |
Pepijn Over
|
0291c017a6
|
Changing install module because we are going to need some logic for
upgrading soon. queries util is now a full installer util and executes all queries
|
2014-02-27 21:28:46 +01:00 |
Pepijn Over
|
addba0a8d3
|
bootstrap: changing version to 2.2.0-dev and adding check around the
psm_load_conf() to not load in install module
|
2014-02-27 21:27:37 +01:00 |
Pepijn Over
|
aed9df4cb6
|
Changing ID fields to unsigned and moving upgrade-specific sql queries to own method in install mod
|
2014-02-27 17:39:18 +01:00 |
Pepijn Over
|
32a6304f80
|
fixing fatal error introduced by commit 7a91b8a3f3 (missing semicolon & extra closing tag)
|
2014-02-27 17:21:12 +01:00 |
Pep
|
4f5e4d1ce2
|
Merge pull request #19 from VeoPVM/develop
Add uptime checking
|
2014-02-27 17:18:36 +01:00 |
Perri
|
9100ae2412
|
Correct comments
|
2014-02-27 00:59:43 +00:00 |
Perri
|
fafc0448bd
|
Add a couple of comments to make it clearer
|
2014-02-26 22:01:47 +00:00 |
Perri
|
71ab326ddb
|
Log uptime to database
|
2014-02-26 21:54:11 +00:00 |
Perri
|
7a91b8a3f3
|
Add database functions and upgrade queries for uptime logging feature
|
2014-02-26 21:06:33 +00:00 |
Perri Vardy-Mason
|
c1797b93ec
|
Merge pull request #4 from phpservermon/develop
Pull from upstream
|
2014-02-24 13:18:12 +00:00 |
Pepijn Over
|
f166f66f06
|
updating changelog for 302 location headers
|
2014-02-11 18:33:28 +01:00 |
Pepijn Over
|
a538f18cce
|
issue #13: follow HTTP Location header when checking websites
|
2014-02-11 18:32:03 +01:00 |
Pepijn Over
|
9484339842
|
issue #14: adding SMTP support and upgrading phpmailer
|
2014-02-11 18:16:00 +01:00 |
Pepijn Over
|
8b3c7f4ef5
|
adding id attribute to all form fields on config page because it is required for <label for="..">
|
2014-02-11 17:10:29 +01:00 |
Pepijn Over
|
d221e35f1f
|
Moving credits to own file
|
2014-02-11 17:02:04 +01:00 |
Pepijn Over
|
aa3fbc0dad
|
adding tabbed browsing to config page to allow the addition of more fields
|
2014-02-11 16:48:59 +01:00 |
Pepijn Over
|
00b15237e6
|
Updating Database service class to PDO mysql instead of mysql_* functions
|
2014-02-11 16:15:12 +01:00 |
Pepijn Over
|
fa9d6daab1
|
adding new homepage to README file
|
2014-02-10 23:57:40 +01:00 |
Pepijn Over
|
0f7f6f011d
|
Changing project url to http://www.phpservermonitor.org/
|
2014-02-10 23:48:43 +01:00 |
Perri Vardy-Mason
|
5506c3538a
|
Merge pull request #3 from phpservermon/develop
Merge from upstream
|
2014-02-10 19:40:08 +00:00 |
Pepijn Over
|
c415371e5d
|
removing option from template parser to directly load template files
into a file. its not being used and causes a file_exists() on all vars
|
2014-02-09 12:19:44 +01:00 |
Pepijn Over
|
a2272c579c
|
adding header to bootstrap file
|
2014-02-08 23:34:35 +01:00 |
Pepijn Over
|
6e57aaba22
|
Adding release date for 2.1.0 to changelog
|
2014-02-08 23:32:23 +01:00 |
Pepijn Over
|
7b8726aae1
|
removing duplicate br language file
|
2014-02-08 23:06:34 +01:00 |
Pepijn Over
|
c5fab10a9e
|
Merge branch 'develop' for v2.1.0 release
|
2014-02-08 23:00:56 +01:00 |
Pepijn Over
|
d60488d696
|
Fixing gitignore
|
2014-02-08 22:58:00 +01:00 |
Pepijn Over
|
a4ff02aacf
|
fixing new config after install (was missing PSM_CONFIG constant)
|
2014-02-08 21:57:27 +01:00 |
Pepijn Over
|
377e3e485a
|
fixing status label in top menu
|
2014-02-08 21:56:15 +01:00 |
Pepijn Over
|
d6ff7bfbda
|
fixing logging status records
|
2014-02-08 21:53:50 +01:00 |
Pepijn Over
|
17c7f3b3c3
|
issue #9: adding check to prevent cronjob from running multiple times
|
2014-02-08 21:16:41 +01:00 |
Pepijn Over
|
10f9d666d2
|
adding psm_update_conf() function
|
2014-02-08 21:03:10 +01:00 |
Pepijn Over
|
947923c5d6
|
Adding regex support to search for patterns in the website body, thanks
to Paul Feakins.
|
2014-02-08 20:14:49 +01:00 |
Pepijn Over
|
9894399c2a
|
updating readme for new install
|
2014-02-08 19:36:17 +01:00 |
Pepijn Over
|
6e19063972
|
Adding new install mode with upgrade support. Config file has been moved
one more (and last..) time so its back in the root directory.
|
2014-02-08 18:40:22 +01:00 |
Pepijn Over
|
6075bc80ab
|
Changing Database service to accept custom db info in construct, no
longer solely relying on config constants
|
2014-02-08 18:35:49 +01:00 |
Pepijn Over
|
90b1ba5705
|
Overhauling the module part, the way the actions are processed (see
setActions()), automatic method detection for these actions and some
more.
|
2014-01-29 00:57:36 +01:00 |
Pepijn Over
|
355daae51c
|
adding @since tag to Marketer text class
|
2014-01-21 23:36:18 +01:00 |
Pepijn Over
|
fc54c909fc
|
Moving status updater to own namespace
|
2014-01-21 23:22:33 +01:00 |
Pepijn Over
|
003fc4569c
|
updating changelog + readme credits
|
2014-01-21 23:09:51 +01:00 |
Pepijn Over
|
59ec03f974
|
Adding "Service" namespace under psm and moving database + template handlers
|
2014-01-21 22:50:36 +01:00 |
Pepijn Over
|
552187c2ab
|
changing status page to use language file
|
2014-01-21 22:33:21 +01:00 |
Pepijn Over
|
3c344cba8e
|
merging brazillian language
|
2014-01-21 22:28:52 +01:00 |
Pepijn Over
|
3596ff5bd8
|
rearranging menu: moving config behind status
|
2014-01-21 22:28:11 +01:00 |
Luiz Alberto S. Ribeiro
|
e279a179fd
|
add brazilian portuguese language
|
2014-01-21 22:19:14 +01:00 |
Pepijn Over
|
2f8ab74cc6
|
adding config file and netbeans project dir to git ignore
|
2014-01-21 22:16:22 +01:00 |
Perri Vardy-Mason
|
a900b33fd1
|
Merge pull request #1 from dopeh/develop
Merge pull request #6 from VeoPVM/develop
|
2014-01-17 14:14:31 -08:00 |
Pep
|
9481ae72d0
|
Merge pull request #6 from VeoPVM/develop
Improvements
|
2014-01-16 05:58:42 -08:00 |
Perri
|
5f8aa4c003
|
Minor spelling and grammar changes
|
2014-01-12 13:30:48 +00:00 |
Perri
|
3fe4866ebf
|
Add PHPStorm files to ignore list
|
2014-01-12 12:32:54 +00:00 |