Alexander Nicolaysen Sørnes
0a305197fd
browse apps: Add support for filtering by license
2008-06-14 17:19:18 -04:00
Alexander Nicolaysen Sørnes
132431e9a2
browse apps: Improve table display
2008-06-14 17:18:51 -04:00
Alexander Nicolaysen Sørnes
cc03e17937
application: Only show submitter column when processing queued entries
2008-06-12 19:55:52 -04:00
Alexander Nicolaysen Sørnes
7d0469978c
application: Add support for filtering by app category
2008-06-12 19:55:20 -04:00
Alexander Nicolaysen Sørnes
6bd6839995
Don't pass titles as part of delete links
2008-06-03 19:22:33 -04:00
Alexander Nicolaysen Sørnes
4f792a28ba
Integrate filtering system with objectManager, use it for applications
2008-06-02 19:44:26 -04:00
Jeff Zaroyko
df5b9e2b52
don't use quotes as apostrophes - http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references lists html entity 8217 as a quote not an apostrophe
2008-05-31 22:51:04 -04:00
Jeff Zaroyko
f3daa9a47d
Ask people to fill out the description in their own words. Often the copy-pasted description makes no sense even if it is from the applications website.
2008-05-26 00:21:30 -04:00
Alexander Nicolaysen Sørnes
ed64f049d7
Standardize objectGetEntries parameters
2008-04-13 18:38:17 -04:00
Jeff Zaroyko
bc07ac0e12
remove redundant "Viewing App:" from title to make shorter
...
for bookmarks and browser history
2008-02-25 21:29:27 -05:00
Alexander Nicolaysen Sørnes
fb0c66b586
Sort apps by name in 'browse by rating' list
2008-02-25 21:04:06 -05:00
Jeff Zaroyko
16949bb71c
tidy appdb html to make it validate - try 4
2008-02-25 19:27:36 -05:00
Alexander Nicolaysen Sørnes
9b92c2221c
Use sState for objectGetEntries[Count]()
2008-01-20 16:13:27 -05:00
Alexander Nicolaysen Sørnes
2c2c6fffc1
Remove 'maintainer' from version rating fields
2008-01-02 21:51:25 -05:00
Alexander Nicolaysen Sørnes
79dd0cfcf8
Allow users to modify/delete their queued apps
2007-12-23 11:18:53 -05:00
Alexander Nicolaysen Sørnes
da97299eeb
Use sState as parameter to objectGetItemsPerPage()
2007-12-19 21:01:18 -05:00
Alexander Nicolaysen Sørnes
8c7bd3a5e9
Add initial un-delete support
2007-12-18 20:17:06 -05:00
Alexander Nicolaysen Sørnes
176377f025
application: Rename 'queued' to 'state'
2007-12-15 12:24:33 -05:00
Alexander Nicolaysen Sørnes
aee69c1735
version: Rename 'queued' to 'state'
2007-12-15 12:23:16 -05:00
Alexander Nicolaysen Sørnes
eda9baadca
application::objectGetEntries() do not select from user table
2007-11-14 21:13:10 -05:00
Alexander Nicolaysen Sørnes
480a08fecd
Allwoing becoming a monitor when submitting versiosn
2007-11-13 23:29:02 -05:00
Alexander Nicolaysen Sørnes
43af0708c9
application: Allow sorting by vendor name
2007-11-13 23:28:42 -05:00
Alexander Nicolaysen Sørnes
8fa22a5d26
application: Show name as link if not queued
2007-11-09 19:42:46 -05:00
Alexander Nicolaysen Sørnes
7e66843cc4
Replace browse_newest_apps class using sorting
2007-11-09 19:42:05 -05:00
Alexander Nicolaysen Sørnes
e7625791a0
objectManager: Support user-selected sorting in tables
2007-11-08 19:03:38 -05:00
Alexander Nicolaysen Sørnes
70e4306e2b
objectManager: Support purging rejected entries
2007-11-05 21:29:50 -05:00
Alexander Nicolaysen Sørnes
710d79224a
application: Allow clearing the Application URL
2007-10-29 19:54:50 -04:00
Alexander Nicolaysen Sørnes
3a551d606b
Sort versions by name in application view
2007-10-25 19:08:33 -04:00
Alexander Nicolaysen Sørnes
729df377f9
application: Fix ordering of entries by id
2007-10-24 21:18:17 -04:00
Alexander Nicolaysen Sørnes
fcd40be8a4
add objectManager::error_exit() and use it in application::display()
2007-10-24 21:17:10 -04:00
Alexander Nicolaysen Sørnes
fb13cd7c13
Support previewing applications
2007-10-23 19:29:21 -04:00
Alexander Nicolaysen Sørnes
fe56884a98
Prevent ids from disappearing during form processing
2007-10-22 19:28:03 -04:00
Alexander Nicolaysen Sørnes
bbe286a16f
application: Fix permissions
2007-09-27 09:21:49 -04:00
Chris Morgan
09466f59a1
Minor code formatting changes for clarity.
2007-09-24 22:08:22 -04:00
Chris Morgan
a6f76eb892
Confusion between sAction=view and sAction=display broke viewing/displaying items. Standardize on sAction=view until we can come up with a more robust way of ensuring the same issue doesn't happen again.
2007-09-24 21:35:35 -04:00
Chris Morgan
fafcbce1bd
Add more php5 scope keywords to class methods.
2007-09-24 21:11:49 -04:00
Alexander Nicolaysen Sørnes
e5d1bc1bf0
Use objectManager to submit super maintainer requests
2007-09-20 21:29:57 -04:00
Alexander Nicolaysen Sørnes
af87e89535
Use objectManager to display applications
2007-09-19 20:38:34 -04:00
Chris Morgan
607b130577
Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
...
Show the versions for an app if they have the same queue status.
Instead of checking whether the version is un-queued, check if it has the same
status as the application. This is needed to allow users to edit a queued
application they have submitted.
Modify the function name to reflect the change.
2007-09-14 23:45:51 -04:00
Chris Morgan
def14310d5
Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
...
Improve vendor help in the application editor. Fix the help to reflect the vendor/application state.
2007-09-14 23:42:51 -04:00
Chris Morgan
e963bbdfda
Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
...
Remove the vendor from keywords hack. There are no longer any entries with this data in the application queues.
2007-09-14 23:41:02 -04:00
Chris Morgan
2827e0654e
Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
...
Let objectManager handle deletion and delete notification.
2007-09-14 23:02:12 -04:00
Alexander Nicolaysen Sørnes
d2a53b510c
Allow marking versions as obsolete
2007-09-08 22:52:00 +00:00
Alexander Nicolaysen Sørnes
4d65a32e17
Only show the 'add entry' link if the class has enabled it. The link is only useful for classes
...
that have no parent objects. The objectShowAddEntry() method is not required because it only
affects the user interface.
2007-09-08 22:42:34 +00:00
Alexander Nicolaysen Sørnes
5a4cbf49a3
Add and use objectGetChildren() method. Add support for initializing comment class from SQL
...
result.
2007-09-08 22:38:20 +00:00
Chris Morgan
eef14ea6cc
application::create() should return false upon failure
2007-08-04 02:02:04 +00:00
Chris Morgan
6119246b51
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
...
with calls specific to the appdb or bugzilla database. Fixes a bug where a call to
mysql_insert_id() can potentially retrieve an id from either the bugzilla or appdb database,
depending on whichever database was last opened by mysql_connect().
2007-08-03 23:27:25 +00:00
Chris Morgan
b94a2a392b
Convert from timestamp to datetime. Datetime is consistent between mysql 4.0x and newer
...
versions and is faster for date/time computations. Modify object creation methods to specify
any time fields that were previously updated with timestamp properties.
2007-07-31 23:48:22 +00:00
Chris Morgan
0e3472e1bf
objectGetHeader() should return a TableRow instance as this is closer to what the information
...
represents and is a much more useful form.
2007-07-31 01:51:40 +00:00
Alexander Nicolaysen Sørnes
09107d7142
Use multipage controls for application lists
2007-07-28 20:08:50 +00:00