Every repository with this icon (
Every repository with this icon (
| Description: | Wilfire CMS - Plugin for the PHP-Wax Framework edit |
-
The redirect after save and close is based on a session var; having multiple pages open in tabs means that instead of list page takes you to last opened tab. How about swapping this for the root of the module you are in ... so /admin/content/edit/2 will close and send you over to /admin/content/ all the time.
Comments
-
the quick search always searches content section regardless of where you are in the cms; should be context aware.
Comments
I'd say this should search everything, all the time. As we have filter boxes for searching the current context. Would be good to visually highlight the different kinds of things though, perhaps some kind of icon for each of content, section and user respectively?
-
0 comments Created 3 days ago by charlesmarshallNo default folder selected in filesCoding Bugxwhen hitting the file section no folder is selected by default; very confusing for users .. need to have 'your folder' selected at the start
Comments
-
if mtime of two files match then only one is inserted; some code required to handle this
Comments
-
0 comments Created 2 months ago by sheldonother language article changing into normal oneCoding BugxIntermittent on wwt cms (and probably any others that use langauges) a status 6 article will change into a status 1. can't see exactly why, and it doesn't happen often.
The system it's happening on is an IE7 browser.
Check the autosave perhaps?Comments
-
Can't delete files in files section of CMS (FootyMums) not sure if this issue is CMS wide.
[edit] sorry you cant delete from search results.
Comments
-
0 comments Created 4 months ago by sheldonpreview button should show a loading indicatorCoding Bugxthe preview button has to autosave, but by default autosave's don't show a loading popup. the preview version of autosave should.
Comments
-
0 comments Created 4 months ago by phpwaxinserting tables into the CMS doesn't work in IECoding Bugxthrows a JS error on submit
Comments
-
0 comments Created 4 months ago by charlesmarshallPossible way to damage the DB via filesystemCoding BugxThe current the filesystem on sync and insert commands does not escape values going in, so it is possible to create a file on the server whose name includes sql commands and they would be executed..
Discovered on mensgroom:
INSERT INTO wildfire_file (id,filename,path,rpath,type,size,status,flags) VALUES (1248092082,'ACclassicfragraceperfumed'homme.jpg','/home/mensgroom/public/files/Content-Images','files/Content-Images','image/jpeg','1112','found', 'normal')
Note the ' in the file name which closes off the value string..
Comments
-
0 comments Created 4 months ago by rossrileyAdding Permissions to User adds instead of replacingCoding BugxWhen adding permissions to users or copying permissions from other users the records are added on top of existing ones rather than replacing if already set.
Comments
-
Remove the made files from the repo, create these via cap deploy.
Comments
-
0 comments Created 3 months ago by sheldonpreview button causes popup blockers in browsers to triggerCoding Bugxthis bug is for sheldon, as a reminder to myself, no need to take care of it anyone else :)
the ajax autosave call that triggers on preview clicks is asynchronos, meaning the actual url target of the click has to be cancelled, and a js new page load needs to be fired. This triggers popup blockers in browsers.
This can be done with a synchronos ajax call instead, so it will wait for the callback and carry on after with the target of the a tag, meaning no popup blocker troubles.
Comments
-
- Remove the padding from below the 3rd level nav
- Add icons
- Sort the spacing between the file browser and upload/info box
Comments
- Remove the padding from below the 3rd level nav
-
0 comments Created 5 months ago by charlesmarshallStyling Problem: Files sectionStyling ProblemxGareth reports styling issue with file boxes...
see http://github.com/phpwax/wildfire/issues/closed#issue/19 for original post
Comments
-
0 comments Created 5 months ago by charlesmarshallStyling Problem: File iconsStyling ProblemxGareth requests icons as in the visual..
see http://github.com/phpwax/wildfire/issues/closed#issue/19 for original post
Comments
-
need more resources; in depth doc on each section, some videos would be good.
Comments
-
2 comments Created 6 months ago by gaznetFeature: Adding Icons For Secondary NavigationFeature RequestxDoesn't have any icons. Please insert.
Comments
the first level nav doesn't seem to have icons either. do we need icons when text explains what's going on? what does everyone think?
charlesmarshall
Thu Nov 26 02:36:55 -0800 2009
| link
i see no need for icons when the text says 'create new x' ... but ppl do like pretty things ..
-
1 comment Created 5 months ago by sheldonpreview pages should never cacheFeature Requestxturn off cache on preview pages, so that people won't be seeing an old version of the page when loading it in their browser. not sure if IE will behave this anyway :(
Comments
charlesmarshall
Tue Jun 30 10:10:05 -0700 2009
| link
you can do this by adding a random number as an extra param so ?preview=1&rand=13434 so it should be seen as a new page...
-
2 comments Created 5 months ago by gaznetInline image resize in jqueryFeature RequestxWWT CMS.
After adding an inline image, you can not scale it to a different size.
Comments
safari / webkit specific. works in firefox 3.5rc1 and firefox 3.0. In IE it specifies the width and height inline style of the image, but doesn't effect the source url as it should.
-
a few ways we could do this. but after seeing that youtube have an api for doing uploads I'm tempted there. depends how much they expose, we'll see. if we have to code the transcoder anyway, then S3 would be better.
Comments
-
0 comments Created 4 months ago by charlesmarshallMove the email module out in to a seperate pluginFeature Requestxas its not used most of the time, make it a new plugin that depends on the this one...
Comments
-
1 comment Created 4 months ago by sheldonCoding Bugxfile upload flash version checkingCompatibilityxAt the moment the flash uploader is either flash 10 or 9. would be nice to support 8 through 10 and dynamically switch them based on what the client has.
Comments
charlesmarshall
Thu Nov 26 02:54:23 -0800 2009
| link
Yeap, both 9 & 10 are common .. so changed this from feature to a bug is it definitely needs to do that
-
0 comments Created 4 months ago by sheldondisable autosave when multiple people are editing the same contentFeature RequestxAdd 2 fields to cms_content, a foreign key to the user editing the content and a time the lock was applied. Expire locks after 5 mins in case someone closes their browser. reset lock time on autosaves. if content is locked, disable autosave for subsequent users, and put up a message about saving overwriting remote edits.
Comments
-
2 comments Created 6 months ago by sheldonFeature: Flexible Basename Folder For Wildfire InstallFeature Requestxwildfire should work from the folder name wildfire, not just cms.
Comments
charlesmarshall
Tue Jun 30 10:11:38 -0700 2009
| link
hmm, this might be a tough one, seems to be hardcoded in places like css files & cap files, not sure how to make those vary...
-
On long listings in the file section the fixed footer sometimes blocks the file details
Comments
-
the comments editing form still uses the previous layout, making it look out of place compared to others.
Comments
charlesmarshall
Thu Nov 26 05:46:02 -0800 2009
| link
same goes on the categories form
-
As the cms keels over and dies in ie6 what should be done about this?
- upgrade box?
- googles chrome frame (risky as its an untested beta)?
Comments
I vote for a sniffer with download links to the latest IE and FF on the login screen.
Or we fix it in IE6? hehe
charlesmarshall
Thu Nov 26 02:04:42 -0800 2009
| link
fix would be nice ;)
Honestly, there's no reason it shouldn't work. If it's crashing then there's probably a js race condition that needs finding.
Granted we don't have to support IE6, so if small bits break then at least we can just tell people to upgrade, but it crashing I think warrants a coding bug.
Maybe have a light suggestion on all the pages to update at the top of the layout (make it look like that plugin dropdown bar on IE, slide down after page load)
charlesmarshall
Thu Nov 26 02:37:58 -0800 2009
| link
It would be nice if it did work as i know a very large % of dealers are still on ie6 and doubt they can upgrade that easily ..
-
2 comments Created 3 days ago by charlesmarshallCoding BugxResize bar on content areas - why?Styling ProblemxIs this really needed? no one seems to use it and it causes whole bunch of styling issues as its absolute & high z-index
Comments
I would have thought a better solution would be to size according to the vertical space available. At the moment it picks an arbitrary size of 250px high and then has the buggy verticle sizing bit. Can't we just set it according to the height of the window minus all the layout around, and then scrolling will work inside the editor, like it does now anyway?
charlesmarshall
Thu Nov 26 04:01:53 -0800 2009
| link
yeah, that would be nice ... should be able to use something like document.body.clientHeight
-
0 comments Created 3 days ago by charlesmarshallNo replication ability for js featuresCoding BugxCurrently all of the js that handles things like filters, categories & images are id based. For example, you can't have more than one image selector in the same page without having serious issues & having to rewrite most of the js anyway.
All of these should be easily portable to any part of the cms; use custom attributes, .closest() etc and run off classes only.
Comments
-
0 comments Created 3 days ago by charlesmarshallHorizontal nav = restricted menu listStyling ProblemxAn old issue, but one that doesnt seem to be in the list. With horizontal navigation the length of the menu is determined by the browser window size.. this is a real issue when you 10 modules in the cms .. it makes it a nightmare to use
Comments
-
I'm not what has changed but recently I've noticed that the 'type' field on wildfire_file now contains the character set as well as the mime type... this could a major pain for anyone doing == checks .. like i was on dealer websites...
Comments
-
Why do we store the full path as well as the relative one?
As we know the root (PUBLIC_DIR) surely we dont need this.. and when you move files from one place to another (like renaming a user) they are instantly wrong and a real pain to update
Comments
-
the format used by the cms & regex used in the cmstextfilter class for handling local videos do not match; so local videos dont get parsed out properly
Comments
working on redoing the way video is implemented at the moment. I claim this bug in the name of his noodly highness!
charlesmarshall
Thu Nov 26 04:18:33 -0800 2009
| link
hehe.. i thought you were .. just added it for completeness .. its all yours sir noodly ;)
-
this is full of really old stuff ... time to bin off a bunch of it (which probably doesnt work anyway) or at least fix it
Comments
charlesmarshall
Thu Nov 26 02:27:50 -0800 2009
| link
bugs noticed in this file:
get_content - uses old helper that probably dont work any more
nl2p - if the first line starts with a newline youre going to get an empty p tag at the start
smart_nav - doesnt look smart to me, uses old helper functions
parse_rss - not safe; uses a raw simplexml_load_file which dies fataly, @ has no effect
subscription_form - not even relevant any more with the new waxforms
-
0 comments Created 3 days ago by charlesmarshallCoding BugxReferences to deprecated classesCompatibilityxreferences all over the place to things like WXInflections which should be just Inflections. Need sorting before the old ones are dropped
Comments
-
Tidy up the code base by removing old functions that are from old versions of the cms
Comments
-
why is this very custom action sitting in the cms_content model?
Comments
-
0 comments Created 3 days ago by charlesmarshallBloatxCmsExtraContent?CompatibilityxAre we going to remove this? These days we mostly extend classes for new values rather than using that ..
it doesnt support validation, front end code to use it is ugly at best, duplication occurs and adds large overhead to saving of cms_content
power though extension as oop ppl would say ..
Comments
-
1 comment Created 3 days ago by charlesmarshallcms section & order fieldFeature RequestxThe model has this field but no where on the cms makes use of it or give ability to edit it ... is this old and forgot or new and unimplemented?
Comments
-
several cms classes (like cms user) are old and still hanging around, extending other old classes .. are we going to dump these?
Comments
-
0 comments Created 2 days ago by charlesmarshallGoogle Analytics classFeature Requestxwow, thats an ugly looking class .. can we refactor to something nicer
Comments
-
Can we change all the classes that are in current use to use the same prefix ... so its clear to an new dev which are old and which are new ... im not fussed if we use wildfire or cms .. but consistency is good.
Comments
-
We dont use these any more ... lets drop them and clean up the code base
Comments
-
0 comments Created 2 days ago by charlesmarshallCoding BugxCMS or Cms?Compatibilityxcan we make this consistent on all controllers ..
Comments
-
1 comment Created 2 days ago by charlesmarshallCoding Bugxswf uploaderCompatibilityxmore than one in the repo .. one marked as f9 .. other not not marked .. can we keep a naming convention on these and mark both .. should make it easier for the flash to then be swapped ... see
http://github.com/phpwax/wildfire/issues#issue/33Comments
charlesmarshall
Thu Nov 26 02:55:41 -0800 2009
| link
o, and i just found another swf uploader ... can all of these be in the same place so clear which one is being used!
-
0 comments Created 2 days ago by charlesmarshallBloatxDefunct resource filesCompatibilityxremove all js/css/image files that arent being used to tidy the code base
Comments
-
2 comments Created 2 days ago by charlesmarshallBloatxCoding Bugxform_datepickerCoding Standardsxwhy is there a date picker call when we dont use one?
Comments
charlesmarshall
Thu Nov 26 03:04:46 -0800 2009
| link
sorry.. helps if mention what file - cms_init.js
-
should replace with a ajax call to sort entire list (http://github.com/phpwax/wildfire/issues#issue/29) then can remove this function call
Comments
-
2 comments Created 2 days ago by charlesmarshallBloatxhints on password & usernameCompatibilityxdo we really need this? whats wrong with a label?
Comments
charlesmarshall
Thu Nov 26 03:12:14 -0800 2009
| link
this hint function damages useful keyboard commands like shift+tab
-
The filesystem js needs a serious tidy before can even thing about sorting the scoping issues
Comments
-
0 comments Created 2 days ago by charlesmarshallvar keyword is good.. honestCoding Standardsxif using vars you want globally scoped declare them at the top of your js file with a nice comment about what they are for & where they are used. Avoid creating vars without the var keyword.
Done many times for vars that hold timeouts etc
Comments
-
0 comments Created 2 days ago by charlesmarshallBloatxCoding Standardsxjs standardisationCompatibilityxactions that do similar things should be standardised and reduced to a common function.
for example the difference between adding an image & a category is minimal. why not make one function that ran from the class, used the attributes (custom ones if needed - cms doesnt validate to xhtml anyway) and posted to where the href says (maybe adding a suffix so the code can not show the layout)
This will reduce errors, simplify the js and make changing routines much easier ...
better if js functions are dumb & just use what they are told instead of trying to work things out themselves.
Comments
-
1 comment Created 2 days ago by charlesmarshallBloatxCoding Bugxtitle editing..Styling ProblemxAs it stands atm if a js error triggers page titles cant be edited .. considering the size and complexity of the js; this is surely a bad idea; title is a fundamental part of the a page
do we really need 30+ lines of js just so people can change a title of a page and have a pencil icon & yellow colour?
Comments
-
are moving over to new waxforms in the cms?
Comments
-
0 comments Created 2 days ago by charlesmarshallCoding Bugxajax calls using id as a paramCoding Standardsxrisky to use id as a param ... as the request model mixes in the url mapping .. for safety should be changed to something not in the url mapping .. like 'uid'?
Comments
-
2 comments Created 2 days ago by charlesmarshallCoding BugxAutoloader calls in admin componentQueryxI though site helpers where loaded in anyway? does it need the include_from_registry call?
Comments
isn't admincomponent the base class anyway? It should be dynamically added when needed, not called explicitly.
charlesmarshall
Thu Nov 26 05:24:13 -0800 2009
| link
yeah, thats my point exactly :)
-
non modal previews trigger popup blocking in firefox (probably the other browsers too). need to modify this to "just work". it's got to do with cause event in js, have a branch with work for this called preview_popup_block. doesn't quite work yet, but the idea is a synchronous ajax save, and then a fire the new window, instead of firing it on a callback.
Comments
-
0 comments Created 2 days ago by charlesmarshallReferences to $_GET & $_POSTCoding Standardsxshould be replaced with Request calls
Comments
-
2 comments Created 2 days ago by charlesmarshallCoding Bugxbrowse images triggers on every pageCoding Standardsxadd a check to see if there is a reason to trigger
Comments
also, the content editing page where this is used loads the images first in the original html I think, so it blocks on IE6 on a non cached load, can be very slow to actually start editing a page when uncached.
charlesmarshall
Thu Nov 26 05:25:12 -0800 2009
| link
really? i thought these days it was just an empty div .. if it does thats really bad
-
0 comments Created 2 days ago by charlesmarshallCoding BugxCoding StandardsxMore than one layout?CompatibilityxCauses updating problems as regularly forget about the file.html .. cant think of a could reason to keep it.. make it one only
Comments
-
Cropping is ropey .. the selected area remains there after crop has happened...
Comments
-
2 comments Created 2 days ago by charlesmarshallCoding BugxDrop down tree listsCompatibilityxDue to the nbsp inserted at the front you can not navigate though a drop down by letters ... how about right align the text and add spaces to the right hand side .. so start with 10 for top level and reduce for each child
Comments
charlesmarshall
Thu Nov 26 05:27:54 -0800 2009
| link
dont see why not ... style it
option{text-align:right;}
-
1 comment Created 2 days ago by charlesmarshallBloatxFile controllerCoding Standardsx -
0 comments Created 2 days ago by charlesmarshallBloatxHome controllerCoding Standardsxparse_xml - doesnt seem to be uses any more .. remove
Comments
-
0 comments Created 2 days ago by charlesmarshallBloatxdisplay_action_nameCoding Standardsxonly seems to be referenced in the controllers... remove unless can see where its used..
Comments
-
generally we use $model for the model being edited but on some we also use $this->page .. lets just one for simplicity
example - the add_image functions
Comments
-
2 comments Created 2 days ago by charlesmarshallCoding Bugxmaster, previews & languagesCoding Standardsxcurrently messy, lots of bugs been reported from wwt and they still say they have issues ... needs a serious testing (by n00bs & nerds) ..
Comments
this one I claim responsibility for, admittedly put into production without enough testing. I'd like to rework it anyway to be simpler, the current tree with a master and languages / preview as children, and then languages having their own preview child is messy.
any suggestions are welcome. I'd say flat revisions are the way to go, with tagged revisions as language versions.
charlesmarshall
Thu Nov 26 05:44:35 -0800 2009
| link
simple is good ;)
-
0 comments Created 2 days ago by charlesmarshallBloatxCoding Standardsxconfigure_modules on CMSApplicationCompatibilityxseems redundant .. function is empty .. cant see any references to it either .. remove
Comments
-
0 comments Created 2 days ago by charlesmarshallBloatxCoding Standardsxis_admin varCompatibilityxnot in use... replaced by permissions system .. needs removing
Comments
-
0 comments Created 2 days ago by charlesmarshallBloatxCoding BugxCoding Standardsxfile_uploadCompatibilityxthis should really be moved out of the CMSApplicationController into the relevant controller and re written
Comments
-
0 comments Created 2 days ago by charlesmarshallReferences to WaxUrlCoding StandardsxUsed a lot within the controllers, should be replaced with Request where possible
Comments
-
2 comments Created 2 days ago by charlesmarshallBloatxCoding StandardsxDisparity on common elementsCompatibilityxOn the wysiwyg have several insert x buttons .. each one uses a dialog that looks and behaves differently .. not good for users .. amalgamate as much as possible
Comments
the dialog I'm working on at the moment for links I'd like to make generic enough to use for all of those.
Only problem is image browsing is done via thumbnails and not a select. I prefer the thumbnail approach visually, but for functionality it's nice to be able to quickly look through a list of all the files on the whole system without waiting for an ajax callback of the files in that folder.
How about a middle ground where we have 2 generic dialogs, 1 with a select list and the other a thumbnails gallery type view? Any file browsing should be done by 1 of these 2 dialogs, including the "add images" tab in the CMS which isn't a dialog at all currently.
charlesmarshall
Thu Nov 26 05:54:30 -0800 2009
| link
yeah, thumbnails is good.. i was more referencing the insert video/link/audio/image buttons on the editor
-
3 comments Created 2 days ago by charlesmarshallFilter by section - edit - go backFeature Requestxsection filter not maintained.. not a big issue on small site .. but on something like wwt who have dozens of sections and hundreds of pages can be bit of a pain to keep having to find the section you filtered by
Comments
what's the best way to implement this? save filters in sessions and reapply on page reload? if so should we keep the filter in a # in the url too?
charlesmarshall
Thu Nov 26 05:26:54 -0800 2009
| link
a session var based on admin module so "cms-content-filter" or "cms-section-filter" ..
I wouldnt modify the url as that session redirect annoys me - http://github.com/phpwax/wildfire/issues#issue/53 -
0 comments Created 2 days ago by charlesmarshallCoding StandardsxComment moduleFeature Requestxlike content comments have multiple statuses .. why not show them in the same why.
- green = live - red=hidden - orange=spamrather than hiding it in another section, its inconsistent.
Comments
-
0 comments Created 2 days ago by sheldonBloatxget rid of any empty partialsCoding Standardsxany partial that is just a render of another partial can be changed at the source to render a different partial. if it's an explicit partial render then just point to the other one or if it's a controller action just use use_view to change it.
Comments
-
1 comment Created 2 days ago by charlesmarshallCoding BugxFile list drop downsCoding Standardsxin order to maintain tree these are recursively read in, but the order is file mod / create time .. not very helpful for a user..
good example, if i have 5 folder, each 3 subfolders and then those have a 100 each the list is huge and without alphabetical order its a nightmare to find things..
couple this with http://github.com/phpwax/wildfire/issues#issue/94 then that drop down might as well not be there for the use it is..
Comments
we need a good solution here. quick file browsing would be nice in a small space. for smaller sites the dropdown makes sense, but the larger ones really fail. we need a file browser that fits in a dialog and is fast to query. this could be the same file browser in the files module listing, just on a slightly bigger scale.
-
0 comments Created 2 days ago by charlesmarshallCoding StandardsxtabsStyling Problemxstyling on the tabs break horribly if they dont have one of the id's .. things like this should be classes based
Comments
-
I know the tab is useful for sticking extra content in put I'd rather the published & expire date werent in there .. Far to easy to forgot to fill them in; on sites that dont update regularly (like abstract, eic etc) means the story only has a life of one year .. which is on the short side when the sites only change content once every 6 months..
move them to main tab with status & section
Comments
-
0 comments Created 2 days ago by sheldoncontent shouldn't be removed from the internet. ever.Coding Bugxreference to http://github.com/phpwax/wildfire/issues/#issue/110
don't unpublish content after a time at all by default. ever. this is really bad.
Comments
-
the inline category creation in the content editing form (it's on the category tab) should clear the text after creation.
Comments
-
when I insert a local video, then after that insert a remote one, the local one goes in instead.
Comments
-
0 comments Created 2 days ago by charlesmarshallNo required fields on categoriesCoding Bugxapparently you dont need a name for a category..
Comments
-
as there is no required fields, simply click on the create button and get a new category ..
Comments
-
0 comments Created 2 days ago by charlesmarshallCoding BugxPoor reporting - category filterCoding Standardsxafter using a filter to try and find something without avail the returned message is very generic & incorrect.
"No categories setup yet"
I have categories, I just couldnt find any.
Comments
-
On a list page, if i have pagination and use the filter the pagination does not change .. needs to be hidden as its misleading to say i have 10 pages when i can only see 1 item.
Comments
rather the pagination needs to come back with the filter call, and pagination should still work after clicks too. filter in a session var will solve this problem too, like the filters not sticking in that other bug that I'm not going to bother going to find.
-
with the js using hardcoded relative paths (like ../../add_image/) adding or removing a trailing slash from the url of an edit page effects the destination of ajax calls...
dont use relative paths, find you target for the ajax call from somewhere else
Comments
-
anything under 1129px wide create horizontal bar
Comments
-
If i have a draft item with a publish date set clicking publish live wipes the selected publish date and replaces it with current date.
This makes turning off old content and editing a pain as have to go back in again to reset the publish date to what i wanted
Comments
-
1 comment Created 2 days ago by charlesmarshallNo required field on cms_contentCoding Standardsxso you have pages with no titles .. and that will probably give them a blank url field ... ouch
Comments
-
4 comments Created 2 days ago by charlesmarshallCoding BugxRequired field on cms_sectionCoding Standardsxthere arent any ... can easily make sections with out titles; and therefor bad urls
Comments
as with cms_content, I don't see this as a bad thing, as long as the code above the model is smart about what it's doing.
charlesmarshall
Fri Nov 27 01:52:30 -0800 2009
| link
it isnt ... i can just go to a 'create new' section, click save and get a blank section .. this is a coding bug as its simple to do and would leave the url as blank, never being updating, which in turn would make any page put under this section unreachable.
but you can update that url later. I don't disagree that you shouldn't be able to make a blank one, but the code handling for that shouldn't be in the model as a required field, in case we need underlying code that needs to create a blank one later. Better to put the disallow of a blank in the controller part that does user-based creation.
charlesmarshall
Fri Nov 27 01:59:15 -0800 2009
| link
I can't think of a place we'd ever create a blank section .. as its a structural item .. plus it wouldnt be hard to give it a default name .. "Please enter a section name"
-
why is the save for later button red? red implies a negative .. like delete .. how about something neutral?
Comments
-
only shows published items .. surely the most recent things people are working on are those that arent live yet.
Comments
charlesmarshall
Fri Nov 27 01:53:04 -0800 2009
| link
yeap, its ordered by that, but it filters out unpublished content
-
0 comments Created 2 days ago by charlesmarshallBloatxold support pageCoding Standardsxcode is still floating around in the controllers... needs removing
Comments
-
0 comments Created 2 days ago by charlesmarshallBloatxdisplay_name on controllersCoding StandardsxDoesn't seem to be used any more, layout loops over menu_modules instead.
Comments
-
should do only what it says on the tin .. save .. let other areas handle redirects
Comments
-
when publishing without a master the edit function does not call the after save hook
when publishing the before save hook is never called
Comments
-
0 comments Created 2 days ago by charlesmarshallCompatibilityxold render partialQueryxswap these over to the new partial system
Comments
-
0 comments Created 2 days ago by charlesmarshallCoding Standardsxcreate or editFeature Requestxin order to do the joining of items on content we create a dummy item ... to keep consistency shall we do this for all of them? so create forwards to an edit.
Comments
-
0 comments Created 2 days ago by sheldoncontent save/publish buttons qualityStyling Problemxthe buttons "save for later" or "publish live" were much bigger than they are now. they were reduced very badly and have jaggy edging
Comments
-
Initial bog of form submit has been fixed, hitting submit now triggers the statistics graph to be reloaded instead
Comments
-
0 comments Created 1 day ago by charlesmarshallCoding BugxContent editing - image filterv3xhttp://github.com/phpwax/wildfire/issues/closed#issue/51
has been closed, cant see how to reopen it .. v3 this still happens
Comments
-
http://github.com/phpwax/wildfire/issues/closed/#issue/50
they really need to add a re open feature
Comments
-
0 comments Created 1 day ago by charlesmarshallCoding Bugxupload file dialog scope issuev3x -
1 comment Created 1 day ago by sheldonCoding Bugxajax loading screen race conditionStyling Problemxif 2 different async ajax calls happen at the same time, e.g. auto saving triggers while you're busy loading images via a filter, then the loading dialog dissappears and the 1st ajax action continues without visual indication.
possible fix: have a stack that gets added to when ajax actions happen, and then poped off when they finish. only take away the loading screen when there's nothing on the stack.
Comments
charlesmarshall
Fri Nov 27 08:27:05 -0800 2009
| link
sounds like a plan.. those pesky asynchronous calls ;)
-
0 comments Created 1 day ago by charlesmarshallCoding Bugxnot removing the yellow bg on titlesStyling Problemxedit a title, tab off, highlight stays there.
Comments
-
non alpha-numeric characters trigger the filters ... found this while tabbing around
Comments
charlesmarshall
Fri Nov 27 08:55:09 -0800 2009
| link
they also trigger when empty.
-
0 comments Created 1 day ago by charlesmarshallCoding Bugxfilters result listingStyling Problemxif you tab off rather than click result list stays visible until click on something
Comments












This is what we did originally but the benefit of the current way is that if you're on page 5 or 6 then when you save and close you go back to where you were originally. Maybe link the session var to a module?