]> ruin.nu Git - ndwebbie.git/log
ndwebbie.git
14 years agoChange the calls and incomings structure
Michael Andreen [Thu, 30 Jul 2009 15:27:10 +0000 (17:27 +0200)]
Change the calls and incomings structure

Rename the call id to call, and the incoming id to inc, so it is unique
within the database and thus can be used in natural join and join ..
using.

Remove covered and open variables and replace with a status. Different
statuses can be added to call_statuses table, but at the moment only
Open, Covered and Ignored is supported.

14 years agoList of members with their ranks
Michael Andreen [Sun, 12 Jul 2009 16:57:09 +0000 (18:57 +0200)]
List of members with their ranks

14 years agoChange database structure for planets and alliances + PG 8.4 changes
Michael Andreen [Tue, 28 Jul 2009 00:51:51 +0000 (02:51 +0200)]
Change database structure for planets and alliances + PG 8.4 changes

Change the id for planets from id to pid. Similar change for alliances where
id is changed to aid. This makes them unique in the database, which
makes it possible to replace several 'JOIN .. ON' with 'JOIN .. USING'
or 'NATURAL JOIN'.

Also, use the real alliance name as foreign key instead of the
surrogate key.

Some bigger queries are moved into views, mainly defense calls and
alliance resource estimation.

Together with this, use some new PostgreSQL 8.4 features.

* CTE and Window function for alliance resource estimate, so only the
  top60 planets are picked.

* Use the new array_agg() instead of the custom array_accum()

Also, since 0000 is not a valid year anymore, raid.js is changed to use
0001 instead.

14 years agoUse the new defprio view for calls
Michael Andreen [Sat, 25 Jul 2009 16:07:13 +0000 (18:07 +0200)]
Use the new defprio view for calls

14 years agoAdd defprio to main and top members
Michael Andreen [Sat, 25 Jul 2009 15:49:14 +0000 (17:49 +0200)]
Add defprio to main and top members

14 years agoAdded page to list def channels and alliance for planets
Michael Andreen [Sat, 25 Jul 2009 13:58:07 +0000 (15:58 +0200)]
Added page to list def channels and alliance for planets

14 years agoFix, make the planet scan parsing stricter
Michael Andreen [Wed, 22 Jul 2009 20:10:56 +0000 (22:10 +0200)]
Fix, make the planet scan parsing stricter

14 years agoFaster query for counting unread posts
Michael Andreen [Wed, 15 Jul 2009 21:19:32 +0000 (23:19 +0200)]
Faster query for counting unread posts

14 years agoConvert messy pl/perl functions into cleaner pl/pgsql functions.
Michael Andreen [Fri, 5 Jun 2009 19:42:00 +0000 (21:42 +0200)]
Convert messy pl/perl functions into cleaner pl/pgsql functions.

14 years agoShow when the gal was last raided
Michael Andreen [Sun, 12 Jul 2009 11:37:39 +0000 (13:37 +0200)]
Show when the gal was last raided

14 years agoAdd a title attribute showing the target id
Michael Andreen [Wed, 8 Jul 2009 20:18:58 +0000 (22:18 +0200)]
Add a title attribute showing the target id

14 years agoBugfix, so recall fleets work at eta 1
Michael Andreen [Wed, 8 Jul 2009 12:10:14 +0000 (14:10 +0200)]
Bugfix, so recall fleets work at eta 1

14 years agoUpdated Catalyst::Devel files to 1.19
Michael Andreen [Mon, 6 Jul 2009 19:35:24 +0000 (21:35 +0200)]
Updated Catalyst::Devel files to 1.19

14 years agoNeed to pick channel before sending
Michael Andreen [Thu, 2 Jul 2009 18:06:20 +0000 (20:06 +0200)]
Need to pick channel before sending

14 years agoFix, for really tiny players
Michael Andreen [Thu, 2 Jul 2009 17:56:55 +0000 (19:56 +0200)]
Fix, for really tiny players

14 years agoUse filter instead of having to stash the function everywhere
Michael Andreen [Mon, 29 Jun 2009 08:24:13 +0000 (10:24 +0200)]
Use filter instead of having to stash the function everywhere

14 years agoAdd support for variable cap
Michael Andreen [Mon, 29 Jun 2009 08:02:21 +0000 (10:02 +0200)]
Add support for variable cap

14 years agoMove markitup to an include file and use for both board and thread
Michael Andreen [Sun, 21 Jun 2009 20:43:49 +0000 (22:43 +0200)]
Move markitup to an include file and use for both board and thread

14 years agoDon't use hardcoded width
Michael Andreen [Wed, 22 Apr 2009 15:29:59 +0000 (17:29 +0200)]
Don't use hardcoded width

14 years agoUse markitup editor on forum
Michael Andreen [Sun, 5 Apr 2009 19:17:00 +0000 (21:17 +0200)]
Use markitup editor on forum

14 years agoMake size bbcode tag use percent instead of arbitrary scale
Michael Andreen [Sun, 5 Apr 2009 19:17:39 +0000 (21:17 +0200)]
Make size bbcode tag use percent instead of arbitrary scale

14 years agoConvert to catalyst 5.8
Michael Andreen [Sat, 13 Jun 2009 15:42:05 +0000 (17:42 +0200)]
Convert to catalyst 5.8

14 years agoMake the email field wider
Michael Andreen [Sun, 7 Jun 2009 18:31:33 +0000 (20:31 +0200)]
Make the email field wider

14 years agoLet users change email address
Michael Andreen [Fri, 5 Jun 2009 21:30:21 +0000 (23:30 +0200)]
Let users change email address

14 years agoInfrastructure to handle sms relaying.
Michael Andreen [Sun, 31 May 2009 21:39:38 +0000 (23:39 +0200)]
Infrastructure to handle sms relaying.

14 years agoBugfix, spaces not appreciated in urls
Michael Andreen [Tue, 26 May 2009 15:05:47 +0000 (17:05 +0200)]
Bugfix, spaces not appreciated in urls

14 years agoMake it possible to set calc through webbie
Michael Andreen [Fri, 22 May 2009 18:46:16 +0000 (20:46 +0200)]
Make it possible to set calc through webbie

14 years agoFixed typo
Michael Andreen [Mon, 18 May 2009 18:12:57 +0000 (20:12 +0200)]
Fixed typo

15 years agoBugfix, accept empty gal name
Michael Andreen [Mon, 4 May 2009 08:52:22 +0000 (10:52 +0200)]
Bugfix, accept empty gal name

15 years agoUpdated clean script
Michael Andreen [Mon, 4 May 2009 08:51:51 +0000 (10:51 +0200)]
Updated clean script

15 years agoNo real need to vacuum every tick, autovacuum works fine
Michael Andreen [Mon, 4 May 2009 08:44:23 +0000 (10:44 +0200)]
No real need to vacuum every tick, autovacuum works fine

15 years agoSet cache-control to public for static content
Michael Andreen [Thu, 16 Apr 2009 19:04:35 +0000 (21:04 +0200)]
Set cache-control to public for static content

15 years agoShow nick when pasting coords
Michael Andreen [Thu, 26 Mar 2009 06:29:50 +0000 (07:29 +0100)]
Show nick when pasting coords

15 years agoAdd race to text export of alliance listing
Michael Andreen [Sat, 21 Mar 2009 17:49:47 +0000 (18:49 +0100)]
Add race to text export of alliance listing

15 years agoUse top60 members to calculate estimated score
Michael Andreen [Thu, 19 Mar 2009 18:30:06 +0000 (19:30 +0100)]
Use top60 members to calculate estimated score

15 years agoShow members available ships on def calls
Michael Andreen [Fri, 13 Mar 2009 09:51:03 +0000 (10:51 +0100)]
Show members available ships on def calls

15 years agoUpdate to jquery 1.3.2
Michael Andreen [Thu, 12 Mar 2009 19:13:05 +0000 (20:13 +0100)]
Update to jquery 1.3.2

15 years agoSwitch to Parse::BBCode
Michael Andreen [Sun, 25 Jan 2009 18:45:50 +0000 (19:45 +0100)]
Switch to Parse::BBCode

15 years agoTweaked covop sorting and output
Michael Andreen [Thu, 12 Mar 2009 19:58:59 +0000 (20:58 +0100)]
Tweaked covop sorting and output

15 years agoBigger text box for irc requests
Michael Andreen [Thu, 12 Mar 2009 19:24:17 +0000 (20:24 +0100)]
Bigger text box for irc requests

15 years agoShow both total calls and defended calls for def leeches
Michael Andreen [Fri, 27 Feb 2009 20:38:18 +0000 (21:38 +0100)]
Show both total calls and defended calls for def leeches

15 years agoBugfix, only use target-specific waves if it's higher than raid waves
Michael Andreen [Thu, 26 Feb 2009 21:15:54 +0000 (22:15 +0100)]
Bugfix, only use target-specific waves if it's higher than raid waves

15 years agoBash limit for score is actually 60%
Michael Andreen [Fri, 20 Feb 2009 16:43:26 +0000 (17:43 +0100)]
Bash limit for score is actually 60%

15 years agoUpdated covop view to account for extra resources since scan and different sorting
Michael Andreen [Fri, 20 Feb 2009 16:42:13 +0000 (17:42 +0100)]
Updated covop view to account for extra resources since scan and different sorting

15 years agoShow available ships
Michael Andreen [Thu, 19 Feb 2009 22:17:42 +0000 (23:17 +0100)]
Show available ships

15 years agoList all fleets for defenders
Michael Andreen [Wed, 18 Feb 2009 08:55:41 +0000 (09:55 +0100)]
List all fleets for defenders

15 years agoNeed extra attributes for ordering
Michael Andreen [Tue, 17 Feb 2009 20:25:57 +0000 (21:25 +0100)]
Need extra attributes for ordering

15 years agoOnly count blocked on valid waves, and list claims after the the allowed waves
Michael Andreen [Mon, 16 Feb 2009 20:13:30 +0000 (21:13 +0100)]
Only count blocked on valid waves, and list claims after the the allowed waves

15 years agoBetter sorting of covop targets
Michael Andreen [Mon, 16 Feb 2009 09:15:19 +0000 (10:15 +0100)]
Better sorting of covop targets

15 years agoOnly show covop menu for those with covop access
Michael Andreen [Sat, 31 Jan 2009 20:59:08 +0000 (21:59 +0100)]
Only show covop menu for those with covop access

15 years agoAdd a calc link on raids
Michael Andreen [Fri, 30 Jan 2009 20:36:06 +0000 (21:36 +0100)]
Add a calc link on raids

15 years agoBugfix, only show fleets from scans
Michael Andreen [Fri, 30 Jan 2009 17:18:01 +0000 (18:18 +0100)]
Bugfix, only show fleets from scans

15 years agoFixed typo
Michael Andreen [Fri, 30 Jan 2009 14:28:34 +0000 (15:28 +0100)]
Fixed typo

15 years agoLink to start page
Michael Andreen [Thu, 29 Jan 2009 12:10:50 +0000 (13:10 +0100)]
Link to start page

15 years agoFixed typo
Michael Andreen [Thu, 29 Jan 2009 10:22:53 +0000 (11:22 +0100)]
Fixed typo

15 years agoOnly need to call listTargets once
Michael Andreen [Thu, 29 Jan 2009 09:26:52 +0000 (10:26 +0100)]
Only need to call listTargets once

15 years agoUpdate triggers and remove some old functions
Michael Andreen [Wed, 28 Jan 2009 22:50:08 +0000 (23:50 +0100)]
Update triggers and remove some old functions

15 years agoNo need to have index on target modfication date
Michael Andreen [Wed, 28 Jan 2009 19:31:11 +0000 (20:31 +0100)]
No need to have index on target modfication date

15 years agoDon't parse a groupscan if we can't fetch it
Michael Andreen [Wed, 28 Jan 2009 22:30:41 +0000 (23:30 +0100)]
Don't parse a groupscan if we can't fetch it

15 years agobugfix, this is intel not fleets
Michael Andreen [Wed, 28 Jan 2009 22:30:15 +0000 (23:30 +0100)]
bugfix, this is intel not fleets

15 years agoEasier to paste fleet update
Michael Andreen [Mon, 26 Jan 2009 17:30:08 +0000 (18:30 +0100)]
Easier to paste fleet update

15 years agobugfix, need fid instead of id for fleet_ships
Michael Andreen [Mon, 26 Jan 2009 08:19:14 +0000 (09:19 +0100)]
bugfix, need fid instead of id for fleet_ships

15 years agoShow timezone on defenders page
Michael Andreen [Sun, 25 Jan 2009 18:57:52 +0000 (19:57 +0100)]
Show timezone on defenders page

15 years agoEasier to quote posts
Michael Andreen [Sun, 25 Jan 2009 12:55:11 +0000 (13:55 +0100)]
Easier to quote posts

15 years agobugfix, need tick for fleets
Michael Andreen [Sun, 25 Jan 2009 13:18:31 +0000 (14:18 +0100)]
bugfix, need tick for fleets

15 years agoUpdated cleanup script
Michael Andreen [Fri, 23 Jan 2009 18:53:10 +0000 (19:53 +0100)]
Updated cleanup script

15 years agoUse new scan id
Michael Andreen [Fri, 23 Jan 2009 18:42:57 +0000 (19:42 +0100)]
Use new scan id

15 years agoUse JQuery 1.3
Michael Andreen [Sun, 18 Jan 2009 12:14:53 +0000 (13:14 +0100)]
Use JQuery 1.3

15 years agoUpdate to Catalyst 5.7100 and use $c->visit for start page
Michael Andreen [Thu, 22 Jan 2009 11:00:36 +0000 (12:00 +0100)]
Update to Catalyst 5.7100 and use $c->visit for start page

15 years agoAlso list boards with no threads
Michael Andreen [Sun, 18 Jan 2009 12:25:29 +0000 (13:25 +0100)]
Also list boards with no threads

15 years agoUpdate timezone field when switching category.
Michael Andreen [Tue, 13 Jan 2009 21:26:48 +0000 (22:26 +0100)]
Update timezone field when switching category.

Improves usability for users in the first country being listed.

15 years agoList of members with fleets and other information
Michael Andreen [Mon, 12 Jan 2009 00:09:17 +0000 (01:09 +0100)]
List of members with fleets and other information

Members can decide if they want to be waken up and also give a note to
DCs with more detailed instructions.

15 years agoNew fleet infrastructure
Michael Andreen [Wed, 31 Dec 2008 11:04:14 +0000 (12:04 +0100)]
New fleet infrastructure

15 years agoPossible to edit timezone manually
Michael Andreen [Fri, 2 Jan 2009 20:41:39 +0000 (21:41 +0100)]
Possible to edit timezone manually

15 years agoAllow users to store their time zone
Michael Andreen [Wed, 31 Dec 2008 14:22:03 +0000 (15:22 +0100)]
Allow users to store their time zone

15 years agoSpeedup some forum queries by caching information.
Michael Andreen [Sat, 22 Nov 2008 14:47:50 +0000 (15:47 +0100)]
Speedup some forum queries by caching information.

15 years agoNicer layout for huge calls
Michael Andreen [Tue, 9 Dec 2008 11:42:34 +0000 (12:42 +0100)]
Nicer layout for huge calls

15 years agobugfix, need access to findCall to view own calls
Michael Andreen [Tue, 2 Dec 2008 11:36:39 +0000 (12:36 +0100)]
bugfix, need access to findCall to view own calls

15 years agobugfix, show planet_status on raid edit
Michael Andreen [Tue, 2 Dec 2008 10:13:26 +0000 (11:13 +0100)]
bugfix, show planet_status on raid edit

15 years agoFixed estimated score column
Michael Andreen [Tue, 25 Nov 2008 22:35:43 +0000 (23:35 +0100)]
Fixed estimated score column

15 years agoUpdated incoming scan parser
Michael Andreen [Sun, 23 Nov 2008 21:08:28 +0000 (22:08 +0100)]
Updated incoming scan parser

15 years agoUpdated planet scan parser
Michael Andreen [Thu, 6 Nov 2008 15:02:30 +0000 (16:02 +0100)]
Updated planet scan parser

15 years agoShow proper titles in forum
Michael Andreen [Wed, 19 Nov 2008 17:02:14 +0000 (18:02 +0100)]
Show proper titles in forum

15 years agoUpdated covop page
Michael Andreen [Tue, 18 Nov 2008 19:59:13 +0000 (20:59 +0100)]
Updated covop page

15 years agoUpdated covop page to show 5 man bank hack + accurate values
Michael Andreen [Mon, 17 Nov 2008 20:33:22 +0000 (21:33 +0100)]
Updated covop page to show 5 man bank hack + accurate values

15 years agoFixed typo
Michael Andreen [Sun, 16 Nov 2008 15:11:23 +0000 (16:11 +0100)]
Fixed typo

15 years agoFixed a typo
Michael Andreen [Sun, 16 Nov 2008 15:05:15 +0000 (16:05 +0100)]
Fixed a typo

15 years agoTweaked the cache and added a cleaning script
Michael Andreen [Sun, 16 Nov 2008 14:43:13 +0000 (15:43 +0100)]
Tweaked the cache and added a cleaning script

15 years agoIgnore if target already marked
Michael Andreen [Sat, 15 Nov 2008 21:51:52 +0000 (22:51 +0100)]
Ignore if target already marked

15 years agoUse proper session instead of flash
Michael Andreen [Sat, 15 Nov 2008 21:48:07 +0000 (22:48 +0100)]
Use proper session instead of flash

15 years agoBetter color-coding on covop page
Michael Andreen [Tue, 11 Nov 2008 21:02:23 +0000 (22:02 +0100)]
Better color-coding on covop page

15 years agoignore landing scans
Michael Andreen [Tue, 11 Nov 2008 20:44:23 +0000 (21:44 +0100)]
ignore landing scans

15 years agoFixed typo
Michael Andreen [Tue, 11 Nov 2008 17:54:52 +0000 (18:54 +0100)]
Fixed typo

15 years agoShow scan tick on cov op page
Michael Andreen [Sat, 8 Nov 2008 21:32:25 +0000 (22:32 +0100)]
Show scan tick on cov op page

15 years agoAdded more status codes
Michael Andreen [Fri, 7 Nov 2008 13:28:43 +0000 (14:28 +0100)]
Added more status codes

15 years agoUse status 403 for access denied
Michael Andreen [Fri, 7 Nov 2008 12:12:19 +0000 (13:12 +0100)]
Use status 403 for access denied

15 years agoSearch for intel by nick
Michael Andreen [Thu, 6 Nov 2008 18:54:43 +0000 (19:54 +0100)]
Search for intel by nick

15 years agoSearch for planet stats by nick
Michael Andreen [Thu, 6 Nov 2008 18:50:04 +0000 (19:50 +0100)]
Search for planet stats by nick

15 years agoMake it possible to move a thread from the thread view
Michael Andreen [Mon, 3 Nov 2008 16:37:18 +0000 (17:37 +0100)]
Make it possible to move a thread from the thread view

15 years agoUse sessions for redirect to previous page instead of referer header
Michael Andreen [Sun, 2 Nov 2008 12:08:32 +0000 (13:08 +0100)]
Use sessions for redirect to previous page instead of referer header