Alexander Nicolaysen Sørnes
077ecab9f9
Fix Potential Duplicates table when viewing a non-queued app
2009-06-28 15:41:54 +02:00
Alexander Nicolaysen Sørnes
70729a700c
Merge some code to get list of Wine versions
2009-06-15 15:18:39 +02:00
Alexander Nicolaysen Sørnes
591cf938b5
Allow selecting stable Wine versions even if they are old
2009-06-12 16:21:57 +02:00
Alexander Nicolaysen Sørnes
647a307fa9
Add an ellipsis when cutting urls
2008-09-14 16:02:46 -04:00
Alexander Nicolaysen Sørnes
7e5264a3d0
util: Don't trim app descriptions away
2008-09-14 11:19:50 -04:00
Alexander Nicolaysen Sørnes
63ef4f4e95
browse apps: More options for Wine version filter
2008-08-07 19:07:57 -04:00
Alexander Nicolaysen Sørnes
7be5d6bd34
Guard against intensive searches
2008-07-18 11:17:23 -04:00
Alexander Nicolaysen Sørnes
504817d08f
Find more duplicates in partial searches
2008-07-08 21:01:10 -04:00
Alexander Nicolaysen Sørnes
d98e38e305
browse apps: Allow filtering by Wine version
2008-06-18 20:28:14 -04:00
Alexander Nicolaysen Sørnes
e646626c4a
Escape input in searchForApplication()
2008-06-17 19:30:20 -04:00
Alexander Nicolaysen Sørnes
88c098c83f
Search for partial app names
2008-06-17 19:29:23 -04:00
Jeff Zaroyko
4bf0bb6a27
add a visual cue which shows the rating definition currently selected, it changes when a different rating is selected
2008-06-03 19:20:32 -04:00
Alexander Nicolaysen Sørnes
ef64981a1b
Fix code for getting random apps with screenshots on front page
2008-05-12 23:51:41 -04:00
Alexander Nicolaysen Sørnes
80fd412592
Only show accepted versions on the front page
2008-05-12 23:51:21 -04:00
Alexander Nicolaysen Sørnes
caf65e3869
Allow users to disable the Xinha HTML editor
2008-04-29 20:44:54 -04:00
Jeff Zaroyko
4f27788072
decode html entities when using redirect function
2008-02-25 22:41:20 -05:00
Jeff Zaroyko
16949bb71c
tidy appdb html to make it validate - try 4
2008-02-25 19:27:36 -05:00
Jeremy Newman
42bb1eb9ea
disable fuzzy search for the time being as the query might be causing issues with mysql
...
Patch Author: Alexander Nicolaysen Sørnes <alex@thehandofagony.com >
2008-02-22 14:35:54 -06:00
Alexander Nicolaysen Sørnes
61d2291e3b
objectManager: Get rid of setIsQueue/Rejected
2008-01-02 21:54:12 -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
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
da4b3f638d
Don't include vendor names in searches
2007-11-11 15:16:02 -05:00
Alexander Nicolaysen Sørnes
734a4f8a1f
Show login form when login is required
2007-11-05 21:30:13 -05:00
Alexander Nicolaysen Sørnes
c009863461
Add login link to standard error page login text
2007-10-22 19:28:51 -04:00
Alexander Nicolaysen Sørnes
ee70aeaaa2
make_maintainer_rating_list() should return a string containing the html for the list. Update
...
users of make_maintainer_rating_list() to echo its return value.
2007-09-08 01:48:53 +00:00
Chris Morgan
43a7ea8f1d
Add object manager support to the bug class. Add menu entries for displaying the bug queue and
...
list of bugs and remove the existing link to admin/adminBugs.php. Remove now unused
admin/adminBugs.php. Remove now unused getNumberOfQueuedBugLinks() and getNumberOfBugLinks()
from util.php. Add object manager unit test support for the bug class.
2007-08-27 03:48:44 +00:00
Chris Morgan
3e1af76f64
Bugzilla now has an id column that we can order by. Fix wine version ordering and remove order
...
processing code.
2007-08-11 02:20:51 +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
Edwin Smulders
023ece493b
Eliminate some php notices caused by use of uninitialized variables
2007-07-24 01:45:19 +00:00
Edwin Smulders
1199fd1dd5
Make searches use words as keywords
2007-07-23 21:00:37 +00:00
Edwin Smulders
477c5efb72
Fix a that had a missing ; in the page selector code
2007-07-23 20:15:21 +00:00
Chris Morgan
2652e68d01
Programmatic table support. Enhances several tables with highlightable and clickable rows and
...
cleans up the existing table row highlight and click code.
2007-07-23 19:56:43 +00:00
Chris Morgan
7c76ba42eb
Color versions when displaying the version table on the application page. Add dynamic
...
highlighting and the ability to click on the row in the version table.
2007-07-12 23:58:00 +00:00
Chris Morgan
6221e9b921
Cleanup make_bugzilla_version_list(). Use standard naming convention, add some documentation.
...
Add a work around so a selected version, if not present, is added to the list and selected.
This fixes the issue where editing an older test result leaves us in an unattainable position,
we can't select the version since it was pruned from the list and we don't want to pick the
wrong version for the results.
2007-06-17 22:44:47 +00:00
Alexander Nicolaysen Sørnes
3abcfefe00
Encode the sReturnTo argument to the login page, otherwise we may have problems with some urls
2007-06-17 16:59:42 +00:00
Alexander Nicolaysen Sørnes
c5e1b08b5d
Preserve current url when logging in. Pass the current url as part of the url to the login form
...
so we can return the user to the starting url after login.
2007-06-15 23:40:21 +00:00
Chris Morgan
c8b0ff974a
Remove "CVS" version from the array of Wine versions we present to the user. It was a dumb idea
...
to have a CVS version anyway since all CVS versions appear the same.
2007-06-11 00:25:50 +00:00
Chris Morgan
19cae27ff8
Remove makeSafe(), we don't use this method anymore now that we have filter_gpc()
2007-06-11 00:12:08 +00:00
Chris Morgan
1ec57548c5
Switch some tabs to spaces
2007-06-11 00:04:29 +00:00
Chris Morgan
0cd6de7970
Programmatically fix up the bugzilla versions list. Sort the versions with the newest version first, limit the
...
total number of versions to 6 by truncating the array and manually add the 'CVS' entry since we trim this entry
off. This should make it easier for users to figure out which version to pick.
2007-06-07 02:43:57 +00:00
Chris Morgan
2d4b27530d
Upgrade to Xinha 0.931. Xinha has been optimized for size and dozens of issues have been closed
...
out since the last upgrade . Add Firefox and Xinha buttons to main page to show our support.
2007-05-31 22:43:05 +00:00
Alexander Nicolaysen Sørnes
169d7ca493
Use objectMakeUrl()/Link() in more places
2007-04-08 23:04:31 +00:00
Alexander Nicolaysen Sørnes
6c55180786
Use objectGetEntriesCount() in more places
2007-04-05 02:27:31 +00:00
Alexander Nicolaysen Sørnes
23ca478ce0
Fix ambiguous query
2007-03-17 00:51:59 +00:00
Alexander Nicolaysen Sørnes
6a403ecc0f
Parse MySQL timestamps according to the MySQL version
2007-03-15 23:45:49 +00:00
Alexander Nicolaysen Sørnes
9bba0ecd65
Top 10 list, query for data type 'screenshot', not 'image'
2007-03-11 20:05:40 +00:00
Alexander Nicolaysen Sørnes
5f6cc94def
Rename appData type 'image' to 'screenshot'
2007-03-10 23:31:47 +00:00
Alexander Nicolaysen Sørnes
71cba5e7c3
Fix top 10 vote lists so they don't display the same version twice
2007-03-09 01:37:32 +00:00