Ticket #1 (reopened task)

Opened 4 years ago

Last modified 3 months ago

Code cleaning and refactoring

Reported by: msaelices Owned by: pmartin
Priority: major Milestone:
Component: general development Version:
Keywords: Cc:
Revisado por el equipo de calidad: no Necesita revisión de diseño gráfico: no
Revisado por el equipo de diseño: no Necesita revisión de calidad: yes
Revisor: Requisito: core
Imprevisto: no Fuera de contrato: no
Duración estimada: Unit test is needed: no

Description

This is a never close ticket, for fix spacing, code styling, etc.

Change History

comment:1 Changed 4 years ago by msaelices

  • Owner somebody deleted
  • Component changed from documentation to general development

comment:2 Changed 3 years ago by msaelices

(En [32]) Changed views from a module to a package. See #1.

comment:3 Changed 3 years ago by msaelices

(En [33]) Finish merengue views refactoring. See #1. no-pyflakes.

comment:4 Changed 3 years ago by msaelices

(En [44]) Test change to check pyflakes ignore property. See #1.

comment:5 Changed 3 years ago by msaelices

(En [45]) Test change to check pyflakes ignore property. See #1.

comment:7 Changed 3 years ago by msaelices

(En [47]) Test change to check pyflakes ignore property. See #1.

comment:8 Changed 3 years ago by msaelices

(En [48]) Test change to check pyflakes ignore property. See #1.

comment:9 Changed 3 years ago by msaelices

(En [49]) Refactor the way to convert read only fields to create a utility function that will be used in more times. See #1.

comment:10 Changed 3 years ago by msaelices

(En [76]) Incluide action app for testing. See #1.

comment:11 Changed 3 years ago by msaelices

(En [79]) Better message. See #1.

comment:12 Changed 3 years ago by ejimenez

(En [80]) Arreglo externals. Había un error producido por sorl que ya no está disponible para subversión. Ver #1

comment:13 Changed 3 years ago by msaelices

(En [87]) Better this. See #1.

comment:14 Changed 3 years ago by msaelices

(En [93]) We put manager code into a managers.py file. See #1.

comment:15 Changed 3 years ago by msaelices

(En [95]) I dont know why but this is needed in some configurations. See #1.

comment:16 Changed 3 years ago by msaelices

(En [100]) Included this directory to include action tags. See #1.

comment:17 Changed 3 years ago by msaelices

(En [101]) Renaming and moving action tags to a better place. See #1.

comment:18 Changed 3 years ago by framos

(En [102]) Ver #1. Rename plug.managers.active to actives.

comment:19 Changed 3 years ago by msaelices

(En [105]) This is not needed here. See #1.

comment:20 Changed 3 years ago by msaelices

(En [106]) This is not needed here. See #1.

comment:21 Changed 3 years ago by msaelices

(En [112]) Redundant. See #1.

comment:22 Changed 3 years ago by msaelices

(En [113]) Better with a unicode method. See #1.

comment:23 Changed 3 years ago by msaelices

(En [127]) Fix an inheritance problem of JSONField. See #1.

comment:24 Changed 3 years ago by msaelices

(En [128]) A title for news index page. See #1.

comment:26 Changed 3 years ago by framos

(En [134]) See #1. Fixes raise statements.

comment:27 Changed 3 years ago by msaelices

(En [138]) Better so. See #1.

comment:28 Changed 3 years ago by msaelices

(En [154]) Better place for these parameters. See #1.

comment:29 Changed 3 years ago by msaelices

(En [156]) The last item of breadcrumns will be clickable. See #1.

comment:30 Changed 3 years ago by msaelices

(En [161]) Other change. See #1.

comment:31 Changed 3 years ago by msaelices

(En [162]) More refactorized views. See #1.

comment:32 Changed 3 years ago by msaelices

(En [164]) Some refactorings I missed before. See #1.

comment:33 Changed 3 years ago by msaelices

(En [169]) This surplus... was put by test. See #1.

comment:34 Changed 3 years ago by msaelices

(En [178]) Spacing changes. See #1.

comment:35 Changed 3 years ago by msaelices

(En [180]) Better title. See #1.

comment:36 Changed 3 years ago by msaelices

(En [183]) Simplified logic. See #1. no-pyflakes.

comment:37 Changed 3 years ago by msaelices

(En [191]) How it's saids in docs. See #1.

comment:38 Changed 3 years ago by msaelices

(En [194]) Removed param because is not used. See #1.

comment:39 Changed 3 years ago by framos

(En [199]) See #1. Remove ipdb, even if it was commented out.

comment:40 Changed 3 years ago by framos

(En [202]) See #1. Fix "passive" publication status name.

comment:42 Changed 3 years ago by msaelices

(En [210]) A typo fix. See #1.

comment:43 Changed 3 years ago by jrosa

(En [222]) Fixes #80. Added load for templatetags and filters of plugins. See #1. Some clean and refactoring.

comment:44 Changed 3 years ago by msaelices

(En [229]) When customstyle was deleted, section does not have to be deleted also. See #1.

comment:45 Changed 3 years ago by esanchez

(En [236]) Some cleaning of old related admin models code. See #1

comment:46 Changed 3 years ago by jrosa

(En [239]) See #1. Refactored merengue.plug for merengue.plugins.

comment:47 Changed 3 years ago by jrosa

(En [240]) See #1. Refactoring of merengue.plug for merengue.plugins.

comment:48 Changed 3 years ago by jrosa

(En [241]) See #1. Refactoring merengue.plug a merengue.plugins.

comment:49 Changed 3 years ago by jrosa

(En [247]) Fixes #90. Finished dependencies detection mechanism. It shows in green dependencies melt and red for unfulfilled in admin view of a plugin. A dependency is defined in PluginConfig? class in attributes required_apps with a django applications, and required_plugins with a dictionary with direcory name as keys and other dictionary with plugin property as value. See #1. Refactor reigstry/admin.py and fixes some problems with compatibility.

comment:50 Changed 3 years ago by msaelices

(En [290]) This is not needed in our documents. See #1.

comment:51 Changed 3 years ago by msaelices

(En [291]) Changing _get_real_instance for get_real_instance. We can use now from templates. See #1. no-pyflakes.

comment:52 Changed 3 years ago by msaelices

(En [295]) This code is not needed now. See #1.

comment:53 Changed 3 years ago by msaelices

(En [296]) Fix error. See #1.

comment:54 Changed 3 years ago by msaelices

(En [308]) Cleaning code (see #1). Defining a basecontent metaclass to implement a default public template for all contents. See #109.

comment:55 Changed 3 years ago by msaelices

(En [311]) Another fix from refactoring task. See #109. See #1.

comment:56 Changed 3 years ago by pmartin

(En [321]) See #1 A little error

comment:57 Changed 3 years ago by esanchez

(En [343]) Use content_view_template when displaying main content of a section. See #1

comment:58 Changed 3 years ago by jrivas

(En [355]) ver #1

comment:59 Changed 3 years ago by jrivas

(En [356]) ver #1

comment:60 Changed 3 years ago by acampos

(En [357]) ver #1

comment:61 Changed 3 years ago by acampos

(En [358]) ver #1

comment:62 Changed 3 years ago by msaelices

(En [375]) Move code into init.py file, easier to import. See #1

comment:63 Changed 3 years ago by msaelices

(En [378]) Make documentadmin independent of section. See #1.

comment:64 Changed 3 years ago by msaelices

(En [391]) A little work in feedback layout. See #1.

comment:65 Changed 3 years ago by msaelices

(En [393]) Improve feedback button styles. See #1.

comment:66 Changed 3 years ago by msaelices

(En [405]) Remove body from documents. Is not needed because already exists document sections. See #1.

comment:67 Changed 3 years ago by mbaleriola

(En [433]) ver #1. Prueba

comment:68 Changed 3 years ago by msaelices

(En [462]) Fix typo in filenames. See #1.

comment:69 Changed 3 years ago by esanchez

(En [467]) We don't need to admin document sections trough main site admin. See #1

comment:70 Changed 3 years ago by msaelices

(En [472]) Better place in BaseContentAdmin?. See #1.

comment:71 Changed 3 years ago by msaelices

(En [473]) A new place for blocks. In home page. See #1.

comment:72 Changed 3 years ago by msaelices

(En [475]) Move unicode method to his parent class. See #1.

comment:73 Changed 3 years ago by msaelices

(En [479]) We add some useful css styles. See #1.

comment:74 Changed 3 years ago by msaelices

(En [492]) Add more blocks for improve layout flesibility. See #1.

comment:75 Changed 3 years ago by msaelices

(En [493]) Only show content files if there are any attached one. See #1.

comment:76 Changed 3 years ago by msaelices

(En [495]) We remove old migration bug. See #1. no-pyflakes, no-pep8

comment:77 Changed 3 years ago by pmartin

(En [504]) See #1 Upload a template of render BaseForm?

comment:78 Changed 3 years ago by msaelices

(En [505]) Changing URLs to a more representative one. See #1.

comment:79 Changed 3 years ago by pmartin

(En [509]) See #1 Upload a image file

comment:80 Changed 3 years ago by msaelices

(En [522]) Unused code. See #1.

comment:81 Changed 3 years ago by msaelices

(En [523]) More unused code. See #1.

comment:82 Changed 3 years ago by msaelices

(En [524]) Base classes in init is better. See #1.

comment:83 Changed 3 years ago by msaelices

(En [526]) Improving code reusability of IfNode? subclasses. See #1.

comment:84 Changed 3 years ago by pmartin

(En [527]) See #1 No siteactions no ul of siteactions

comment:85 Changed 3 years ago by msaelices

(En [528]) Cleaning code. See #1.

comment:86 Changed 3 years ago by msaelices

(En [531]) It's not needed. It's parent div has a id="header-links". See #1.

comment:87 Changed 3 years ago by msaelices

(En [532]) Add wrapping blocks. See #1.

comment:88 Changed 3 years ago by msaelices

(En [533]) Deleted not used urls. See #1.

comment:89 Changed 3 years ago by msaelices

(En [534]) More wrapping blocks. See #1.

comment:90 Changed 3 years ago by msaelices

(En [573]) This is unneeded. See #1.

comment:91 Changed 3 years ago by msaelices

(En [574]) Refactored templates to better flexibility. See #1.

comment:92 Changed 3 years ago by msaelices

(En [581]) Space corrections. See #1.

comment:93 Changed 3 years ago by pmartin

(En [585]) See #1 Compatible with mootools

comment:94 Changed 3 years ago by msaelices

(En [595]) Adapt to new Block interface. See #1.

comment:95 Changed 3 years ago by pmartin

(En [602]) See #185 Adding in settings

See #1 A little error

comment:96 Changed 3 years ago by msaelices

(En [604]) Changing the auto_reports app to autoreports. See #1.

comment:97 Changed 3 years ago by msaelices

(En [605]) I've missed this file rename. See #1.

comment:98 Changed 3 years ago by msaelices

(En [606]) Another renaming refactorization. See #1.

comment:99 Changed 3 years ago by msaelices

(En [607]) A better name for model admin option. See #1.

comment:100 Changed 3 years ago by msaelices

(En [608]) Space fixations. See #1.

comment:101 Changed 3 years ago by msaelices

(En [610]) Better spacing. See #1.

comment:102 Changed 3 years ago by esanchez

(En [618]) Typo fixes. See #1

comment:103 Changed 3 years ago by pmartin

(En [633]) See #1 Ulr en los VideoStream? no sea oblogatorio

comment:104 Changed 3 years ago by esanchez

(En [652]) Newsitem content template in section. See #1

comment:105 Changed 3 years ago by jcorrea

(En [676]) see #1 fixed a name mistake

comment:106 Changed 3 years ago by msaelices

(En [688]) Refactoring views to possibility the delete directories if exists (not used yet but useful for the future). See #1.

comment:107 Changed 3 years ago by msaelices

(En [689]) Moved design folder out of trunk/. See #1.

comment:108 Changed 2 years ago by msaelices

(En [691]) We use again batchadmin. It's used on section admin page (for reordering). See #1.

comment:109 Changed 2 years ago by pmartin

(En [706]) See #1 A little changes from formtabs

comment:110 Changed 2 years ago by esanchez

(En [708]) Remove batchadmin dependence. See #1

comment:111 Changed 2 years ago by msaelices

(En [719]) Removed batchadmin dependence. See #1.

comment:112 Changed 2 years ago by msaelices

(En [742]) Removed not used code. See #1.

comment:113 Changed 2 years ago by msaelices

(En [748]) Used the legacy canonical_fieldname from transmeta, instead of a custom method not needed. See #1.

comment:114 Changed 2 years ago by msaelices

(En [749]) Removed more unused code. See #1.

comment:115 Changed 2 years ago by msaelices

(En [753]) Typo error. See #1.

comment:116 Changed 2 years ago by msaelices

(En [755]) Not needed line (the import sentence is above). See #1.

comment:117 Changed 2 years ago by msaelices

(En [773]) Some better naming conventions. Also I've fixed a compilation error. See #168. See #1.

no-pyflakes.

comment:118 Changed 2 years ago by msaelices

(En [807]) Johnny cache way to install was missed. See #1

comment:119 Changed 2 years ago by dgarcia

(En [811]) Fixed bug at activate a plugin. See #1

comment:120 Changed 2 years ago by msaelices

(En [829]) Lowercase name is better in template blocks. See #1.

comment:121 Changed 2 years ago by msaelices

(En [845]) Test Commit. See #1.

comment:122 Changed 2 years ago by msaelices

(En [895]) Not used model. See #1.

comment:123 Changed 2 years ago by msaelices

(En [900]) Better comment. See #1.

comment:124 Changed 2 years ago by msaelices

(En [909]) Fix a bad SVN conflict resolution. See #1.

comment:125 Changed 2 years ago by msaelices

(En [916]) Fix typo error. See #1.

comment:126 Changed 2 years ago by msaelices

(En [918]) Updated Django installation documentation. See #1. See #374.

comment:127 Changed 2 years ago by msaelices

(En [934]) Merengue test runner does not exist. See #1.

comment:128 Changed 2 years ago by msaelices

(En [954]) Great refactor for renaming merengue.plugins module to merengue.plugin. I prefer latter because this name does not confuse with plugins module (without merengue). See #1. no-pyflakes. no-pep8.

comment:129 Changed 2 years ago by msaelices

(En [955]) I've forgot refactor admin link in previous commit. See #1.

comment:130 Changed 2 years ago by msaelices

(En [956]) Refactored now merengue.themes, renaming to merengue.theme. See #1. no-pyflakes, no-pep8.

comment:131 Changed 2 years ago by msaelices

(En [961]) This migration directory is not needed. See #1.

comment:132 Changed 2 years ago by msaelices

(En [965]) Cleaned trash. See #1. no-pyflakes.

comment:133 Changed 2 years ago by msaelices

(En [966]) A postgresql specific script for rebuilding database is not needed for a generic CMS framework. See #1.

comment:134 Changed 2 years ago by msaelices

(En [982]) Needed import. See #1. no-pyflakes. no-pep8.

comment:135 Changed 2 years ago by msaelices

(En [986]) I missed another contributor. See #1.

comment:136 Changed 2 years ago by pmartin

(En [990]) See #1 Upload a file

comment:137 Changed 2 years ago by dgarcia

(En [1040]) Updated gis doc for ubuntu 10.04. See #1

comment:138 Changed 2 years ago by dgarcia

(En [1081]) Removed console.log. See #1

comment:139 Changed 2 years ago by mviera

(En [1086]) There is no need to verify URLs. See #1.

comment:140 Changed 2 years ago by ejimenez

(En [1105]) 1. Fixed typo error in docstring

  1. Fixed error in unicode fuction of ObjectPermission?

See #1

comment:141 Changed 2 years ago by msaelices

(En [1114]) Better no put a global variable ;) See #1. Fixes #428.

comment:142 Changed 2 years ago by msaelices

(En [1149]) Not needed setting. You can use LANGUAGE_CODE, except if you want a different fall back language than default language. See #1.

comment:143 Changed 2 years ago by dgarcia

(En [1163]) Removed copy and paste error. See #1

no-pyflakes no-pep8

comment:144 Changed 2 years ago by ejimenez

(En [1169]) Fixed string error in admin index. See #1

comment:145 Changed 2 years ago by pmartin

(En [1173]) See #1 Adding css class

comment:146 Changed 2 years ago by msaelices

(En [1199]) Typo error in code. See #1.

comment:147 Changed 2 years ago by pmartin

(En [1211]) See #1 Remove a "</div>" that it don't close anything

comment:148 Changed 2 years ago by msaelices

(En [1223]) Included the type attribute. See #1.

comment:149 Changed 2 years ago by msaelices

(En [1229]) It's no needed folder, because it's already in merengue/templates/admin. See #1.

comment:150 Changed 2 years ago by dcabrera

(En [1241]) Fixed incompatibility error. See #1

comment:151 Changed 2 years ago by msaelices

(En [1259]) Adding Isa to AUTHORS file. See #1.

comment:152 Changed 2 years ago by pmartin

(En [1279]) See #1 Some changes in breadcrumbs

comment:153 Changed 2 years ago by msaelices

(En [1317]) Trash file. See #1.

comment:154 Changed 2 years ago by msaelices

(En [1318]) Unused variable. See #1.

comment:155 Changed 2 years ago by msaelices

(En [1331]) Not needed application. See #1.

comment:156 Changed 2 years ago by msaelices

(En [1387]) Needed file. See #1. no-pep8.

comment:157 Changed 2 years ago by msaelices

(En [1388]) We deactivate automatic plugin detection. See #1. no-pyflakes.

comment:158 Changed 2 years ago by msaelices

(En [1396]) Better default place for PortalMenuBlock?. See #1.

comment:159 Changed 2 years ago by msaelices

(En [1404]) Removed not needed code. See #1. See #556.

comment:160 Changed 2 years ago by msaelices

(En [1433]) Better name for default section. See #1.

comment:161 Changed 2 years ago by msaelices

(En [1435]) A help_text to help users about this field. See #1.

comment:162 Changed 2 years ago by msaelices

(En [1437]) Deleted dummy comments. See #1.

comment:163 Changed 2 years ago by pmartin

(En [1463]) Something of refactor See #1

comment:164 Changed 2 years ago by pmartin

(En [1464]) See #1 Adding block

comment:165 Changed 2 years ago by msaelices

(En [1465]) Removed unused code. See #1.

comment:166 Changed 2 years ago by pmartin

(En [1474]) See #1 Littles changes for event view.

comment:167 Changed 2 years ago by pmartin

(En [1599]) See #1 Forgot to create symbolic link

comment:168 Changed 2 years ago by msaelices

(En [1601]) Better name. See #1. no-pyflakes.

comment:169 Changed 2 years ago by msaelices

(En [1640]) Deleted uneeded code. See #1. no-pyflakes.

comment:170 Changed 2 years ago by msaelices

(En [1652]) Better admin name and email. See #1.

comment:171 Changed 2 years ago by msaelices

(En [1745]) Not used variable. See #1.

comment:172 Changed 2 years ago by msaelices

(En [1751]) Removed tabulators and replaced with spaces. See #1.

comment:173 Changed 2 years ago by pmartin

(En [1780]) See #1 Removed monkey patching

comment:174 Changed 2 years ago by pmartin

(En [1782]) See #1 Removed "({{site_name}})" in the header of admin

comment:175 Changed 2 years ago by msaelices

(En [1786]) Pinax is not Merengue. See #1.

comment:176 Changed 2 years ago by msaelices

(En [1789]) By default, the language will be english. See #1.

comment:177 Changed 23 months ago by pmartin

(En [1802]) See #1 Adding verbose name

comment:178 Changed 23 months ago by pmartin

(En [1803]) Fixes #765 Removing restore db from Merengue admin site.  http://beta.merengue.yaco.es/admin/siteconfig/

See #692 The first step is undo this changeset

See #1 Adding favicon to admin site

comment:179 Changed 23 months ago by msaelices

(En [1805]) Removed this directory because is obsolete. See #1.

comment:180 Changed 23 months ago by msaelices

(En [1808]) INSTALL file which link to install instructions. See #1.

comment:181 Changed 23 months ago by msaelices

(En [1966]) Not needed plugin. see #1.

comment:182 Changed 22 months ago by pmartin

(En [2037]) See #1 Removed code

comment:183 Changed 22 months ago by msaelices

(En [2109]) Typo error. See #1.

comment:184 Changed 22 months ago by msaelices

(En [2121]) We check if yamdi binary exists before calling it. See #846. Also, I've refactored utils module. See #1. no-pyflakes.

comment:185 Changed 22 months ago by msaelices

(En [2122]) Refactored plugins to new merengue.base.utils location. See #1. See #846.

comment:186 Changed 22 months ago by msaelices

(En [2127]) Simplified code, using params.Integer field. See #1.

comment:187 Changed 22 months ago by msaelices

(En [2128]) Removed not needed library. See #1.

comment:188 Changed 22 months ago by msaelices

(En [2129]) Removed unneeded code, and simplified other. See #1.

comment:189 Changed 22 months ago by msaelices

(En [2143]) Removed unused code. See #1.

comment:190 Changed 22 months ago by msaelices

(En [2149]) Replace all tabs occurrences to spaces. See #1.

comment:191 Changed 22 months ago by msaelices

(En [2150]) Changed four spaces to two. See #1.

comment:192 Changed 22 months ago by msaelices

(En [2151]) Changed formatting CSS styles. See #1.

comment:193 Changed 22 months ago by msaelices

(En [2156]) No need to filter in templates. Is better to filter in Django view. See #1.

comment:194 Changed 22 months ago by msaelices

(En [2157]) Better template name. See #1.

comment:195 Changed 22 months ago by msaelices

(En [2164]) More readable. See #1.

comment:196 Changed 22 months ago by msaelices

(En [2165]) More readable. See #1.

comment:197 Changed 22 months ago by msaelices

(En [2166]) Fixed a little style error. See #1.

comment:198 Changed 22 months ago by msaelices

(En [2169]) Better ordering in import sentences. See #1.

comment:199 Changed 22 months ago by msaelices

(En [2174]) Better naming conventions. See #1.

comment:200 Changed 22 months ago by msaelices

(En [2175]) Better place for HttpStatusCodeRendererMiddleware?. See #1.

comment:201 Changed 22 months ago by msaelices

(En [2176]) Not needed middleware. See #1.

comment:202 Changed 22 months ago by msaelices

(En [2177]) Less hardcoding. See #1.

comment:203 Changed 22 months ago by msaelices

(En [2185]) This is better implementation. See #1.

comment:204 Changed 21 months ago by ejimenez

(En [2204]) Refactor check permissions See #1 no-pyflakes

comment:205 Changed 21 months ago by msaelices

(En [2225]) Included autoreports in Merengue admin. See #890. See #1.

comment:206 Changed 21 months ago by msaelices

(En [2233]) Refactored some code to be able to other plugins to inherits from MenuAdmin? easyly. See #1.

comment:207 Changed 21 months ago by msaelices

(En [2245]) By default. English language for demo.merengueproject.org language. See #1.

comment:208 Changed 21 months ago by pmartin

(En [2259]) See #1 Refactor remove line out of the blocks

comment:209 Changed 21 months ago by msaelices

(En [2260]) Some docstring. See #1. no-pyflakes.

comment:210 Changed 21 months ago by msaelices

(En [2261]) Better spacing. See #1.

comment:211 Changed 21 months ago by msaelices

(En [2264]) Removed symlink to a non existing theme. See #1.

comment:212 Changed 21 months ago by pmartin

(En [2276]) See #1 Something of refactor

comment:213 Changed 21 months ago by pmartin

(En [2277]) See #1 A little change

comment:214 Changed 21 months ago by pmartin

(En [2284]) See #1 Something of refactor

comment:215 Changed 21 months ago by pmartin

(En [2286]) See #1 The fav.ico should be in the active theme

comment:216 Changed 21 months ago by pmartin

(En [2297]) See #1 Refactor plugin link

comment:217 Changed 21 months ago by pmartin

(En [2298]) See #1 Refactor content_list. Added a block

comment:218 Changed 21 months ago by pmartin

(En [2299]) See #1 Adding the fields in the link view

comment:219 Changed 21 months ago by pmartin

(En [2300]) See #1 Adding class name

comment:220 Changed 21 months ago by pmartin

(En [2301]) See #1 Adding class name

comment:221 Changed 21 months ago by pmartin

(En [2302]) See #1 Adding a class name

comment:222 Changed 21 months ago by pmartin

(En [2315]) See #1 A little changes in link portal

comment:223 Changed 21 months ago by pmartin

(En [2319]) See #1 Changes in Integer param

comment:224 Changed 21 months ago by pmartin

(En [2320]) Fixes #948 More funcionality tro standing out plugin See #1 Something of refactor

comment:225 Changed 20 months ago by pmartin

(En [2321]) See #1 A little change of Integer param

comment:226 Changed 20 months ago by pmartin

(En [2322]) See #1 And another little change of integer param

comment:227 Changed 20 months ago by msaelices

(En [2323]) Better function name. See #1.

comment:228 Changed 20 months ago by pmartin

(En [2327]) See #1 Adding the name of menu to page title

comment:229 Changed 20 months ago by pmartin

(En [2334]) See #1 Refactor of code and completing

comment:230 Changed 20 months ago by msaelices

(En [2338]) Removed this unused file from Merengue. See #1.

comment:231 Changed 20 months ago by msaelices

(En [2339]) Removed this unused file. See #1.

comment:232 Changed 20 months ago by msaelices

(En [2344]) Cleaner code. See #1. See #953. no-pyflakes.

comment:233 Changed 20 months ago by pmartin

(En [2351]) See #1 A little error

comment:234 Changed 20 months ago by pmartin

(En [2352]) See #1 Refactor the plugins of merengue

comment:235 Changed 20 months ago by pmartin

(En [2354]) See #1 Something of refactor

comment:236 Changed 20 months ago by pmartin

(En [2355]) See #1 Refactor code

comment:237 Changed 20 months ago by pmartin

(En [2358]) See #1 Refactor code, more power

no-pyflakes

comment:238 Changed 20 months ago by pmartin

(En [2367]) See #1 Create a decorator in base merengue

no-pyflakes

comment:239 Changed 20 months ago by mviera

(En [2375]) See #1 Adding last css and changes in image

comment:240 Changed 20 months ago by pmartin

(En [2392]) See #1 Adding class name for each form

comment:241 Changed 20 months ago by pmartin

(En [2393]) See #1 clean the html

comment:242 Changed 20 months ago by jcorrea

(En [2399]) see #1 the label for last events view was wrong

comment:243 Changed 20 months ago by pmartin

(En [2428]) See #1

comment:244 Changed 20 months ago by pmartin

(En [2429]) See #1 Better breadcrumbs

comment:245 Changed 20 months ago by pmartin

(En [2436]) See #1

comment:246 Changed 20 months ago by pmartin

(En [2438]) See #995 See #1 Details of banner plugin

comment:247 Changed 20 months ago by pmartin

(En [2439]) See #1 Removed a error in breadcrumbs

comment:248 Changed 20 months ago by pmartin

(En [2457]) See #1 Adding properties to standingout class

comment:249 Changed 20 months ago by pmartin

(En [2462]) See #1 A little refactor and adding a new buttom

comment:250 Changed 20 months ago by pmartin

(En [2463]) See #1

comment:251 Changed 19 months ago by pmartin

(En [2464]) See #1 Refactor the news plugins

comment:252 Changed 19 months ago by pmartin

(En [2465]) See #1 Refactor link and event plugins

comment:253 Changed 19 months ago by msaelices

(En [2468]) Improved flexibility of base layout template. see #1.

comment:254 Changed 19 months ago by msaelices

(En [2469]) Sorry. I've removed this fragment by mistake. See #1.

comment:255 Changed 19 months ago by msaelices

(En [2472]) Better help for startproject command. See #1.

comment:256 Changed 19 months ago by pmartin

(En [2476]) See #1 Adding a prefix in title

comment:257 Changed 19 months ago by msaelices

(En [2477]) See #1 Adding .po at french.

comment:258 Changed 19 months ago by msaelices

(En [2478]) See #1 Update a translation of portal app

comment:259 Changed 19 months ago by mviera

(En [2479]) =See #1 Update the translations

comment:260 Changed 19 months ago by mviera

(En [2480]) =See #1 Update the translations

comment:261 Changed 19 months ago by precio

(En [2494]) Merged flexible-work branch with trunk

See #1

comment:262 Changed 19 months ago by dgarcia

(En [2505]) Removed custom styles from generic admin css. See #1019, see #1

comment:263 Changed 19 months ago by precio

(En [2515]) Adding precio and rdurante to AUTHORS file. See #1

comment:264 Changed 19 months ago by pmartin

(En [2523]) See #1 Adapting to autoreports

comment:265 Changed 18 months ago by pmartin

(En [2568]) See #1 Change Send for filter

comment:266 Changed 18 months ago by pmartin

(En [2570]) See #1 Change the submit message

comment:267 Changed 18 months ago by pmartin

(En [2572]) See #1 Now merengue index adapt to windows size

comment:268 Changed 18 months ago by pmartin

(En [2577]) See #1 Refactor

comment:269 Changed 18 months ago by pmartin

(En [2582]) See #1 Create a content block wrapper

comment:270 Changed 18 months ago by pmartin

(En [2587]) See #1 First version to date time widgets in the public views

comment:271 Changed 18 months ago by jcorrea

(En [2591]) see #1 changes for default public design

comment:272 Changed 18 months ago by jcorrea

(En [2592]) see #1 changes to fix a js src

comment:273 Changed 18 months ago by dgarcia

(En [2593]) Fixed contact form admin little bug. See #1

no-pep8

comment:274 Changed 18 months ago by jcorrea

(En [2595]) see #1 some changes to add classes for a better default design

comment:275 Changed 18 months ago by jcorrea

(En [2596]) see #1 changed to the defaulf form model

comment:276 Changed 18 months ago by pmartin

(En [2603]) See #1 Upload translation

comment:277 Changed 18 months ago by dgarcia

(En [2606]) Fixed some contactform plugin bugs. See #1

comment:278 Changed 18 months ago by dgarcia

(En [2607]) Using DateTimeAwareJSONEncoder instead of ctime in contactform to serialize date. See #1

no-pyflakes

comment:279 Changed 18 months ago by msaelices

(En [2615]) Better spacing. See #1.

comment:280 Changed 18 months ago by msaelices

(En [2624]) corrected pep8 checking in base/models.py see #1. no-pyflakes

comment:281 Changed 18 months ago by msaelices

(En [2625]) Corrected pep8. Also removed wrong comment. See #1.

comment:282 Changed 18 months ago by msaelices

(En [2639]) A classmethod should not have a self parameter. See #1.

comment:283 Changed 18 months ago by msaelices

(En [2642]) Included pluggable fields, formfields and widgets in "plugable" apps, not in "registry". See #1.

comment:284 Changed 18 months ago by msaelices

(En [2646]) Corrected variable name. See #1. See #1060.

comment:285 Changed 18 months ago by msaelices

(En [2682]) Better spacing. See #1.

comment:286 Changed 18 months ago by msaelices

(En [2683]) Better grouping and doc. See #1.

comment:287 Changed 18 months ago by esanchez

(En [2687]) Removed print sentence. See #1

comment:288 Changed 18 months ago by pmartin

(En [2690]) See #1 See #1044 I need this information

comment:289 Changed 18 months ago by pmartin

(En [2692]) See #1 The key and the value in a dicts have to be a str no unicode

comment:290 Changed 18 months ago by msaelices

(En [2693]) Adapt to new api. See #1. no-pep8. no-pyflakes.

comment:291 Changed 18 months ago by msaelices

(En [2699]) This is needed in migration to do correctly new migrations. See #1.

comment:292 Changed 18 months ago by msaelices

(En [2701]) Created this template dir. Its better than have it in merengue/templates/admin. See #1.

comment:293 Changed 18 months ago by msaelices

(En [2702]) Moved perms templates to its app. See #1.

comment:294 Changed 18 months ago by pmartin

(En [2707]) See #1 Adding blocks and adding the context in a templatetag

comment:295 Changed 18 months ago by pmartin

(En [2719]) See #1 A little error in collection, if there are classes abstract

comment:296 Changed 18 months ago by msaelices

(En [2722]) Cambiamos el nombre. Ver #1. Ver #1122.

comment:297 Changed 17 months ago by pmartin

(En [2735]) See #1 There was a error when a class inherit of BaseContent?.

comment:298 Changed 17 months ago by precio

(En [2744]) Added the STATIC_ROLES var in the settings, allowing more future flexibility.

Improved the checker function.

See #1

comment:299 Changed 17 months ago by msaelices

(En [2746]) Better migration name. See #1.

comment:300 Changed 17 months ago by msaelices

(En [2747]) Better english word I think. See #1. See #934.

comment:301 Changed 17 months ago by msaelices

(En [2751]) A little optimization in block rendering condition. See #1. See #934.

comment:302 Changed 17 months ago by msaelices

(En [2759]) Removed a test file. See #1.

comment:303 Changed 17 months ago by pmartin

(En [2764]) See #1 No exists notification module

comment:304 Changed 17 months ago by pmartin

(En [2767]) See #1 A div bad fixed

comment:305 Changed 17 months ago by pmartin

(En [2777]) See #1 Adapting to changes in collection

comment:306 Changed 17 months ago by pmartin

(En [2780]) See #1 Refactor hook of link plugin

comment:307 Changed 17 months ago by pmartin

(En [2781]) See #1 A little error

comment:308 Changed 17 months ago by msaelices

(En [2829]) Adapted all templates to new sorl.thumbnail 10.12. Also removed some trash code. See #1. See #1161.

comment:309 Changed 17 months ago by msaelices

(En [2838]) searchform is not a needed dependency. Removed a lot of unused code and searchform dependence. See #1. See #1131.

comment:310 Changed 17 months ago by msaelices

(En [2840]) Reverting a fragment of [2810], commited by error. See #1. See #1153.

comment:311 Changed 17 months ago by msaelices

(En [2841]) Not created warning-message div element if there is no warning message. Fixes #1094. See #1.

comment:312 Changed 17 months ago by msaelices

(En [2866]) Date fields are now displayed in correct format. Fixes #1198. Also, refactored collection to get display_data in collection model, because in the future others apps or plugins may want to override, for example for a RSSCollection model. See #1.

comment:313 Changed 17 months ago by msaelices

(En [2867]) Mark a TODO task. See #1.

comment:314 Changed 17 months ago by msaelices

(En [2882]) Added a comment for information. See #1. See #1201.

comment:315 Changed 16 months ago by pmartin

(En [2918]) See #1 Adding django-autoreports like requirements

comment:316 Changed 16 months ago by pmartin

(En [2919]) See #1 Delete django-autoreports like externals

comment:317 Changed 16 months ago by pmartin

(En [2938]) Fixes #1254 Created other specified tickets: #1256 #1257 and #1258

See #1258 Refactor the first block, and it work

See #1 Refactor news plugin

comment:318 Changed 16 months ago by msaelices

(En [2956]) Removed merge tracking for "svnmerge" for  https://svnpub.yaco.es/merengue/branches/nogis

Ver #1.

comment:319 Changed 16 months ago by precio

(En [2960]) Fixed pep8 issue. See #1

comment:320 Changed 16 months ago by pmartin

(En [2963]) See #1 Adding generiforeingkey to urls

comment:321 Changed 16 months ago by pmartin

(En [2964]) See #1 Overwrite genericforeignkey template

comment:322 Changed 16 months ago by adominguez

(En [2980]) Merged revisions 2719 via svnmerge from  https://svnpub.yaco.es/merengue/trunk

........

r2719 | pmartin | 2010-12-03 13:17:07 +0300 (vie, 03 dic 2010) | 2 lines

See #1 A little error in collection, if there are classes abstract

........

comment:323 Changed 16 months ago by pmartin

(En [2991]) See #1268 #1

comment:324 Changed 16 months ago by precio

(En [3039]) The event plugin's manager was doing twice the same filter.

See #1

comment:325 Changed 16 months ago by pmartin

(En [3076]) See #1269 #1 Refactor the breadcrumbs

comment:326 Changed 16 months ago by pmartin

(En [3077]) See #1269 #1 Refactor the breadcrumbs

comment:327 Changed 16 months ago by precio

(En [3099]) Fixed bug on merengueproject css

See #1

comment:328 Changed 16 months ago by pmartin

(En [3100]) See #1 adding manage_contents = True to SectionContentAdmin?

comment:329 Changed 16 months ago by msaelices

(En [3103]) Not needed file. See #1.

comment:330 Changed 16 months ago by msaelices

(En [3108]) Reverted [3106] changeset, which was commited by error. See #1.

comment:331 Changed 16 months ago by pmartin

(En [3110]) See #1 Adding real_intance

comment:332 Changed 16 months ago by pmartin

(En [3113]) See #1

comment:333 Changed 16 months ago by esanchez

(En [3116]) Remove typo. See #1

comment:334 Changed 16 months ago by pmartin

(En [3125]) See #1 Adding the posibility of adding a content group of a section

comment:335 Changed 16 months ago by pmartin

(En [3127]) See #1 Adding filebrowser section admin

comment:336 Changed 16 months ago by pmartin

(En [3145]) See #1 A little changes in merengue

comment:337 Changed 16 months ago by pmartin

(En [3146]) See #1 Change in event admin

comment:338 Changed 16 months ago by pmartin

(En [3147]) See #1 Adapat the view to the url

comment:339 Changed 16 months ago by msaelices

(En [3156]) Never should be hardcoded the /media/ URL, better use MEDIA_URL context param. See #1. See #1295.

comment:340 Changed 16 months ago by msaelices

(En [3162]) Fixed bad view name. See #1.

comment:341 Changed 16 months ago by pmartin

(En [3231]) See #1313 A little changed in class of menus See #1

comment:342 Changed 16 months ago by pmartin

(En [3245]) See #1 #1316 A little change in link_view

comment:343 Changed 16 months ago by msaelices

(En [3246]) Removed unused code. See #1.

comment:344 Changed 16 months ago by pmartin

(En [3247]) See #1313 #1Chgange the order of the params of menu_tags

comment:345 Changed 16 months ago by pmartin

(En [3248]) See #1313 #1 Adapt to order of params the template tag menu_tag

comment:346 Changed 16 months ago by pmartin

(En [3250]) See #1319 #1 Change the default place

comment:347 Changed 16 months ago by pmartin

(En [3251]) See #1 Change the default of sender_email

comment:348 Changed 16 months ago by pmartin

In [3251]:

See #1 Change the default of sender_email

comment:349 Changed 16 months ago by mviera

In [3284]:

Testing hooks. Ver #1 (no-pep8)

comment:350 Changed 16 months ago by mviera

In [3286]:

Testing hooks. Ver #1 (no-pep8)

comment:351 Changed 16 months ago by mviera

In [3287]:

Test hooks. Ver #1 (no-pep8)

comment:352 Changed 16 months ago by msaelices

In [3297]:

Better method name. See #1.

comment:353 Changed 16 months ago by msaelices

In [3298]:

Better method name. See #1.

comment:354 Changed 16 months ago by precio

In [3308]:

Fixed little issue creating collections when a plugin is installed

See #1

comment:355 Changed 16 months ago by mviera

In [3314]:

Testing commit from www.merengueproject.org. ver #1

comment:356 Changed 16 months ago by mviera

In [3315]:

Testing commit from www.merengueproject.org. ver #1

comment:357 Changed 16 months ago by msaelices

In [3330]:

Moved urli18n branch to right place. See #1.

comment:358 Changed 16 months ago by msaelices

In [3368]:

Not used and also broken symlink. See #1.

comment:359 Changed 16 months ago by msaelices

In [3376]:

Properties from merges. See #1.

comment:360 Changed 16 months ago by rdurante

In [3409]:

see #1. sys.argv should be at least one item.

comment:361 Changed 16 months ago by pmartin

In [3427]:

See #1 #1407 Forgot a file

comment:4 Changed 16 months ago by pmartin

In [3428]:

See #1 #1407 Forgot a file

comment:5 Changed 16 months ago by pmartin

In [3433]:

See #1 #1411 Edit inline for event view

comment:3 Changed 16 months ago by msaelices

In [3439]:

Better name for the tag. See #1365. See #1.

comment:4 Changed 16 months ago by msaelices

In [3455]:

Removed this print for debugging. See #1.

comment:5 Changed 16 months ago by pmartin

In [3483]:

See #1411 #1 The same changes for news plugin

comment:7 Changed 16 months ago by pmartin

In [3499]:

Adding get-absolute_url to microsite model See #1

comment:8 Changed 16 months ago by pmartin

  • Owner set to pmartin
  • Status changed from new to closed
  • Resolution set to fixed

In [3505]:

Fixes #1 A little error in breadcrumbs

comment:9 Changed 15 months ago by rdurante

  • Necesita revisión de diseño gráfico unset
  • Status changed from closed to reopened
  • Imprevisto unset
  • Unit test is needed unset
  • Revisado por el equipo de diseño unset
  • Fuera de contrato unset
  • Revisado por el equipo de calidad unset
  • Necesita revisión de calidad set
  • Resolution fixed deleted

This ticket shouldn't be closed, i think.

comment:10 Changed 15 months ago by rdurante

In [3576]:

see #1 clean code and add license. Fixed pep8 and pyflakes errors.

comment:11 Changed 15 months ago by msaelices

In [3600]:

Refactored testing script to gain reusability and a more cleaner code.
See #1.

comment:12 Changed 15 months ago by msaelices

In [3624]:

Removed these broken links. See #1.

comment:13 Changed 15 months ago by msaelices

In [3636]:

Moved authors to its position by aproximated LOC number. See #1.

comment:14 Changed 15 months ago by msaelices

In [3644]:

Better package name: django->Django. See #1479. See #1.

comment:15 Changed 15 months ago by precio

In [3698]:

Fixed little bug about GIS and i18n on a block south migration.

See #1

comment:16 Changed 15 months ago by msaelices

In [3701]:

Not needed code. See #1. See #1318

comment:17 Changed 15 months ago by msaelices

In [3711]:

Adapt a selenium test. See #1.

comment:18 Changed 15 months ago by msaelices

In [3729]:

Commited COMPRESS setting in skel project. See #1.

comment:19 Changed 15 months ago by msaelices

In [3791]:

Copied the DETECT_NEW_PLUGINS and DETECT_BROKEN_PLUGINS to skel
project because usually are customized in Merengue projects. See #1.

comment:20 Changed 15 months ago by msaelices

In [3879]:

Better way to get a plugin config. See #1. See #1445.

comment:21 Changed 15 months ago by msaelices

In [3938]:

Updated dependence to last bug fixed. See #1.

comment:22 Changed 15 months ago by msaelices

In [3956]:

A utility function. See #1.

comment:23 Changed 15 months ago by msaelices

In [3960]:

Better implementation. See #1.

comment:24 Changed 15 months ago by msaelices

In [3962]:

Better indent. See #1

comment:25 Changed 15 months ago by mviera

Test

comment:26 Changed 15 months ago by msaelices

In [3970]:

More robust if no viewlet found. See #1.

comment:27 Changed 15 months ago by msaelices

In [3991]:

Added executable mark to clean_tests.sh file. See #1.

comment:28 Changed 14 months ago by esanchez

In [4055]:

Translate string. See #1

comment:29 Changed 14 months ago by jcorrea

In [4060]:

see #1 added a css class for better design

comment:30 Changed 14 months ago by pmartin

In [4068]:

See #1 a block more

comment:31 Changed 14 months ago by msaelices

In [4072]:

Bad commit. Was a example code for documenting. See #1.

comment:32 Changed 14 months ago by msaelices

In [4073]:

Another thing I should not have committed. See #1.

comment:33 Changed 14 months ago by pmartin

In [4079]:

See #1 Created a new block

comment:34 Changed 14 months ago by pmartin

In [4081]:

See #1 Change the name of block

comment:35 Changed 14 months ago by pmartin

In [4084]:

Improvement a function of collection utils See #1

comment:36 Changed 14 months ago by pmartin

In [4089]:

See #1 Adding blocks

comment:37 Changed 14 months ago by rdurante

In [4112]:

see #1 fixed suite of video test cases

comment:38 Changed 14 months ago by mviera

In [4132]:

Test commit. See #1

comment:39 Changed 14 months ago by precio

In [4160]:

Restore template_name var on portal.views.logout function

See #1

comment:40 Changed 14 months ago by msaelices

In [4206]:

Removed unused comment. See #1.

comment:41 Changed 14 months ago by pmartin

In [4246]:

Adapt merengue to generic fk
 https://tracpub.yaco.es/djangoapps/ticket/184

See #1

comment:42 Changed 14 months ago by msaelices

In [4253]:

Fixed some pyflakes issues. See #1.

comment:43 Changed 14 months ago by eperez

In [4306]:

remove newlines, see #1 no-pep8

comment:44 Changed 14 months ago by eperez

In [4311]:

pep8 compliance, see #1

comment:45 Changed 14 months ago by msaelices

In [4313]:

Merged pep8 compliant into 0.7.X branch. See #1. See #1721. no-pep8

Merged revisions 4311 via svnmerge from
 https://svn.merengueproject.org/trunk

comment:14 Changed 13 months ago by precio

In [4320]:

Refactored has_action function to add a request param for a better permission checking

Close #1770 | See #1

comment:2 Changed 13 months ago by rdurante

In [4336]:

see #1. Fixed post and pre migration signals. Error with cache backend.

comment:3 Changed 13 months ago by eperez

In [4347]:

remove extra space, see #1

comment:4 Changed 13 months ago by msaelices

In [4349]:

Merged to 0.7.X branch. See #1721. See #1.
Merged revisions 4347 via svnmerge from
 https://svn.merengueproject.org/trunk

comment:18 Changed 13 months ago by lgs

In [4382]:

Remove the theme parameter since it doesn't work in EzWeb? anymore. See #1

comment:19 Changed 13 months ago by jtarragon

In [4403]:

delete debug message. See #1.

comment:20 Changed 13 months ago by msaelices

In [4415]:

Typo error fixed in a comment. See #1.

comment:21 Changed 13 months ago by msaelices

In [4417]:

Merged into 0.7.X branch. See #1721. See #1.

Merged revisions 4415 via svnmerge from
 https://svn.merengueproject.org/trunk

comment:22 Changed 13 months ago by msaelices

In [4428]:

Merged pyflakes and pep8 fixes to 0.7.X. See #1721. See #1.

Merged revisions 4253 via svnmerge from
 https://svn.merengueproject.org/trunk

comment:21 Changed 13 months ago by pmartin

In [4491]:

See #1 A little change of a migration

comment:22 Changed 13 months ago by pmartin

In [4494]:

See #1 #990 Fixes the breadcrumbs of graphics workflow

comment:23 Changed 13 months ago by ejimenez

In [4499]:

Delete decorators wich are not used.
See #1

comment:24 Changed 13 months ago by msaelices

In [4520]:

I prefer this approach to set a default settings which may be changed
in project (when the setting is only a boolean field). Fixes #167. See #1.

comment:13 Changed 13 months ago by pmartin

In [4526]:

See #1 #1816 A little error

comment:14 Changed 13 months ago by pmartin

In [4527]:

See #1 Change the requeriments

comment:15 Changed 13 months ago by precio

In [4556]:

Save function of PortalLink? model failed

See #1 See #1858

comment:16 Changed 12 months ago by jcorrea

In [4603]:

see #1 structure well html code

comment:17 Changed 12 months ago by pmartin

In [4635]:

See #1 #1856 Fix a little error

comment:18 Changed 12 months ago by pmartin

In [4637]:

See #1 Update the version of autoreports

comment:19 Changed 12 months ago by pmartin

In [4644]:

See #1 #1140 Deleted the spaces into textarea

comment:20 Changed 12 months ago by pmartin

In [4651]:

See #1 #1902 Fixes indentation

comment:21 Changed 12 months ago by jcorrea

In [4680]:

see #1 added the position of the two default portal links blocks no-pep8

comment:22 Changed 12 months ago by pmartin

In [4688]:

See #1 Refactored the html of block calendar

comment:23 Changed 12 months ago by pmartin

In [4722]:

Specify the apps required See #1

comment:24 Changed 12 months ago by pmartin

In [4727]:

See #1 #1930 A details of forum plugin

comment:25 Changed 12 months ago by pmartin

In [4728]:

See #1 #1930 A details of forum plugin

comment:26 Changed 12 months ago by msaelices

In [4738]:

You can also use plain chunks, which will be edited with a input text.
Also refactored the inplace_chunk templatetag. Fixes #1937. See #1.

comment:2 Changed 12 months ago by pmartin

In [4740]:

Update the translations See #1

comment:3 Changed 12 months ago by pmartin

In [4741]:

Update the translations See #1

comment:4 Changed 12 months ago by pmartin

In [4742]:

Update translations See #1

comment:5 Changed 12 months ago by pmartin

In [4743]:

Revert the changeset [4740] See #1

comment:6 Changed 12 months ago by msaelices

In [4759]:

The post_install should not create name_* attributes, only the
fallback "name" field. Fixes #1945. See #1.

comment:4 Changed 12 months ago by msaelices

In [4781]:

Avoid a dead-lock and also improved a log message. See #1. Fixes #1959.

comment:5 Changed 12 months ago by msaelices

In [4782]:

Removed unimplemented NewsRSS action. Fixes #1961. See #1.

comment:2 Changed 12 months ago by msaelices

In [4783]:

The blockContainer CSS class is not needed here. See #1.

comment:3 Changed 12 months ago by msaelices

In [4790]:

The class "block" is not needed and causes that Merengue draw unused
blockTools. See #1. Fixes #1966.

comment:2 Changed 12 months ago by pmartin

In [4794]:

See #1 #1978 Remove console.log

comment:3 Changed 12 months ago by msaelices

In [4802]:

I prefer not to tie a specific version of a requirements. It's better to get the latest if there is no reason to else. See #1.

comment:4 Changed 12 months ago by pmartin

In [4804]:

See #1 Refactor the param_widget.html

comment:5 Changed 12 months ago by pmartin

In [4805]:

See #1969 #1 A little change in this block

comment:5 Changed 11 months ago by msaelices

In [4821]:

Put all the signal handling code in the bottom of the file. See #1.

comment:6 Changed 11 months ago by msaelices

In [4822]:

Normalized the name of the handler functions. See #1.

comment:7 Changed 11 months ago by msaelices

In [4824]:

Normalized the signal handler name. See #1.

comment:8 Changed 11 months ago by msaelices

In [4828]:

Better spacing. See #1.

comment:9 Changed 11 months ago by msaelices

In [4831]:

Cleaned code and write some doc string and comments. See #1.

comment:10 Changed 11 months ago by msaelices

In [4834]:

More docstrings and cleanup. See #1.

comment:11 Changed 11 months ago by pmartin

In [4857]:

The manager returned portallinks repeated portallinks See #1

comment:12 Changed 11 months ago by msaelices

In [4870]:

Now secondary links are not displayed by default in the site. See #1.

comment:13 Changed 11 months ago by pmartin

In [4878]:

See #1 Change some model admin of "Plugin administration" to "Content management"

comment:14 Changed 11 months ago by pmartin

In [4883]:

See #1 #2032 Change the name of the action

comment:15 Changed 11 months ago by pmartin

In [4884]:

See #1 #2032 Change the name of the action

comment:16 Changed 11 months ago by msaelices

In [4889]:

The action.get_response should have request variable. See #1.

comment:17 Changed 11 months ago by msaelices

In [4893]:

Not needed header. See #1.

comment:18 Changed 11 months ago by pmartin

In [4912]:

See #2032 #1 A little error

comment:19 Changed 11 months ago by msaelices

In [4929]:

Not needed colon. See #1.

comment:20 Changed 11 months ago by pmartin

In [4938]:

See #1 Adding verbose names

comment:21 Changed 11 months ago by pmartin

In [4952]:

See #1 Add verbose name in this class

comment:22 Changed 11 months ago by msaelices

In [4964]:

A help text and verbose name for custom portlet block. See #1.

comment:23 Changed 11 months ago by msaelices

In [4966]:

Not used cache. We remove it. See #1.

comment:24 Changed 11 months ago by msaelices

In [4971]:

The order field is not needed in plugin admin change form. See #1.

comment:25 Changed 11 months ago by msaelices

In [4974]:

Better indentation. See #1.

comment:26 Changed 11 months ago by msaelices

In [4979]:

Typo error. See #1.

comment:27 Changed 11 months ago by msaelices

In [4981]:

Better naming. See #1.

comment:28 Changed 11 months ago by pmartin

In [4997]:

See #1 Created a block in the template

comment:29 Changed 11 months ago by pmartin

In [5004]:

See #1 Change the super of the BaseAdmin?

comment:30 Changed 11 months ago by pmartin

In [5007]:

See #1

comment:31 Changed 11 months ago by pmartin

In [5008]:

See #1

comment:32 Changed 11 months ago by msaelices

In [5011]:

Used same quote symbol in all strings. See #1.

comment:33 Changed 11 months ago by msaelices

In [5017]:

Moved the ifcanedit templatetag to the merengue.perms application. The
permission_tags and the permissions_tags was too similar and get
confused. Better use only one. See #1.

comment:34 Changed 11 months ago by msaelices

In [5018]:

We move the popen import sentences inside function to avoid warnings.
But the adaptation should be done in 0.9 version. See #1. See #2083.

comment:2 Changed 11 months ago by pmartin

In [5024]:

See #1 Refactor contentmenu plugin

comment:3 Changed 11 months ago by msaelices

In [5065]:

Last optimization: the blocks lookup is cached in a dictionary, cached
with Django caching system. This almost x2 the performance. Fixes #2090.

Also, refactored the code a little. See #1.

comment:4 Changed 11 months ago by msaelices

In [5070]:

More simpler sentence. See #1.

comment:5 Changed 11 months ago by msaelices

In [5075]:

Cleaner code, but not yet the best solution. See #2114.
See #1.

comment:4 Changed 11 months ago by msaelices

In [5086]:

Remove out the code of the loop. See #1.

comment:5 Changed 11 months ago by msaelices

In [5088]:

Removed the copyright information from footer. See #1.

comment:6 Changed 11 months ago by msaelices

In [5093]:

Convert tabs to 4 spaces. See #1.

comment:7 Changed 11 months ago by msaelices

In [5095]:

Removed a empty field. See #1.

comment:8 Changed 11 months ago by msaelices

In [5100]:

Cleanup a litle. See #1. Fixes #1999.

comment:6 Changed 11 months ago by msaelices

In [5129]:

Better name for date and datetime widgets. See #1. See #2140.

comment:3 Changed 11 months ago by esanchez

In [5134]:

Fix typo. See #1

comment:4 Changed 11 months ago by mviera

In [5139]:

Testing commit as manuviera. See #1

comment:5 Changed 11 months ago by mviera

In [5140]:

Committing as manuviera. See #1

comment:6 Changed 11 months ago by manuviera

In [5141]:

Committing as manuviera. See #1

comment:7 Changed 11 months ago by msaelices

In [5148]:

Description for this block. See #1.

comment:8 Changed 11 months ago by pmartin

In [5168]:

See #1 exclude field in the admin

comment:9 Changed 11 months ago by pmartin

In [5169]:

See #1 Exclude fields

comment:10 Changed 11 months ago by pmartin

In [5170]:

See #1

comment:11 Changed 11 months ago by pmartin

In [5182]:

See #1 Refactor the code

comment:12 Changed 11 months ago by pmartin

In [5188]:

See #1 Refactor the section admin

comment:13 Changed 11 months ago by pmartin

In [5194]:

See #1 Change the default expire seconds

comment:14 Changed 11 months ago by pmartin

In [5195]:

See #1 Change context processor to this is deprecated in django

comment:15 Changed 11 months ago by pmartin

In [5202]:

See #1 Set the version of eggs

comment:16 Changed 10 months ago by pmartin

In [5216]:

See #1 #2161 If i dont have selected any manu there was a error

comment:17 Changed 10 months ago by pmartin

In [5234]:

Adding other time the structure of templates See #1 #2183

comment:18 Changed 10 months ago by pmartin

In [5235]:

See #1 Delete change_form_template it's set in the parent class

comment:19 Changed 10 months ago by pmartin

In [5240]:

See #1 Always is better call your parent

comment:20 Changed 10 months ago by pmartin

In [5242]:

See #1 Adding anchor to the tinyMCE

comment:21 Changed 10 months ago by pmartin

In [5243]:

See #1

comment:22 Changed 10 months ago by pmartin

In [5257]:

See #1 Adding the settings to the last cmsutils package

comment:23 Changed 10 months ago by pmartin

In [5259]:

See #1 Change the version of requeriments

comment:24 Changed 10 months ago by pmartin

In [5262]:

See #1 Change status by workflow_status

comment:25 Changed 10 months ago by msaelices

In [5275]:

Better indentation. See #1.

comment:26 Changed 10 months ago by pmartin

In [5278]:

See #1 If the user is anonymous this actions is not sense

comment:27 Changed 10 months ago by esanchez

In [5280]:

Updated requirements. See #1

comment:28 Changed 10 months ago by pmartin

In [5283]:

See #1 Change the template menu_link_not_exists.

comment:29 Changed 10 months ago by pmartin

In [5284]:

See #1 Error in the url of thread into a microsite

comment:30 Changed 10 months ago by msaelices

In [5291]:

Fixed a typo error commited in [5277]. See #1.

comment:31 Changed 9 months ago by pmartin

In [5306]:

See #1 A little change in the admin

comment:32 Changed 9 months ago by pmartin

In [5318]:

See #1 The verbose text has a misspelling

comment:33 Changed 8 months ago by ejimenez

  • Requisito set to core

comment:34 Changed 8 months ago by iservan

In [5357]:

ver#1 he reabierto #1298 para comitear css de filebrowser

comment:35 Changed 8 months ago by pmartin

In [5359]:

More versatile the collection api See #1

comment:36 Changed 8 months ago by pmartin

In [5361]:

See #2241 #1 The same change in other query

comment:3 Changed 8 months ago by pmartin

In [5362]:

See #2241 #1 More efficient

comment:4 Changed 8 months ago by pmartin

In [5365]:

See #1 Update the version of south egg

comment:5 Changed 7 months ago by pmartin

In [5379]:

See #1 Delete a comment

comment:6 Changed 7 months ago by mviera

In [5387]:

Test commit. Ver #1

comment:7 Changed 7 months ago by mviera

In [5388]:

Removing test file. Ver #1

comment:8 Changed 7 months ago by pmartin

In [5395]:

See #1 #2151 I forgot a template

comment:23 Changed 7 months ago by msaelices

In [5414]:

Uneeded line. See #1.

comment:24 Changed 7 months ago by msaelices

In [5415]:

Some code style improvement. See #1.

comment:25 Changed 6 months ago by pmartin

In [5453]:

See #1 #2267 Add in the requeriments recaptcha-client

comment:26 Changed 6 months ago by pmartin

In [5454]:

See #1 Change the author and year

comment:27 Changed 6 months ago by pmartin

In [5455]:

See #2265 #1 If you clicked in merengue logo, the link was to "/". And
this should redirect to /BASE_URL/

comment:11 Changed 6 months ago by mviera

In [5458]:

I've modified some paths in scripts trying to get a more ordered deployment. See #1

comment:12 Changed 6 months ago by mviera

In [5459]:

Also I have changed some paths in nginx configuration. See #1

comment:13 Changed 6 months ago by msaelices

In [5487]:

Better a third decimal for counting time. See #1. See #2276.

comment:14 Changed 5 months ago by pmartin

In [5506]:

See #2284 #1 Removed espaces

comment:15 Changed 5 months ago by msaelices

In [5507]:

Subido un poco y cambiado una keyword. See #1.

comment:16 Changed 5 months ago by msaelices

In [5508]:

Merged setup.py keywords in 0.8.X branch. See #2284. See #1.

Merged revisions 5505-5507 via svnmerge from
 https://svn.merengueproject.org/trunk

comment:16 Changed 5 months ago by msaelices

In [5510]:

Added comment to ignore the pyflakes checking. See #1.

comment:17 Changed 4 months ago by pmartin

In [5513]:

See #1 Two blocks more

comment:18 Changed 4 months ago by pmartin

In [5523]:

See #2292 #1 Refactor plugable/init

comment:19 Changed 4 months ago by pmartin

In [5524]:

See #2292 #1 A detail of microsite

comment:20 Changed 4 months ago by msaelices

In [5530]:

Removed out a debug sentence. See #1. See #2291.

comment:21 Changed 4 months ago by msaelices

In [5531]:

Cleaning code and debug messages. See #1.

comment:22 Changed 3 months ago by pmartin

In [5538]:

See #2299 #1 Removed a pdb in template

Note: See TracTickets for help on using tickets.