Sebastian Grewe
8ae36844f1
fixing some PHP warnings
2013-09-07 20:53:28 +02:00
Sebastian Grewe
ab6a4f57d3
further implemetation into mmcfe-ng
2013-09-06 10:29:42 +02:00
Sebastian Grewe
7ec8fa9b95
Moving a lot of settings from config to adminpanel
...
* Migrated configuration options to admin panel
* Removed configuration options from config file
* Added help text for each configuration option into panel
Addresses #622 and needs extensive testing by pools. A lot has changed
so pool owners might have to adjust their own templates to match this
new system.
2013-08-20 12:02:47 +02:00
Sebastian Grewe
184ad5d58b
fixing color of total percentage again
2013-08-14 11:15:49 +02:00
Sebastian Grewe
567b8e1655
Fix rounding issues on total row
...
* Use actual percentages to calculate the total to ensure
the rows average matches the totals average
Fixes #596
2013-08-14 11:10:58 +02:00
Sebastian Grewe
0679601fbd
Initilize totals with 0 values
...
Addresses #596
2013-08-14 11:03:56 +02:00
Sebastian Grewe
c0e8459519
fix coloring of total percentage
2013-08-14 10:59:50 +02:00
Sebastian Grewe
85e22bc02f
Adding totals to block statistics
...
* Total expected shares
* Total actual shares
* Average Percentage
2013-08-12 10:07:19 +02:00
Sebastian Grewe
7214d27d9e
make blocks list sortable
2013-08-09 14:58:46 +02:00
Sebastian Grewe
aad8271a13
Fix blockexplorer links to use blockhash not height
...
Fixes #571
2013-08-08 09:42:10 +02:00
Sebastian Grewe
8ec1d2cab3
Adding anonymous account support
...
* Added anonymous flag to accounts table
* Added checkbox for anonymous flag in edit account page
* Updated user class to support new flag
* Updated statistics class to support anonymous and donations
* Updated all templates showing usernames to show anonymous instead
* Added new SQL `ALTER TABLE` file for upgrading the table
Fixes #419 once merged.
2013-07-12 10:33:42 +02:00
Sebastian Grewe
08359c0d19
Further escaping of user inputs
2013-07-11 15:53:38 +02:00
Sebastian Grewe
3da5a226e1
Better number format for est. shares
2013-07-08 15:42:23 +02:00
Sebastian Grewe
308b01c700
Better number format for block percentages
2013-07-08 15:40:21 +02:00
Sebastian Grewe
19a0eeb8a1
Adding colorized percentage
...
As requested by @obigal this will add colorized percentage:
* Above 100% it's red
* Below or even 100% it's green
Fixes #321
2013-07-01 18:27:41 +02:00
Sebastian Grewe
46f39723de
Display block amount/value on block list
...
Fixes #318
2013-07-01 18:01:03 +02:00
Sebastian Grewe
99a58e7119
fixed missing /if
2013-06-28 20:39:01 +02:00
Sebastian Grewe
9e59f99230
remove block confirm notice for pps
2013-06-28 20:32:18 +02:00
Sebastian Grewe
7b0ae8d86e
reduced blocks count to fixed 20
2013-06-28 20:29:51 +02:00
Sebastian Grewe
647b522b00
Adding percentage colulmn to block template
...
This shows the % of shares found for a block compared to the expected
value.
2013-06-17 15:00:56 +02:00
Sebastian Grewe
bee35325dc
Only show 20 blocks for block graph
...
Graph dynamically expands if the blocks don't fit so it's now limited to
20 which should always fit well enough.
2013-06-14 11:38:00 +02:00
Sebastian Grewe
90640d345e
removing static-ish stats width, use table width instead
2013-06-13 22:26:12 +02:00
Sebastian Grewe
e7bb725da4
remove decimals for expected shares in graph
2013-06-13 22:03:21 +02:00
Sebastian Grewe
2b56423272
adding line graphs in block stats
2013-06-13 22:01:34 +02:00
Sebastian Grewe
538c5ead88
properly sort blocks in graph
2013-06-13 17:09:59 +02:00
Sebastian Grewe
acc4880dd6
Adding block luck graph
...
* Added expected vs actual share graph to block stats
* Added new small table template for overall stats in pool stats
Fixes #91
2013-06-13 16:25:52 +02:00